Dark navy blue to HEX — Color Code

HEX

#00022e

Format Value
HEX #00022e
RGB rgb(0, 2, 46)
HSL hsl(237.4, 100%, 9%)
CMYK cmyk(100%, 95.7%, 0%, 82%)

What is the HEX code for dark navy blue?

The CSS color dark navy blue in HEX format is #00022e. Use this value directly in CSS, SVG, and most design tools.

How do I use dark navy blue in CSS?

To apply dark navy blue in CSS:

  • Text color: color: #00022e;
  • Background: background-color: #00022e;
  • Border: border-color: #00022e;

What are all the color format values for dark navy blue?

FormatValue
HEX#00022e
RGBrgb(0, 2, 46)
HSLhsl(237.4, 100%, 9%)
CMYKcmyk(100%, 95.7%, 0%, 82%)

How do I convert dark navy blue to HEX?

Select dark navy blue from the color name list in our color converter. The HEX value — #00022e — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark navy blue belong to?

dark navy blue belongs to the near-black color family. It is a dark, vivid color with HSL values: hue 237.4°, saturation 100%, lightness 9%.

How do I create lighter and darker shades of dark navy blue?

Lighter variant (lightness 24%): #00057a. Darker variant (lightness 5%): #000119. 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.