#161675
A dark, moderate blue closely aligning with Midnightblue.
About #161675
Visually, #161675 is defined as a moderate blue. It is closely associated with the named CSS color Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 22, and 117.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 81% cyan and 81% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#161675
RGB22, 22, 117
HSL240.0°, 68.3%, 27.3%
CMYK81%, 81%, 0%, 54%
HSV240.0°, 81.2%, 45.9%
LAB15.6, 35.0, -53.2
XYZ3.8, 2.0, 17.0
Decimal1447541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.94:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.28:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #161675;
}
.text-color {
color: #161675;
}
.border-color {
border: 2px solid #161675;
}