#000F92
A dark, vivid blue closely aligning with Darkblue.
About #000F92
When working with digital screens, the color #000F92 is rendered by mixing light. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 0 parts red, 15 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 90% Magenta, 0% Yellow, and 43% Black. The HSL representation is 233.8° hue, 100.0% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#000F92
RGB0, 15, 146
HSL233.8°, 100.0%, 28.6%
CMYK100%, 90%, 0%, 43%
HSV233.8°, 100.0%, 57.3%
LAB17.5, 47.2, -68.4
XYZ5.4, 2.4, 27.4
Decimal3986
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.16:1
Text on #FFFFFF
AAA
1.48:1
Text on #000000
FAIL
13.53:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F92;
}
.text-color {
color: #000F92;
}
.border-color {
border: 2px solid #000F92;
}