#000F66
A dark, vivid blue closely aligning with Midnightblue.
About #000F66
When working with digital screens, the color #000F66 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Midnightblue. In the RGB color space, it consists of 0 red, 15 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 85% M, 0% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#000F66
RGB0, 15, 102
HSL231.2°, 100.0%, 20.0%
CMYK100%, 85%, 0%, 60%
HSV231.2°, 100.0%, 40.0%
LAB11.3, 32.5, -50.6
XYZ2.6, 1.3, 12.7
Decimal3942
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.66:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.93:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F66;
}
.text-color {
color: #000F66;
}
.border-color {
border: 2px solid #000F66;
}