Shades of Navy Blue #0859FF
Tints of Navy Blue #0859FF
RGB
CMYK
RGB Variations
Color information
#0859FF (or 0x0859FF) is known color: Navy Blue. HEX triplet: 08, 59 and FF. RGB value is (8,89,255). Sum of RGB (Red+Green+Blue) = 8+89+255=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #0859FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0859FF is #F7A600. Grayscale: #525252. Windows color (decimal): -16229889 or 16734472. OLE color: 16734472.
HSL color Cylindrical-coordinate representation of color #0859FF: hue angle of 220.32º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0859FF is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 89 | 255 | - |
| CMYK | 0.97 | 0.65 | 0 | 0 |
| HSL | 220.32º | 1% | 0.52% | - |
| HSV(B) | 220.32º | 0.97% | 1% | - |
| XYZ | 21.72 | 14.42 | 96.25 | - |
| YUV | 83.71 | 224.66 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 255 | 0.97 | 0.65 | 0 | 0 | 220.32 | 1 | 0.52 |
| Hex | 8 | 59 | FF | 61 | 41 | 0 | 0 | DC | 64 | 34 |
| Octal | 10 | 131 | 377 | 141 | 101 | 0 | 0 | 334 | 144 | 64 |
| Binary | 1000 | 1011001 | 11111111 | 1100001 | 1000001 | 0 | 0 | 11011100 | 1100100 | 110100 |
Color Harmonies of #0859FF
Complementary color
Monochromatic Colors of #0859FF
Black with #0859FF
Text Example
Text Example
White with #0859FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0859FF; }
p { color: rgb(8,89,255); }
H1.HeaderClassName
{
color: #0859FF;
}
.AnyTagClassName
{
color: #0859FF;
}
</style>
background-color css
<style>
a { background-color: #0859FF; }
a { background-color: rgb(8,89,255); }
div.DivClassName
{
background-color: #0859FF;
}
.BgClassName
{
background-color: #0859FF;
}
</style>
border-color css
<style>
span { border-color: #0859FF; }
span { border-color: rgb(8,89,255); }
td.TdClassName
{
border-color: #0859FF;
}
.TagClassName
{
border-color: #0859FF;
}
</style>