Shades of Navy Blue #0859EF
Tints of Navy Blue #0859EF
RGB
CMYK
RGB Variations
Color information
#0859EF (or 0x0859EF) is known color: Navy Blue. HEX triplet: 08, 59 and EF. RGB value is (8,89,239). Sum of RGB (Red+Green+Blue) = 8+89+239=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #0859EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0859EF is #F7A610. Grayscale: #515151. Windows color (decimal): -16229905 or 15685896. OLE color: 15685896.
HSL color Cylindrical-coordinate representation of color #0859EF: hue angle of 218.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0859EF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 89 | 239 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.06 |
| HSL | 218.96º | 0.94% | 0.48% | - |
| HSV(B) | 218.96º | 0.97% | 0.94% | - |
| XYZ | 19.25 | 13.43 | 83.24 | - |
| YUV | 81.88 | 216.66 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 239 | 0.97 | 0.63 | 0 | 0.06 | 218.96 | 0.94 | 0.48 |
| Hex | 8 | 59 | EF | 61 | 3F | 0 | 6 | DB | 5E | 30 |
| Octal | 10 | 131 | 357 | 141 | 77 | 0 | 6 | 333 | 136 | 60 |
| Binary | 1000 | 1011001 | 11101111 | 1100001 | 111111 | 0 | 110 | 11011011 | 1011110 | 110000 |
Color Harmonies of #0859EF
Complementary color
Monochromatic Colors of #0859EF
Black with #0859EF
Text Example
Text Example
White with #0859EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0859EF; }
p { color: rgb(8,89,239); }
H1.HeaderClassName
{
color: #0859EF;
}
.AnyTagClassName
{
color: #0859EF;
}
</style>
background-color css
<style>
a { background-color: #0859EF; }
a { background-color: rgb(8,89,239); }
div.DivClassName
{
background-color: #0859EF;
}
.BgClassName
{
background-color: #0859EF;
}
</style>
border-color css
<style>
span { border-color: #0859EF; }
span { border-color: rgb(8,89,239); }
td.TdClassName
{
border-color: #0859EF;
}
.TagClassName
{
border-color: #0859EF;
}
</style>