Shades of Navy Blue #0862CF
Tints of Navy Blue #0862CF
RGB
CMYK
RGB Variations
Color information
#0862CF (or 0x0862CF) is known color: Navy Blue. HEX triplet: 08, 62 and CF. RGB value is (8,98,207). Sum of RGB (Red+Green+Blue) = 8+98+207=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #0862CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0862CF is #F79D30. Grayscale: #525252. Windows color (decimal): -16227633 or 13591048. OLE color: 13591048.
HSL color Cylindrical-coordinate representation of color #0862CF: hue angle of 212.86º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0862CF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 98 | 207 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.19 |
| HSL | 212.86º | 0.93% | 0.42% | - |
| HSV(B) | 212.86º | 0.96% | 0.81% | - |
| XYZ | 15.73 | 13.29 | 60.77 | - |
| YUV | 83.52 | 197.68 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 207 | 0.96 | 0.53 | 0 | 0.19 | 212.86 | 0.93 | 0.42 |
| Hex | 8 | 62 | CF | 60 | 35 | 0 | 13 | D5 | 5D | 2A |
| Octal | 10 | 142 | 317 | 140 | 65 | 0 | 23 | 325 | 135 | 52 |
| Binary | 1000 | 1100010 | 11001111 | 1100000 | 110101 | 0 | 10011 | 11010101 | 1011101 | 101010 |
Color Harmonies of #0862CF
Complementary color
Monochromatic Colors of #0862CF
Black with #0862CF
Text Example
Text Example
White with #0862CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0862CF; }
p { color: rgb(8,98,207); }
H1.HeaderClassName
{
color: #0862CF;
}
.AnyTagClassName
{
color: #0862CF;
}
</style>
background-color css
<style>
a { background-color: #0862CF; }
a { background-color: rgb(8,98,207); }
div.DivClassName
{
background-color: #0862CF;
}
.BgClassName
{
background-color: #0862CF;
}
</style>
border-color css
<style>
span { border-color: #0862CF; }
span { border-color: rgb(8,98,207); }
td.TdClassName
{
border-color: #0862CF;
}
.TagClassName
{
border-color: #0862CF;
}
</style>