Shades of Navy Blue #0860FF
Tints of Navy Blue #0860FF
RGB
CMYK
RGB Variations
Color information
#0860FF (or 0x0860FF) is known color: Navy Blue. HEX triplet: 08, 60 and FF. RGB value is (8,96,255). Sum of RGB (Red+Green+Blue) = 8+96+255=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0860FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0860FF is #F79F00. Grayscale: #575757. Windows color (decimal): -16228097 or 16736264. OLE color: 16736264.
HSL color Cylindrical-coordinate representation of color #0860FF: hue angle of 218.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0860FF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 96 | 255 | - |
| CMYK | 0.97 | 0.62 | 0 | 0 |
| HSL | 218.62º | 1% | 0.52% | - |
| HSV(B) | 218.62º | 0.97% | 1% | - |
| XYZ | 22.33 | 15.64 | 96.45 | - |
| YUV | 87.81 | 222.35 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 255 | 0.97 | 0.62 | 0 | 0 | 218.62 | 1 | 0.52 |
| Hex | 8 | 60 | FF | 61 | 3E | 0 | 0 | DB | 64 | 34 |
| Octal | 10 | 140 | 377 | 141 | 76 | 0 | 0 | 333 | 144 | 64 |
| Binary | 1000 | 1100000 | 11111111 | 1100001 | 111110 | 0 | 0 | 11011011 | 1100100 | 110100 |
Color Harmonies of #0860FF
Complementary color
Monochromatic Colors of #0860FF
Black with #0860FF
Text Example
Text Example
White with #0860FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860FF; }
p { color: rgb(8,96,255); }
H1.HeaderClassName
{
color: #0860FF;
}
.AnyTagClassName
{
color: #0860FF;
}
</style>
background-color css
<style>
a { background-color: #0860FF; }
a { background-color: rgb(8,96,255); }
div.DivClassName
{
background-color: #0860FF;
}
.BgClassName
{
background-color: #0860FF;
}
</style>
border-color css
<style>
span { border-color: #0860FF; }
span { border-color: rgb(8,96,255); }
td.TdClassName
{
border-color: #0860FF;
}
.TagClassName
{
border-color: #0860FF;
}
</style>