#161D33
A very dark, moderate blue closely aligning with Black.
About #161D33
Visually, #161D33 is defined as a moderate blue. Its closest recognized web color is Black. This translates to an RGB value of rgb(22, 29, 51).
If you are designing for print, the four-color process is what matters most. The color uses 57% Cyan, 43% Magenta, 0% Yellow, and 80% Black. The HSL representation is 225.5° hue, 39.7% saturation, and 14.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#161D33
RGB22, 29, 51
HSL225.5°, 39.7%, 14.3%
CMYK57%, 43%, 0%, 80%
HSV225.5°, 56.9%, 20.0%
LAB11.2, 4.4, -15.5
XYZ1.4, 1.3, 3.3
Decimal1449267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.70:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.96:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #161D33;
}
.text-color {
color: #161D33;
}
.border-color {
border: 2px solid #161D33;
}