Shades of Navy Blue #0859DE
Tints of Navy Blue #0859DE
RGB
CMYK
RGB Variations
Color information
#0859DE (or 0x0859DE) is known color: Navy Blue. HEX triplet: 08, 59 and DE. RGB value is (8,89,222). Sum of RGB (Red+Green+Blue) = 8+89+222=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #0859DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859DE is #F7A621. Grayscale: #4F4F4F. Windows color (decimal): -16229922 or 14571784. OLE color: 14571784.
HSL color Cylindrical-coordinate representation of color #0859DE: hue angle of 217.29º 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 #0859DE is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 89 | 222 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.13 |
| HSL | 217.29º | 0.93% | 0.45% | - |
| HSV(B) | 217.29º | 0.96% | 0.87% | - |
| XYZ | 16.86 | 12.47 | 70.63 | - |
| YUV | 79.94 | 208.16 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 222 | 0.96 | 0.60 | 0 | 0.13 | 217.29 | 0.93 | 0.45 |
| Hex | 8 | 59 | DE | 60 | 3C | 0 | D | D9 | 5D | 2D |
| Octal | 10 | 131 | 336 | 140 | 74 | 0 | 15 | 331 | 135 | 55 |
| Binary | 1000 | 1011001 | 11011110 | 1100000 | 111100 | 0 | 1101 | 11011001 | 1011101 | 101101 |
Color Harmonies of #0859DE
Complementary color
Monochromatic Colors of #0859DE
Black with #0859DE
Text Example
Text Example
White with #0859DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0859DE; }
p { color: rgb(8,89,222); }
H1.HeaderClassName
{
color: #0859DE;
}
.AnyTagClassName
{
color: #0859DE;
}
</style>
background-color css
<style>
a { background-color: #0859DE; }
a { background-color: rgb(8,89,222); }
div.DivClassName
{
background-color: #0859DE;
}
.BgClassName
{
background-color: #0859DE;
}
</style>
border-color css
<style>
span { border-color: #0859DE; }
span { border-color: rgb(8,89,222); }
td.TdClassName
{
border-color: #0859DE;
}
.TagClassName
{
border-color: #0859DE;
}
</style>