#1616D3
A medium, vivid blue closely aligning with Mediumblue.
About #1616D3
The precise color #1616D3 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(22, 22, 211).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 90% C, 90% M, 0% Y, and 17% K. With a hue angle of 240.0 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1616D3
RGB22, 22, 211
HSL240.0°, 81.1%, 45.7%
CMYK90%, 90%, 0%, 17%
HSV240.0°, 89.6%, 82.7%
LAB28.0, 63.9, -90.0
XYZ12.4, 5.4, 62.0
Decimal1447635
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.05:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.61:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1616D3;
}
.text-color {
color: #1616D3;
}
.border-color {
border: 2px solid #1616D3;
}