#1D49A0
A dark, moderate blue closely aligning with Darkslateblue.
About #1D49A0
When working with digital screens, the color #1D49A0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 29 parts red, 73 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 82% cyan, 54% magenta, 0% yellow, and 37% black. With a hue angle of 219.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D49A0
RGB29, 73, 160
HSL219.8°, 69.3%, 37.1%
CMYK82%, 54%, 0%, 37%
HSV219.8°, 81.9%, 62.7%
LAB33.1, 18.4, -51.4
XYZ9.2, 7.6, 34.2
Decimal1919392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.36:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
7.99:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D49A0;
}
.text-color {
color: #1D49A0;
}
.border-color {
border: 2px solid #1D49A0;
}