#1D00AF
A dark, vivid blue closely aligning with Mediumblue.
About #1D00AF
When working with digital screens, the color #1D00AF is rendered by mixing light. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 29 red, 0 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 83% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D00AF
RGB29, 0, 175
HSL249.9°, 100.0%, 34.3%
CMYK83%, 100%, 0%, 31%
HSV249.9°, 100.0%, 68.6%
LAB21.4, 60.0, -79.6
XYZ8.2, 3.4, 40.8
Decimal1900719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.57:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.01:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00AF;
}
.text-color {
color: #1D00AF;
}
.border-color {
border: 2px solid #1D00AF;
}