#1D4299
A dark, moderate blue closely aligning with Darkslateblue.
About #1D4299
At its core, #1D4299 is a dark and moderate hue. Designers often compare it to the standard color Darkslateblue. In the RGB color space, it consists of 29 red, 66 green, and 153 blue.
Translating this color to physical media requires the CMYK color model. The color uses 81% Cyan, 57% Magenta, 0% Yellow, and 40% Black. With a hue angle of 222.1 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D4299
RGB29, 66, 153
HSL222.1°, 68.1%, 35.7%
CMYK81%, 57%, 0%, 40%
HSV222.1°, 81.0%, 60.0%
LAB30.5, 20.4, -51.3
XYZ8.2, 6.5, 31.0
Decimal1917593
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.16:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.76:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D4299;
}
.text-color {
color: #1D4299;
}
.border-color {
border: 2px solid #1D4299;
}