Shades of Navy Blue #085CEF
Tints of Navy Blue #085CEF
RGB
CMYK
RGB Variations
Color information
#085CEF (or 0x085CEF) is known color: Navy Blue. HEX triplet: 08, 5C and EF. RGB value is (8,92,239). Sum of RGB (Red+Green+Blue) = 8+92+239=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #085CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CEF is #F7A310. Grayscale: #525252. Windows color (decimal): -16229137 or 15686664. OLE color: 15686664.
HSL color Cylindrical-coordinate representation of color #085CEF: hue angle of 218.18º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CEF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 92 | 239 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.06 |
| HSL | 218.18º | 0.94% | 0.48% | - |
| HSV(B) | 218.18º | 0.97% | 0.94% | - |
| XYZ | 19.51 | 13.94 | 83.32 | - |
| YUV | 83.64 | 215.67 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 239 | 0.97 | 0.62 | 0 | 0.06 | 218.18 | 0.94 | 0.48 |
| Hex | 8 | 5C | EF | 61 | 3E | 0 | 6 | DA | 5E | 30 |
| Octal | 10 | 134 | 357 | 141 | 76 | 0 | 6 | 332 | 136 | 60 |
| Binary | 1000 | 1011100 | 11101111 | 1100001 | 111110 | 0 | 110 | 11011010 | 1011110 | 110000 |
Color Harmonies of #085CEF
Complementary color
Monochromatic Colors of #085CEF
Black with #085CEF
Text Example
Text Example
White with #085CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CEF; }
p { color: rgb(8,92,239); }
H1.HeaderClassName
{
color: #085CEF;
}
.AnyTagClassName
{
color: #085CEF;
}
</style>
background-color css
<style>
a { background-color: #085CEF; }
a { background-color: rgb(8,92,239); }
div.DivClassName
{
background-color: #085CEF;
}
.BgClassName
{
background-color: #085CEF;
}
</style>
border-color css
<style>
span { border-color: #085CEF; }
span { border-color: rgb(8,92,239); }
td.TdClassName
{
border-color: #085CEF;
}
.TagClassName
{
border-color: #085CEF;
}
</style>