#1D3AAF
A medium, vivid blue closely aligning with Slateblue.
About #1D3AAF
Visually, #1D3AAF is defined as a vivid blue. It is closely associated with the named CSS color Slateblue. This translates to an RGB value of rgb(29, 58, 175).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 83% C, 67% M, 0% Y, and 31% K. The HSL representation is 228.1° hue, 71.6% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D3AAF
RGB29, 58, 175
HSL228.1°, 71.6%, 40.0%
CMYK83%, 67%, 0%, 31%
HSV228.1°, 83.4%, 68.6%
LAB30.4, 34.3, -64.8
XYZ9.8, 6.4, 41.3
Decimal1915567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.22:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.82:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3AAF;
}
.text-color {
color: #1D3AAF;
}
.border-color {
border: 2px solid #1D3AAF;
}