Shades of Navy Blue #0860ED
Tints of Navy Blue #0860ED
RGB
CMYK
RGB Variations
Color information
#0860ED (or 0x0860ED) is known color: Navy Blue. HEX triplet: 08, 60 and ED. RGB value is (8,96,237). Sum of RGB (Red+Green+Blue) = 8+96+237=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #0860ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0860ED is #F79F12. Grayscale: #555555. Windows color (decimal): -16228115 or 15556616. OLE color: 15556616.
HSL color Cylindrical-coordinate representation of color #0860ED: hue angle of 216.94º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0860ED is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 96 | 237 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.07 |
| HSL | 216.94º | 0.93% | 0.48% | - |
| HSV(B) | 216.94º | 0.97% | 0.93% | - |
| XYZ | 19.57 | 14.53 | 81.89 | - |
| YUV | 85.76 | 213.35 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 237 | 0.97 | 0.59 | 0 | 0.07 | 216.94 | 0.93 | 0.48 |
| Hex | 8 | 60 | ED | 61 | 3B | 0 | 7 | D9 | 5D | 30 |
| Octal | 10 | 140 | 355 | 141 | 73 | 0 | 7 | 331 | 135 | 60 |
| Binary | 1000 | 1100000 | 11101101 | 1100001 | 111011 | 0 | 111 | 11011001 | 1011101 | 110000 |
Color Harmonies of #0860ED
Complementary color
Monochromatic Colors of #0860ED
Black with #0860ED
Text Example
Text Example
White with #0860ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860ED; }
p { color: rgb(8,96,237); }
H1.HeaderClassName
{
color: #0860ED;
}
.AnyTagClassName
{
color: #0860ED;
}
</style>
background-color css
<style>
a { background-color: #0860ED; }
a { background-color: rgb(8,96,237); }
div.DivClassName
{
background-color: #0860ED;
}
.BgClassName
{
background-color: #0860ED;
}
</style>
border-color css
<style>
span { border-color: #0860ED; }
span { border-color: rgb(8,96,237); }
td.TdClassName
{
border-color: #0860ED;
}
.TagClassName
{
border-color: #0860ED;
}
</style>