Shades of Navy Blue #0862CC
Tints of Navy Blue #0862CC
RGB
CMYK
RGB Variations
Color information
#0862CC (or 0x0862CC) is known color: Navy Blue. HEX triplet: 08, 62 and CC. RGB value is (8,98,204). Sum of RGB (Red+Green+Blue) = 8+98+204=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #0862CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0862CC is #F79D33. Grayscale: #525252. Windows color (decimal): -16227636 or 13394440. OLE color: 13394440.
HSL color Cylindrical-coordinate representation of color #0862CC: hue angle of 212.45º 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 #0862CC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 98 | 204 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.2 |
| HSL | 212.45º | 0.92% | 0.42% | - |
| HSV(B) | 212.45º | 0.96% | 0.8% | - |
| XYZ | 15.37 | 13.15 | 58.85 | - |
| YUV | 83.17 | 196.18 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 204 | 0.96 | 0.52 | 0 | 0.2 | 212.45 | 0.92 | 0.42 |
| Hex | 8 | 62 | CC | 60 | 34 | 0 | 14 | D4 | 5C | 2A |
| Octal | 10 | 142 | 314 | 140 | 64 | 0 | 24 | 324 | 134 | 52 |
| Binary | 1000 | 1100010 | 11001100 | 1100000 | 110100 | 0 | 10100 | 11010100 | 1011100 | 101010 |
Color Harmonies of #0862CC
Complementary color
Monochromatic Colors of #0862CC
Black with #0862CC
Text Example
Text Example
White with #0862CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0862CC; }
p { color: rgb(8,98,204); }
H1.HeaderClassName
{
color: #0862CC;
}
.AnyTagClassName
{
color: #0862CC;
}
</style>
background-color css
<style>
a { background-color: #0862CC; }
a { background-color: rgb(8,98,204); }
div.DivClassName
{
background-color: #0862CC;
}
.BgClassName
{
background-color: #0862CC;
}
</style>
border-color css
<style>
span { border-color: #0862CC; }
span { border-color: rgb(8,98,204); }
td.TdClassName
{
border-color: #0862CC;
}
.TagClassName
{
border-color: #0862CC;
}
</style>