Shades of Navy Blue #0857E0
Tints of Navy Blue #0857E0
RGB
CMYK
RGB Variations
Color information
#0857E0 (or 0x0857E0) is known color: Navy Blue. HEX triplet: 08, 57 and E0. RGB value is (8,87,224). Sum of RGB (Red+Green+Blue) = 8+87+224=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #0857E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0857E0 is #F7A81F. Grayscale: #4E4E4E. Windows color (decimal): -16230432 or 14702344. OLE color: 14702344.
HSL color Cylindrical-coordinate representation of color #0857E0: hue angle of 218.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0857E0 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 87 | 224 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.12 |
| HSL | 218.06º | 0.93% | 0.45% | - |
| HSV(B) | 218.06º | 0.96% | 0.88% | - |
| XYZ | 16.96 | 12.25 | 71.99 | - |
| YUV | 79 | 209.83 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 224 | 0.96 | 0.61 | 0 | 0.12 | 218.06 | 0.93 | 0.45 |
| Hex | 8 | 57 | E0 | 60 | 3D | 0 | C | DA | 5D | 2D |
| Octal | 10 | 127 | 340 | 140 | 75 | 0 | 14 | 332 | 135 | 55 |
| Binary | 1000 | 1010111 | 11100000 | 1100000 | 111101 | 0 | 1100 | 11011010 | 1011101 | 101101 |
Color Harmonies of #0857E0
Complementary color
Monochromatic Colors of #0857E0
Black with #0857E0
Text Example
Text Example
White with #0857E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0857E0; }
p { color: rgb(8,87,224); }
H1.HeaderClassName
{
color: #0857E0;
}
.AnyTagClassName
{
color: #0857E0;
}
</style>
background-color css
<style>
a { background-color: #0857E0; }
a { background-color: rgb(8,87,224); }
div.DivClassName
{
background-color: #0857E0;
}
.BgClassName
{
background-color: #0857E0;
}
</style>
border-color css
<style>
span { border-color: #0857E0; }
span { border-color: rgb(8,87,224); }
td.TdClassName
{
border-color: #0857E0;
}
.TagClassName
{
border-color: #0857E0;
}
</style>