#1D3A50
A dark, moderate blue closely aligning with Darkslategray.
About #1D3A50
The hex code #1D3A50 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslategray. Its digital footprint relies on 29 parts red, 58 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 64% Cyan, 28% Magenta, 0% Yellow, and 69% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D3A50
RGB29, 58, 80
HSL205.9°, 46.8%, 21.4%
CMYK64%, 28%, 0%, 69%
HSV205.9°, 63.8%, 31.4%
LAB23.2, -3.2, -16.7
XYZ3.5, 3.9, 8.2
Decimal1915472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.84:1
Text on #FFFFFF
AAA
1.77:1
Text on #000000
FAIL
11.32:1
Text on #F8FAFC
AAA
1.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3A50;
}
.text-color {
color: #1D3A50;
}
.border-color {
border: 2px solid #1D3A50;
}