#160F42
A very dark, moderate blue closely aligning with Midnightblue.
About #160F42
The hex code #160F42 represents a beautifully specific shade of blue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 22 parts red, 15 parts green, and 66 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 67% Cyan, 77% Magenta, 0% Yellow, and 74% Black. With a hue angle of 248.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#160F42
RGB22, 15, 66
HSL248.2°, 63.0%, 15.9%
CMYK67%, 77%, 0%, 74%
HSV248.2°, 77.3%, 25.9%
LAB8.2, 20.8, -31.1
XYZ1.5, 0.9, 5.3
Decimal1445698
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.78:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
16.99:1
Text on #F8FAFC
AAA
1.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F42;
}
.text-color {
color: #160F42;
}
.border-color {
border: 2px solid #160F42;
}