#0F1666
A dark, vivid blue closely aligning with Midnightblue.
About #0F1666
At its core, #0F1666 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Midnightblue. Its digital footprint relies on 15 parts red, 22 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 78% Magenta, 0% Yellow, and 60% Black. With a hue angle of 235.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F1666
RGB15, 22, 102
HSL235.2°, 74.4%, 22.9%
CMYK85%, 78%, 0%, 60%
HSV235.2°, 85.3%, 40.0%
LAB13.4, 29.0, -47.0
XYZ2.9, 1.6, 12.7
Decimal988774
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.83:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.13:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1666;
}
.text-color {
color: #0F1666;
}
.border-color {
border: 2px solid #0F1666;
}