Shades of Navy Blue #0856EA
Tints of Navy Blue #0856EA
RGB
CMYK
RGB Variations
Color information
#0856EA (or 0x0856EA) is known color: Navy Blue. HEX triplet: 08, 56 and EA. RGB value is (8,86,234). Sum of RGB (Red+Green+Blue) = 8+86+234=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #0856EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0856EA is #F7A915. Grayscale: #4E4E4E. Windows color (decimal): -16230678 or 15357448. OLE color: 15357448.
HSL color Cylindrical-coordinate representation of color #0856EA: hue angle of 219.29º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0856EA is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 86 | 234 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.08 |
| HSL | 219.29º | 0.93% | 0.47% | - |
| HSV(B) | 219.29º | 0.97% | 0.92% | - |
| XYZ | 18.28 | 12.65 | 79.32 | - |
| YUV | 79.55 | 215.16 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 234 | 0.97 | 0.63 | 0 | 0.08 | 219.29 | 0.93 | 0.47 |
| Hex | 8 | 56 | EA | 61 | 3F | 0 | 8 | DB | 5D | 2F |
| Octal | 10 | 126 | 352 | 141 | 77 | 0 | 10 | 333 | 135 | 57 |
| Binary | 1000 | 1010110 | 11101010 | 1100001 | 111111 | 0 | 1000 | 11011011 | 1011101 | 101111 |
Color Harmonies of #0856EA
Complementary color
Monochromatic Colors of #0856EA
Black with #0856EA
Text Example
Text Example
White with #0856EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0856EA; }
p { color: rgb(8,86,234); }
H1.HeaderClassName
{
color: #0856EA;
}
.AnyTagClassName
{
color: #0856EA;
}
</style>
background-color css
<style>
a { background-color: #0856EA; }
a { background-color: rgb(8,86,234); }
div.DivClassName
{
background-color: #0856EA;
}
.BgClassName
{
background-color: #0856EA;
}
</style>
border-color css
<style>
span { border-color: #0856EA; }
span { border-color: rgb(8,86,234); }
td.TdClassName
{
border-color: #0856EA;
}
.TagClassName
{
border-color: #0856EA;
}
</style>