Shades of Navy Blue #0856EF
Tints of Navy Blue #0856EF
RGB
CMYK
RGB Variations
Color information
#0856EF (or 0x0856EF) is known color: Navy Blue. HEX triplet: 08, 56 and EF. RGB value is (8,86,239). Sum of RGB (Red+Green+Blue) = 8+86+239=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #0856EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0856EF is #F7A910. Grayscale: #4F4F4F. Windows color (decimal): -16230673 or 15685128. OLE color: 15685128.
HSL color Cylindrical-coordinate representation of color #0856EF: hue angle of 219.74º 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 #0856EF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 86 | 239 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.06 |
| HSL | 219.74º | 0.94% | 0.48% | - |
| HSV(B) | 219.74º | 0.97% | 0.94% | - |
| XYZ | 19.01 | 12.94 | 83.16 | - |
| YUV | 80.12 | 217.66 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 239 | 0.97 | 0.64 | 0 | 0.06 | 219.74 | 0.94 | 0.48 |
| Hex | 8 | 56 | EF | 61 | 40 | 0 | 6 | DC | 5E | 30 |
| Octal | 10 | 126 | 357 | 141 | 100 | 0 | 6 | 334 | 136 | 60 |
| Binary | 1000 | 1010110 | 11101111 | 1100001 | 1000000 | 0 | 110 | 11011100 | 1011110 | 110000 |
Color Harmonies of #0856EF
Complementary color
Monochromatic Colors of #0856EF
Black with #0856EF
Text Example
Text Example
White with #0856EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0856EF; }
p { color: rgb(8,86,239); }
H1.HeaderClassName
{
color: #0856EF;
}
.AnyTagClassName
{
color: #0856EF;
}
</style>
background-color css
<style>
a { background-color: #0856EF; }
a { background-color: rgb(8,86,239); }
div.DivClassName
{
background-color: #0856EF;
}
.BgClassName
{
background-color: #0856EF;
}
</style>
border-color css
<style>
span { border-color: #0856EF; }
span { border-color: rgb(8,86,239); }
td.TdClassName
{
border-color: #0856EF;
}
.TagClassName
{
border-color: #0856EF;
}
</style>