#002CBD
A dark, vivid blue closely aligning with Darkblue.
About #002CBD
When working with digital screens, the color #002CBD is rendered by mixing light. It is closely associated with the named CSS color Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 44, and 189.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 77% M, 0% Y, and 26% K. With a hue angle of 226.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#002CBD
RGB0, 44, 189
HSL226.0°, 100.0%, 37.1%
CMYK100%, 77%, 0%, 26%
HSV226.0°, 100.0%, 74.1%
LAB28.0, 46.9, -77.0
XYZ10.1, 5.5, 48.7
Decimal11453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.02:1
Text on #FFFFFF
AAA
2.10:1
Text on #000000
FAIL
9.58:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002CBD;
}
.text-color {
color: #002CBD;
}
.border-color {
border: 2px solid #002CBD;
}