Shades of Navy Blue #0857EF
Tints of Navy Blue #0857EF
RGB
CMYK
RGB Variations
Color information
#0857EF (or 0x0857EF) is known color: Navy Blue. HEX triplet: 08, 57 and EF. RGB value is (8,87,239). Sum of RGB (Red+Green+Blue) = 8+87+239=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #0857EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0857EF is #F7A810. Grayscale: #505050. Windows color (decimal): -16230417 or 15685384. OLE color: 15685384.
HSL color Cylindrical-coordinate representation of color #0857EF: hue angle of 219.48º 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 #0857EF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 87 | 239 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.06 |
| HSL | 219.48º | 0.94% | 0.48% | - |
| HSV(B) | 219.48º | 0.97% | 0.94% | - |
| XYZ | 19.09 | 13.1 | 83.18 | - |
| YUV | 80.71 | 217.33 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 239 | 0.97 | 0.64 | 0 | 0.06 | 219.48 | 0.94 | 0.48 |
| Hex | 8 | 57 | EF | 61 | 40 | 0 | 6 | DB | 5E | 30 |
| Octal | 10 | 127 | 357 | 141 | 100 | 0 | 6 | 333 | 136 | 60 |
| Binary | 1000 | 1010111 | 11101111 | 1100001 | 1000000 | 0 | 110 | 11011011 | 1011110 | 110000 |
Color Harmonies of #0857EF
Complementary color
Monochromatic Colors of #0857EF
Black with #0857EF
Text Example
Text Example
White with #0857EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0857EF; }
p { color: rgb(8,87,239); }
H1.HeaderClassName
{
color: #0857EF;
}
.AnyTagClassName
{
color: #0857EF;
}
</style>
background-color css
<style>
a { background-color: #0857EF; }
a { background-color: rgb(8,87,239); }
div.DivClassName
{
background-color: #0857EF;
}
.BgClassName
{
background-color: #0857EF;
}
</style>
border-color css
<style>
span { border-color: #0857EF; }
span { border-color: rgb(8,87,239); }
td.TdClassName
{
border-color: #0857EF;
}
.TagClassName
{
border-color: #0857EF;
}
</style>