Shades of Navy Blue #0860DC
Tints of Navy Blue #0860DC
RGB
CMYK
RGB Variations
Color information
#0860DC (or 0x0860DC) is known color: Navy Blue. HEX triplet: 08, 60 and DC. RGB value is (8,96,220). Sum of RGB (Red+Green+Blue) = 8+96+220=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #0860DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0860DC is #F79F23. Grayscale: #535353. Windows color (decimal): -16228132 or 14442504. OLE color: 14442504.
HSL color Cylindrical-coordinate representation of color #0860DC: hue angle of 215.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0860DC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 96 | 220 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.14 |
| HSL | 215.09º | 0.93% | 0.45% | - |
| HSV(B) | 215.09º | 0.96% | 0.86% | - |
| XYZ | 17.2 | 13.58 | 69.43 | - |
| YUV | 83.82 | 204.85 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 220 | 0.96 | 0.56 | 0 | 0.14 | 215.09 | 0.93 | 0.45 |
| Hex | 8 | 60 | DC | 60 | 38 | 0 | E | D7 | 5D | 2D |
| Octal | 10 | 140 | 334 | 140 | 70 | 0 | 16 | 327 | 135 | 55 |
| Binary | 1000 | 1100000 | 11011100 | 1100000 | 111000 | 0 | 1110 | 11010111 | 1011101 | 101101 |
Color Harmonies of #0860DC
Complementary color
Monochromatic Colors of #0860DC
Black with #0860DC
Text Example
Text Example
White with #0860DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860DC; }
p { color: rgb(8,96,220); }
H1.HeaderClassName
{
color: #0860DC;
}
.AnyTagClassName
{
color: #0860DC;
}
</style>
background-color css
<style>
a { background-color: #0860DC; }
a { background-color: rgb(8,96,220); }
div.DivClassName
{
background-color: #0860DC;
}
.BgClassName
{
background-color: #0860DC;
}
</style>
border-color css
<style>
span { border-color: #0860DC; }
span { border-color: rgb(8,96,220); }
td.TdClassName
{
border-color: #0860DC;
}
.TagClassName
{
border-color: #0860DC;
}
</style>