#0F0792
A dark, vivid blue closely aligning with Darkblue.
About #0F0792
The precise color #0F0792 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkblue. Its digital footprint relies on 15 parts red, 7 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 90% Cyan, 95% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F0792
RGB15, 7, 146
HSL243.5°, 90.8%, 30.0%
CMYK90%, 95%, 0%, 43%
HSV243.5°, 95.2%, 57.3%
LAB17.1, 50.2, -69.1
XYZ5.5, 2.3, 27.4
Decimal984978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.33:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.69:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0792;
}
.text-color {
color: #0F0792;
}
.border-color {
border: 2px solid #0F0792;
}