#1600AF
A dark, vivid blue closely aligning with Mediumblue.
About #1600AF
Visually, #1600AF is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 22 red, 0 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 87% C, 100% M, 0% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#1600AF
RGB22, 0, 175
HSL247.5°, 100.0%, 34.3%
CMYK87%, 100%, 0%, 31%
HSV247.5°, 100.0%, 68.6%
LAB21.1, 59.9, -80.2
XYZ8.1, 3.3, 40.8
Decimal1441967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.70:1
Text on #FFFFFF
AAA
1.65:1
Text on #000000
FAIL
12.14:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1600AF;
}
.text-color {
color: #1600AF;
}
.border-color {
border: 2px solid #1600AF;
}