Shades of Navy Blue #0859CC
Tints of Navy Blue #0859CC
RGB
CMYK
RGB Variations
Color information
#0859CC (or 0x0859CC) is known color: Navy Blue. HEX triplet: 08, 59 and CC. RGB value is (8,89,204). Sum of RGB (Red+Green+Blue) = 8+89+204=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #0859CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859CC is #F7A633. Grayscale: #4D4D4D. Windows color (decimal): -16229940 or 13392136. OLE color: 13392136.
HSL color Cylindrical-coordinate representation of color #0859CC: hue angle of 215.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0859CC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 89 | 204 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.2 |
| HSL | 215.2º | 0.92% | 0.42% | - |
| HSV(B) | 215.2º | 0.96% | 0.8% | - |
| XYZ | 14.57 | 11.56 | 58.59 | - |
| YUV | 77.89 | 199.16 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 204 | 0.96 | 0.56 | 0 | 0.2 | 215.2 | 0.92 | 0.42 |
| Hex | 8 | 59 | CC | 60 | 38 | 0 | 14 | D7 | 5C | 2A |
| Octal | 10 | 131 | 314 | 140 | 70 | 0 | 24 | 327 | 134 | 52 |
| Binary | 1000 | 1011001 | 11001100 | 1100000 | 111000 | 0 | 10100 | 11010111 | 1011100 | 101010 |
Color Harmonies of #0859CC
Complementary color
Monochromatic Colors of #0859CC
Black with #0859CC
Text Example
Text Example
White with #0859CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0859CC; }
p { color: rgb(8,89,204); }
H1.HeaderClassName
{
color: #0859CC;
}
.AnyTagClassName
{
color: #0859CC;
}
</style>
background-color css
<style>
a { background-color: #0859CC; }
a { background-color: rgb(8,89,204); }
div.DivClassName
{
background-color: #0859CC;
}
.BgClassName
{
background-color: #0859CC;
}
</style>
border-color css
<style>
span { border-color: #0859CC; }
span { border-color: rgb(8,89,204); }
td.TdClassName
{
border-color: #0859CC;
}
.TagClassName
{
border-color: #0859CC;
}
</style>