Shades of Navy Blue #0861CF
Tints of Navy Blue #0861CF
RGB
CMYK
RGB Variations
Color information
#0861CF (or 0x0861CF) is known color: Navy Blue. HEX triplet: 08, 61 and CF. RGB value is (8,97,207). Sum of RGB (Red+Green+Blue) = 8+97+207=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #0861CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861CF is #F79E30. Grayscale: #525252. Windows color (decimal): -16227889 or 13590792. OLE color: 13590792.
HSL color Cylindrical-coordinate representation of color #0861CF: hue angle of 213.17º 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 #0861CF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 97 | 207 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.19 |
| HSL | 213.17º | 0.93% | 0.42% | - |
| HSV(B) | 213.17º | 0.96% | 0.81% | - |
| XYZ | 15.64 | 13.11 | 60.74 | - |
| YUV | 82.93 | 198.01 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 207 | 0.96 | 0.53 | 0 | 0.19 | 213.17 | 0.93 | 0.42 |
| Hex | 8 | 61 | CF | 60 | 35 | 0 | 13 | D5 | 5D | 2A |
| Octal | 10 | 141 | 317 | 140 | 65 | 0 | 23 | 325 | 135 | 52 |
| Binary | 1000 | 1100001 | 11001111 | 1100000 | 110101 | 0 | 10011 | 11010101 | 1011101 | 101010 |
Color Harmonies of #0861CF
Complementary color
Monochromatic Colors of #0861CF
Black with #0861CF
Text Example
Text Example
White with #0861CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0861CF; }
p { color: rgb(8,97,207); }
H1.HeaderClassName
{
color: #0861CF;
}
.AnyTagClassName
{
color: #0861CF;
}
</style>
background-color css
<style>
a { background-color: #0861CF; }
a { background-color: rgb(8,97,207); }
div.DivClassName
{
background-color: #0861CF;
}
.BgClassName
{
background-color: #0861CF;
}
</style>
border-color css
<style>
span { border-color: #0861CF; }
span { border-color: rgb(8,97,207); }
td.TdClassName
{
border-color: #0861CF;
}
.TagClassName
{
border-color: #0861CF;
}
</style>