Navy blue to RGB — Color Code

#001146
Format Value
HEX #001146
RGB rgb(0, 17, 70)
HSL hsl(225.4, 100%, 13.7%)
CMYK cmyk(100%, 75.7%, 0%, 72.5%)
HSV hsv(225.4, 100%, 27.5%)

navy blue color harmonies

Tints & shades of navy blue

Tints (lighter)

#172757 #2e3c68 #465278 #5d6889 #747d9a #8b93ab #a2a8bc #b9becd #d1d4dd #e8e9ee

Shades (darker)

#000f40 #000e39 #000c33 #000b2d #000926 #000820 #000619 #000513 #00030d #000206

Contrast & accessibility

The quick brown fox

On white · 17.97:1 · AAA

The quick brown fox

On black · 1.17:1 · Fail

Recommended text color: #ffffff

Use navy blue in code

CSS color: #001146;
SCSS $color: #001146;
Tailwind bg-[#001146]
Swift UIColor(red: 0.000, green: 0.067, blue: 0.275, alpha: 1)
Android Color.parseColor("#001146")
Flutter Color(0xFF001146)

Colors similar to navy blue

Browse all Blue colors →

What is the RGB code for navy blue?

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

What are all the color format values for navy blue?

FormatValue
HEX#001146
RGBrgb(0, 17, 70)
HSLhsl(225.4, 100%, 13.7%)
CMYKcmyk(100%, 75.7%, 0%, 72.5%)

How do I convert navy blue to RGB?

Select navy blue from the color name list in our color converter. The RGB value — rgb(0, 17, 70) — 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 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.