#1D3A8A
A dark, moderate blue closely aligning with Darkslateblue.
About #1D3A8A
Visually, #1D3A8A is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 29 red, 58 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 79% C, 58% M, 0% Y, and 46% K. With a hue angle of 224.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D3A8A
RGB29, 58, 138
HSL224.0°, 65.3%, 32.7%
CMYK79%, 58%, 0%, 46%
HSV224.0°, 79.0%, 54.1%
LAB27.1, 19.9, -47.7
XYZ6.6, 5.1, 24.7
Decimal1915530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.37:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.91:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3A8A;
}
.text-color {
color: #1D3A8A;
}
.border-color {
border: 2px solid #1D3A8A;
}