#1D1DA0
A dark, moderate blue closely aligning with Darkblue.
About #1D1DA0
Visually, #1D1DA0 is defined as a moderate blue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(29, 29, 160).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 82% cyan and 82% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D1DA0
RGB29, 29, 160
HSL240.0°, 69.3%, 37.1%
CMYK82%, 82%, 0%, 37%
HSV240.0°, 81.9%, 62.7%
LAB22.6, 46.2, -68.6
XYZ7.3, 3.7, 33.6
Decimal1908128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.10:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.56:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1DA0;
}
.text-color {
color: #1D1DA0;
}
.border-color {
border: 2px solid #1D1DA0;
}