Shades of Navy Blue #057CE8
Tints of Navy Blue #057CE8
RGB
CMYK
RGB Variations
Color information
#057CE8 (or 0x057CE8) is known color: Navy Blue. HEX triplet: 05, 7C and E8. RGB value is (5,124,232). Sum of RGB (Red+Green+Blue) = 5+124+232=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #057CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CE8 is #FA8317. Grayscale: #646464. Windows color (decimal): -16417560 or 15236101. OLE color: 15236101.
HSL color Cylindrical-coordinate representation of color #057CE8: hue angle of 208.55º 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 #057CE8 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 124 | 232 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.09 |
| HSL | 208.55º | 0.96% | 0.46% | - |
| HSV(B) | 208.55º | 0.98% | 0.91% | - |
| XYZ | 21.84 | 20.27 | 79.11 | - |
| YUV | 100.73 | 202.08 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 232 | 0.98 | 0.47 | 0 | 0.09 | 208.55 | 0.96 | 0.46 |
| Hex | 5 | 7C | E8 | 62 | 2F | 0 | 9 | D1 | 60 | 2E |
| Octal | 5 | 174 | 350 | 142 | 57 | 0 | 11 | 321 | 140 | 56 |
| Binary | 101 | 1111100 | 11101000 | 1100010 | 101111 | 0 | 1001 | 11010001 | 1100000 | 101110 |
Color Harmonies of #057CE8
Complementary color
Monochromatic Colors of #057CE8
Black with #057CE8
Text Example
Text Example
White with #057CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CE8; }
p { color: rgb(5,124,232); }
H1.HeaderClassName
{
color: #057CE8;
}
.AnyTagClassName
{
color: #057CE8;
}
</style>
background-color css
<style>
a { background-color: #057CE8; }
a { background-color: rgb(5,124,232); }
div.DivClassName
{
background-color: #057CE8;
}
.BgClassName
{
background-color: #057CE8;
}
</style>
border-color css
<style>
span { border-color: #057CE8; }
span { border-color: rgb(5,124,232); }
td.TdClassName
{
border-color: #057CE8;
}
.TagClassName
{
border-color: #057CE8;
}
</style>