#1D3A49
A dark, moderate blue closely aligning with Darkslategray.
About #1D3A49
Visually, #1D3A49 is defined as a moderate blue. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(29, 58, 73).
For print applications, it's crucial to understand its CMYK makeup. The color uses 60% Cyan, 21% Magenta, 0% Yellow, and 71% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D3A49
RGB29, 58, 73
HSL200.5°, 43.1%, 20.0%
CMYK60%, 21%, 0%, 71%
HSV200.5°, 60.3%, 28.6%
LAB22.9, -5.8, -12.5
XYZ3.2, 3.8, 6.9
Decimal1915465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.97:1
Text on #FFFFFF
AAA
1.75:1
Text on #000000
FAIL
11.45:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3A49;
}
.text-color {
color: #1D3A49;
}
.border-color {
border: 2px solid #1D3A49;
}