#1600A0
A dark, vivid blue closely aligning with Darkblue.
About #1600A0
At its core, #1600A0 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 0, and 160.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 86% C, 100% M, 0% Y, and 37% K. With a hue angle of 248.2 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1600A0
RGB22, 0, 160
HSL248.2°, 100.0%, 31.4%
CMYK86%, 100%, 0%, 37%
HSV248.2°, 100.0%, 62.7%
LAB18.8, 56.1, -74.9
XYZ6.7, 2.7, 33.4
Decimal1441952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.62:1
Text on #FFFFFF
AAA
1.54:1
Text on #000000
FAIL
13.02:1
Text on #F8FAFC
AAA
1.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1600A0;
}
.text-color {
color: #1600A0;
}
.border-color {
border: 2px solid #1600A0;
}