#1D335F
A dark, moderate blue closely aligning with Darkslateblue.
About #1D335F
The hex code #1D335F represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(29, 51, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 69% cyan, 46% magenta, 0% yellow, and 63% black. With a hue angle of 220.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#1D335F
RGB29, 51, 95
HSL220.0°, 53.2%, 24.3%
CMYK69%, 46%, 0%, 63%
HSV220.0°, 69.5%, 37.3%
LAB21.8, 7.5, -28.8
XYZ3.8, 3.5, 11.3
Decimal1913695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.42:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.87:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D335F;
}
.text-color {
color: #1D335F;
}
.border-color {
border: 2px solid #1D335F;
}