Shades of Navy Blue #0860EF
Tints of Navy Blue #0860EF
RGB
CMYK
RGB Variations
Color information
#0860EF (or 0x0860EF) is known color: Navy Blue. HEX triplet: 08, 60 and EF. RGB value is (8,96,239). Sum of RGB (Red+Green+Blue) = 8+96+239=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #0860EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0860EF is #F79F10. Grayscale: #555555. Windows color (decimal): -16228113 or 15687688. OLE color: 15687688.
HSL color Cylindrical-coordinate representation of color #0860EF: hue angle of 217.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0860EF is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 96 | 239 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.06 |
| HSL | 217.14º | 0.94% | 0.48% | - |
| HSV(B) | 217.14º | 0.97% | 0.94% | - |
| XYZ | 19.86 | 14.65 | 83.44 | - |
| YUV | 85.99 | 214.35 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 239 | 0.97 | 0.60 | 0 | 0.06 | 217.14 | 0.94 | 0.48 |
| Hex | 8 | 60 | EF | 61 | 3C | 0 | 6 | D9 | 5E | 30 |
| Octal | 10 | 140 | 357 | 141 | 74 | 0 | 6 | 331 | 136 | 60 |
| Binary | 1000 | 1100000 | 11101111 | 1100001 | 111100 | 0 | 110 | 11011001 | 1011110 | 110000 |
Color Harmonies of #0860EF
Complementary color
Monochromatic Colors of #0860EF
Black with #0860EF
Text Example
Text Example
White with #0860EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860EF; }
p { color: rgb(8,96,239); }
H1.HeaderClassName
{
color: #0860EF;
}
.AnyTagClassName
{
color: #0860EF;
}
</style>
background-color css
<style>
a { background-color: #0860EF; }
a { background-color: rgb(8,96,239); }
div.DivClassName
{
background-color: #0860EF;
}
.BgClassName
{
background-color: #0860EF;
}
</style>
border-color css
<style>
span { border-color: #0860EF; }
span { border-color: rgb(8,96,239); }
td.TdClassName
{
border-color: #0860EF;
}
.TagClassName
{
border-color: #0860EF;
}
</style>