#0F168A
A dark, vivid blue closely aligning with Navy.
About #0F168A
Visually, #0F168A is defined as a vivid blue. Its closest recognized web color is Navy. Its digital footprint relies on 15 parts red, 22 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 89% cyan, 84% magenta, 0% yellow, and 46% black. The HSL representation is 236.6° hue, 80.4% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F168A
RGB15, 22, 138
HSL236.6°, 80.4%, 30.0%
CMYK89%, 84%, 0%, 46%
HSV236.6°, 89.1%, 54.1%
LAB18.0, 41.8, -62.7
XYZ5.1, 2.5, 24.3
Decimal988810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.98:1
Text on #FFFFFF
AAA
1.50:1
Text on #000000
FAIL
13.36:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F168A;
}
.text-color {
color: #0F168A;
}
.border-color {
border: 2px solid #0F168A;
}