#160F50
A very dark, moderate blue closely aligning with Midnightblue.
About #160F50
Visually, #160F50 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Midnightblue. Its digital footprint relies on 22 parts red, 15 parts green, and 80 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 72% cyan, 81% magenta, 0% yellow, and 69% black. With a hue angle of 246.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#160F50
RGB22, 15, 80
HSL246.5°, 68.4%, 18.6%
CMYK72%, 81%, 0%, 69%
HSV246.5°, 81.2%, 31.4%
LAB9.7, 26.0, -38.3
XYZ1.9, 1.1, 7.7
Decimal1445712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.24:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.48:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F50;
}
.text-color {
color: #160F50;
}
.border-color {
border: 2px solid #160F50;
}