#1D425F
A dark, moderate blue closely aligning with Darkslategray.
About #1D425F
Visually, #1D425F is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Darkslategray. Its digital footprint relies on 29 parts red, 66 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 69% cyan and 31% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D425F
RGB29, 66, 95
HSL206.4°, 53.2%, 24.3%
CMYK69%, 31%, 0%, 63%
HSV206.4°, 69.5%, 37.3%
LAB26.7, -2.8, -21.1
XYZ4.5, 5.0, 11.6
Decimal1917535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.52:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.05:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D425F;
}
.text-color {
color: #1D425F;
}
.border-color {
border: 2px solid #1D425F;
}