Shades of Navy Blue #0859CB
Tints of Navy Blue #0859CB
RGB
CMYK
RGB Variations
Color information
#0859CB (or 0x0859CB) is known color: Navy Blue. HEX triplet: 08, 59 and CB. RGB value is (8,89,203). Sum of RGB (Red+Green+Blue) = 8+89+203=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #0859CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859CB is #F7A634. Grayscale: #4D4D4D. Windows color (decimal): -16229941 or 13326600. OLE color: 13326600.
HSL color Cylindrical-coordinate representation of color #0859CB: hue angle of 215.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0859CB is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 89 | 203 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.20 |
| HSL | 215.08º | 0.92% | 0.41% | - |
| HSV(B) | 215.08º | 0.96% | 0.8% | - |
| XYZ | 14.45 | 11.51 | 57.96 | - |
| YUV | 77.78 | 198.66 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 203 | 0.96 | 0.56 | 0 | 0.20 | 215.08 | 0.92 | 0.41 |
| Hex | 8 | 59 | CB | 60 | 38 | 0 | 14 | D7 | 5C | 29 |
| Octal | 10 | 131 | 313 | 140 | 70 | 0 | 24 | 327 | 134 | 51 |
| Binary | 1000 | 1011001 | 11001011 | 1100000 | 111000 | 0 | 10100 | 11010111 | 1011100 | 101001 |
Color Harmonies of #0859CB
Complementary color
Monochromatic Colors of #0859CB
Black with #0859CB
Text Example
Text Example
White with #0859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0859CB; }
p { color: rgb(8,89,203); }
H1.HeaderClassName
{
color: #0859CB;
}
.AnyTagClassName
{
color: #0859CB;
}
</style>
background-color css
<style>
a { background-color: #0859CB; }
a { background-color: rgb(8,89,203); }
div.DivClassName
{
background-color: #0859CB;
}
.BgClassName
{
background-color: #0859CB;
}
</style>
border-color css
<style>
span { border-color: #0859CB; }
span { border-color: rgb(8,89,203); }
td.TdClassName
{
border-color: #0859CB;
}
.TagClassName
{
border-color: #0859CB;
}
</style>