#1D00BD
A dark, vivid blue closely aligning with Mediumblue.
About #1D00BD
The precise color #1D00BD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(29, 0, 189).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 85% cyan and 100% magenta inks. The HSL representation is 249.2° hue, 100.0% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D00BD
RGB29, 0, 189
HSL249.2°, 100.0%, 37.1%
CMYK85%, 100%, 0%, 26%
HSV249.2°, 100.0%, 74.1%
LAB23.5, 63.5, -84.6
XYZ9.7, 3.9, 48.4
Decimal1900733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.75:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.23:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00BD;
}
.text-color {
color: #1D00BD;
}
.border-color {
border: 2px solid #1D00BD;
}