Shades of Navy Blue #0860DE
Tints of Navy Blue #0860DE
RGB
CMYK
RGB Variations
Color information
#0860DE (or 0x0860DE) is known color: Navy Blue. HEX triplet: 08, 60 and DE. RGB value is (8,96,222). Sum of RGB (Red+Green+Blue) = 8+96+222=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #0860DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0860DE is #F79F21. Grayscale: #535353. Windows color (decimal): -16228130 or 14573576. OLE color: 14573576.
HSL color Cylindrical-coordinate representation of color #0860DE: hue angle of 215.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0860DE is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 96 | 222 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.13 |
| HSL | 215.33º | 0.93% | 0.45% | - |
| HSV(B) | 215.33º | 0.96% | 0.87% | - |
| XYZ | 17.47 | 13.69 | 70.83 | - |
| YUV | 84.05 | 205.85 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 222 | 0.96 | 0.57 | 0 | 0.13 | 215.33 | 0.93 | 0.45 |
| Hex | 8 | 60 | DE | 60 | 39 | 0 | D | D7 | 5D | 2D |
| Octal | 10 | 140 | 336 | 140 | 71 | 0 | 15 | 327 | 135 | 55 |
| Binary | 1000 | 1100000 | 11011110 | 1100000 | 111001 | 0 | 1101 | 11010111 | 1011101 | 101101 |
Color Harmonies of #0860DE
Complementary color
Monochromatic Colors of #0860DE
Black with #0860DE
Text Example
Text Example
White with #0860DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860DE; }
p { color: rgb(8,96,222); }
H1.HeaderClassName
{
color: #0860DE;
}
.AnyTagClassName
{
color: #0860DE;
}
</style>
background-color css
<style>
a { background-color: #0860DE; }
a { background-color: rgb(8,96,222); }
div.DivClassName
{
background-color: #0860DE;
}
.BgClassName
{
background-color: #0860DE;
}
</style>
border-color css
<style>
span { border-color: #0860DE; }
span { border-color: rgb(8,96,222); }
td.TdClassName
{
border-color: #0860DE;
}
.TagClassName
{
border-color: #0860DE;
}
</style>