What is the HEX code for navy blue?
The CSS color navy blue in HEX format is #001146. Use this value directly in CSS, SVG, and most design tools.
How do I use navy blue in CSS?
To apply navy blue in CSS:
- Text color: color: #001146;
- Background: background-color: #001146;
- Border: border-color: #001146;
What are all the color format values for navy blue?
| Format | Value |
|---|---|
| HEX | #001146 |
| RGB | rgb(0, 17, 70) |
| HSL | hsl(225.4, 100%, 13.7%) |
| CMYK | cmyk(100%, 75.7%, 0%, 72.5%) |
How do I convert navy blue to HEX?
Select navy blue from the color name list in our color converter. The HEX value — #001146 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does navy blue belong to?
navy blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 225.4°, saturation 100%, lightness 13.7%.
How do I create lighter and darker shades of navy blue?
Lighter variant (lightness 28.7%): #002492. Darker variant (lightness 5%): #000619. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.