#000092
A dark, vivid blue closely aligning with Darkblue.
About #000092
The precise color #000092 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkblue. In the RGB color space, it consists of 0 red, 0 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 100% M, 0% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#000092
RGB0, 0, 146
HSL240.0°, 100.0%, 28.6%
CMYK100%, 100%, 0%, 43%
HSV240.0°, 100.0%, 57.3%
LAB15.9, 52.3, -71.2
XYZ5.2, 2.1, 27.3
Decimal146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.84:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.18:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000092;
}
.text-color {
color: #000092;
}
.border-color {
border: 2px solid #000092;
}