#000783
A dark, vivid blue closely aligning with Navy.
About #000783
Visually, #000783 is defined as a vivid blue. Its closest recognized web color is Navy. Its digital footprint relies on 0 parts red, 7 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 95% magenta inks. The HSL representation is 236.8° hue, 100.0% saturation, and 25.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#000783
RGB0, 7, 131
HSL236.8°, 100.0%, 25.7%
CMYK100%, 95%, 0%, 49%
HSV236.8°, 100.0%, 51.4%
LAB14.3, 45.6, -64.3
XYZ4.2, 1.8, 21.6
Decimal1923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.46:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.78:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000783;
}
.text-color {
color: #000783;
}
.border-color {
border: 2px solid #000783;
}