#000792
A dark, vivid blue closely aligning with Darkblue.
About #000792
When working with digital screens, the color #000792 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(0, 7, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 95% M, 0% Y, and 43% K. The HSL representation is 237.1° hue, 100.0% saturation, and 28.6% lightness.
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#000792
RGB0, 7, 146
HSL237.1°, 100.0%, 28.6%
CMYK100%, 95%, 0%, 43%
HSV237.1°, 100.0%, 57.3%
LAB16.6, 49.9, -69.9
XYZ5.3, 2.2, 27.3
Decimal1938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.53:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.89:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000792;
}
.text-color {
color: #000792;
}
.border-color {
border: 2px solid #000792;
}