#1D3A5F
A dark, moderate blue closely aligning with Darkslategray.
About #1D3A5F
Visually, #1D3A5F is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 58, and 95.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 69% cyan and 39% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#1D3A5F
RGB29, 58, 95
HSL213.6°, 53.2%, 24.3%
CMYK69%, 39%, 0%, 63%
HSV213.6°, 69.5%, 37.3%
LAB24.0, 2.5, -25.2
XYZ4.1, 4.1, 11.4
Decimal1915487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.52:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.01:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3A5F;
}
.text-color {
color: #1D3A5F;
}
.border-color {
border: 2px solid #1D3A5F;
}