#1D5FAF
A medium, vivid blue closely aligning with Darkslateblue.
About #1D5FAF
At its core, #1D5FAF is a medium and vivid hue. Its closest recognized web color is Darkslateblue. Its digital footprint relies on 29 parts red, 95 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 83% C, 46% M, 0% Y, and 31% K. The HSL representation is 212.9° hue, 71.6% saturation, and 40.0% lightness.
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#1D5FAF
RGB29, 95, 175
HSL212.9°, 71.6%, 40.0%
CMYK83%, 46%, 0%, 31%
HSV212.9°, 83.4%, 68.6%
LAB40.5, 9.7, -48.4
XYZ12.3, 11.5, 42.1
Decimal1925039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.35:1
Text on #FFFFFF
AA
3.31:1
Text on #000000
AA Large
6.07:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5FAF;
}
.text-color {
color: #1D5FAF;
}
.border-color {
border: 2px solid #1D5FAF;
}