#1D1D3A
A very dark, moderate blue closely aligning with Black.
About #1D1D3A
The hex code #1D1D3A represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Black. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 29, and 58.
For print applications, it's crucial to understand its CMYK makeup. The color uses 50% Cyan, 50% Magenta, 0% Yellow, and 77% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D1D3A
RGB29, 29, 58
HSL240.0°, 33.3%, 17.1%
CMYK50%, 50%, 0%, 77%
HSV240.0°, 50.0%, 22.7%
LAB12.3, 9.2, -18.8
XYZ1.7, 1.4, 4.2
Decimal1908026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.29:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.57:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D3A;
}
.text-color {
color: #1D1D3A;
}
.border-color {
border: 2px solid #1D1D3A;
}