#1600DB
A medium, vivid blue closely aligning with Mediumblue.
About #1600DB
At its core, #1600DB is a medium and vivid hue. Its closest recognized web color is Mediumblue. Its digital footprint relies on 22 parts red, 0 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 90% C, 100% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1600DB
RGB22, 0, 219
HSL246.0°, 100.0%, 42.9%
CMYK90%, 100%, 0%, 14%
HSV246.0°, 100.0%, 85.9%
LAB27.5, 70.7, -95.3
XYZ13.1, 5.3, 67.3
Decimal1442011
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.21:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.76:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1600DB;
}
.text-color {
color: #1600DB;
}
.border-color {
border: 2px solid #1600DB;
}