#000733
A very dark, vivid blue closely aligning with Black.
About #000733
Visually, #000733 is defined as a vivid blue. Its closest recognized web color is Black. Its digital footprint relies on 0 parts red, 7 parts green, and 51 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 86% Magenta, 0% Yellow, and 80% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#000733
RGB0, 7, 51
HSL231.8°, 100.0%, 10.0%
CMYK100%, 86%, 0%, 80%
HSV231.8°, 100.0%, 20.0%
LAB3.5, 12.4, -27.9
XYZ0.7, 0.4, 3.2
Decimal1843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.48:1
Text on #FFFFFF
AAA
1.08:1
Text on #000000
FAIL
18.62:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000733;
}
.text-color {
color: #000733;
}
.border-color {
border: 2px solid #000733;
}