Shades of Navy Blue #0858CB
Tints of Navy Blue #0858CB
RGB
CMYK
RGB Variations
Color information
#0858CB (or 0x0858CB) is known color: Navy Blue. HEX triplet: 08, 58 and CB. RGB value is (8,88,203). Sum of RGB (Red+Green+Blue) = 8+88+203=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #0858CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858CB is #F7A734. Grayscale: #4C4C4C. Windows color (decimal): -16230197 or 13326344. OLE color: 13326344.
HSL color Cylindrical-coordinate representation of color #0858CB: hue angle of 215.38º 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 #0858CB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 88 | 203 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.20 |
| HSL | 215.38º | 0.92% | 0.41% | - |
| HSV(B) | 215.38º | 0.96% | 0.8% | - |
| XYZ | 14.37 | 11.34 | 57.93 | - |
| YUV | 77.19 | 199 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 203 | 0.96 | 0.57 | 0 | 0.20 | 215.38 | 0.92 | 0.41 |
| Hex | 8 | 58 | CB | 60 | 39 | 0 | 14 | D7 | 5C | 29 |
| Octal | 10 | 130 | 313 | 140 | 71 | 0 | 24 | 327 | 134 | 51 |
| Binary | 1000 | 1011000 | 11001011 | 1100000 | 111001 | 0 | 10100 | 11010111 | 1011100 | 101001 |
Color Harmonies of #0858CB
Complementary color
Monochromatic Colors of #0858CB
Black with #0858CB
Text Example
Text Example
White with #0858CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0858CB; }
p { color: rgb(8,88,203); }
H1.HeaderClassName
{
color: #0858CB;
}
.AnyTagClassName
{
color: #0858CB;
}
</style>
background-color css
<style>
a { background-color: #0858CB; }
a { background-color: rgb(8,88,203); }
div.DivClassName
{
background-color: #0858CB;
}
.BgClassName
{
background-color: #0858CB;
}
</style>
border-color css
<style>
span { border-color: #0858CB; }
span { border-color: rgb(8,88,203); }
td.TdClassName
{
border-color: #0858CB;
}
.TagClassName
{
border-color: #0858CB;
}
</style>