Shades of Navy Blue #0859DC
Tints of Navy Blue #0859DC
RGB
CMYK
RGB Variations
Color information
#0859DC (or 0x0859DC) is known color: Navy Blue. HEX triplet: 08, 59 and DC. RGB value is (8,89,220). Sum of RGB (Red+Green+Blue) = 8+89+220=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #0859DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859DC is #F7A623. Grayscale: #4F4F4F. Windows color (decimal): -16229924 or 14440712. OLE color: 14440712.
HSL color Cylindrical-coordinate representation of color #0859DC: hue angle of 217.08º 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 #0859DC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 89 | 220 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.14 |
| HSL | 217.08º | 0.93% | 0.45% | - |
| HSV(B) | 217.08º | 0.96% | 0.86% | - |
| XYZ | 16.59 | 12.36 | 69.22 | - |
| YUV | 79.72 | 207.16 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 220 | 0.96 | 0.60 | 0 | 0.14 | 217.08 | 0.93 | 0.45 |
| Hex | 8 | 59 | DC | 60 | 3C | 0 | E | D9 | 5D | 2D |
| Octal | 10 | 131 | 334 | 140 | 74 | 0 | 16 | 331 | 135 | 55 |
| Binary | 1000 | 1011001 | 11011100 | 1100000 | 111100 | 0 | 1110 | 11011001 | 1011101 | 101101 |
Color Harmonies of #0859DC
Complementary color
Monochromatic Colors of #0859DC
Black with #0859DC
Text Example
Text Example
White with #0859DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0859DC; }
p { color: rgb(8,89,220); }
H1.HeaderClassName
{
color: #0859DC;
}
.AnyTagClassName
{
color: #0859DC;
}
</style>
background-color css
<style>
a { background-color: #0859DC; }
a { background-color: rgb(8,89,220); }
div.DivClassName
{
background-color: #0859DC;
}
.BgClassName
{
background-color: #0859DC;
}
</style>
border-color css
<style>
span { border-color: #0859DC; }
span { border-color: rgb(8,89,220); }
td.TdClassName
{
border-color: #0859DC;
}
.TagClassName
{
border-color: #0859DC;
}
</style>