Dark navy blue to RGB — Color Code

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

dark navy blue color harmonies

Tints & shades of dark navy blue

Tints (lighter)

#171941 #2e3054 #464767 #5d5e7a #74758d #8b8ca0 #a2a3b3 #b9bac6 #d1d1d9 #e8e8ec

Shades (darker)

#00022a #000226 #000121 #00011d #000119 #000115 #000111 #00010d #000008 #000004

Contrast & accessibility

The quick brown fox

On white · 20.04:1 · AAA

The quick brown fox

On black · 1.05:1 · Fail

Recommended text color: #ffffff

Use dark navy blue in code

CSS color: #00022e;
SCSS $color: #00022e;
Tailwind bg-[#00022e]
Swift UIColor(red: 0.000, green: 0.008, blue: 0.180, alpha: 1)
Android Color.parseColor("#00022e")
Flutter Color(0xFF00022E)

Colors similar to dark navy blue

Browse all Blue colors →

What is the RGB code for dark navy blue?

The CSS color dark navy blue in RGB format is rgb(0, 2, 46). 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: rgb(0, 2, 46);
  • Background: background-color: rgb(0, 2, 46);
  • Border: border-color: rgb(0, 2, 46);

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 RGB?

Select dark navy blue from the color name list in our color converter. The RGB value — rgb(0, 2, 46) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.