Shades of Navy Blue #057EE8
Tints of Navy Blue #057EE8
RGB
CMYK
RGB Variations
Color information
#057EE8 (or 0x057EE8) is known color: Navy Blue. HEX triplet: 05, 7E and E8. RGB value is (5,126,232). Sum of RGB (Red+Green+Blue) = 5+126+232=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #057EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EE8 is #FA8117. Grayscale: #656565. Windows color (decimal): -16417048 or 15236613. OLE color: 15236613.
HSL color Cylindrical-coordinate representation of color #057EE8: hue angle of 208.02º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057EE8 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 126 | 232 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.09 |
| HSL | 208.02º | 0.96% | 0.46% | - |
| HSV(B) | 208.02º | 0.98% | 0.91% | - |
| XYZ | 22.09 | 20.78 | 79.19 | - |
| YUV | 101.91 | 201.41 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 232 | 0.98 | 0.46 | 0 | 0.09 | 208.02 | 0.96 | 0.46 |
| Hex | 5 | 7E | E8 | 62 | 2E | 0 | 9 | D0 | 60 | 2E |
| Octal | 5 | 176 | 350 | 142 | 56 | 0 | 11 | 320 | 140 | 56 |
| Binary | 101 | 1111110 | 11101000 | 1100010 | 101110 | 0 | 1001 | 11010000 | 1100000 | 101110 |
Color Harmonies of #057EE8
Complementary color
Monochromatic Colors of #057EE8
Black with #057EE8
Text Example
Text Example
White with #057EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EE8; }
p { color: rgb(5,126,232); }
H1.HeaderClassName
{
color: #057EE8;
}
.AnyTagClassName
{
color: #057EE8;
}
</style>
background-color css
<style>
a { background-color: #057EE8; }
a { background-color: rgb(5,126,232); }
div.DivClassName
{
background-color: #057EE8;
}
.BgClassName
{
background-color: #057EE8;
}
</style>
border-color css
<style>
span { border-color: #057EE8; }
span { border-color: rgb(5,126,232); }
td.TdClassName
{
border-color: #057EE8;
}
.TagClassName
{
border-color: #057EE8;
}
</style>