#162CBD
A medium, vivid blue closely aligning with Darkblue.
About #162CBD
Visually, #162CBD is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(22, 44, 189).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 88% cyan and 77% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#162CBD
RGB22, 44, 189
HSL232.1°, 79.1%, 41.4%
CMYK88%, 77%, 0%, 26%
HSV232.1°, 88.4%, 74.1%
LAB28.5, 47.5, -76.2
XYZ10.4, 5.6, 48.7
Decimal1453245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.86:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.43:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #162CBD;
}
.text-color {
color: #162CBD;
}
.border-color {
border: 2px solid #162CBD;
}