#000F83
A dark, vivid blue closely aligning with Navy.
About #000F83
The hex code #000F83 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Navy. This translates to an RGB value of rgb(0, 15, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 89% magenta, 0% yellow, and 49% black. The HSL representation is 233.1° hue, 100.0% saturation, and 25.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000F83
RGB0, 15, 131
HSL233.1°, 100.0%, 25.7%
CMYK100%, 89%, 0%, 49%
HSV233.1°, 100.0%, 51.4%
LAB15.4, 42.4, -62.6
XYZ4.3, 2.0, 21.6
Decimal3971
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.04:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.38:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F83;
}
.text-color {
color: #000F83;
}
.border-color {
border: 2px solid #000F83;
}