#0F167C
A dark, vivid blue closely aligning with Midnightblue.
About #0F167C
When working with digital screens, the color #0F167C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Midnightblue. This translates to an RGB value of rgb(15, 22, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 88% Cyan, 82% Magenta, 0% Yellow, and 51% Black. The HSL representation is 236.1° hue, 78.4% saturation, and 27.3% lightness.
When using this color as a background, text legibility must be considered. 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#0F167C
RGB15, 22, 124
HSL236.1°, 78.4%, 27.3%
CMYK88%, 82%, 0%, 51%
HSV236.1°, 87.9%, 48.6%
LAB16.2, 37.1, -56.8
XYZ4.1, 2.1, 19.3
Decimal988796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.73:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.07:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F167C;
}
.text-color {
color: #0F167C;
}
.border-color {
border: 2px solid #0F167C;
}