#003350
A very dark, vivid blue closely aligning with Darkslategray.
About #003350
Visually, #003350 is defined as a vivid blue. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 0 red, 51 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 36% M, 0% Y, and 69% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#003350
RGB0, 51, 80
HSL201.8°, 100.0%, 15.7%
CMYK100%, 36%, 0%, 69%
HSV201.8°, 100.0%, 31.4%
LAB19.8, -3.2, -22.1
XYZ2.6, 2.9, 8.0
Decimal13136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.21:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.63:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #003350;
}
.text-color {
color: #003350;
}
.border-color {
border: 2px solid #003350;
}