Shades of Navy Blue #057CE0
Tints of Navy Blue #057CE0
RGB
CMYK
RGB Variations
Color information
#057CE0 (or 0x057CE0) is known color: Navy Blue. HEX triplet: 05, 7C and E0. RGB value is (5,124,224). Sum of RGB (Red+Green+Blue) = 5+124+224=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #057CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CE0 is #FA831F. Grayscale: #636363. Windows color (decimal): -16417568 or 14711813. OLE color: 14711813.
HSL color Cylindrical-coordinate representation of color #057CE0: hue angle of 207.4º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057CE0 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 124 | 224 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.12 |
| HSL | 207.4º | 0.96% | 0.45% | - |
| HSV(B) | 207.4º | 0.98% | 0.88% | - |
| XYZ | 20.72 | 19.83 | 73.26 | - |
| YUV | 99.82 | 198.08 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 224 | 0.98 | 0.45 | 0 | 0.12 | 207.4 | 0.96 | 0.45 |
| Hex | 5 | 7C | E0 | 62 | 2D | 0 | C | CF | 60 | 2D |
| Octal | 5 | 174 | 340 | 142 | 55 | 0 | 14 | 317 | 140 | 55 |
| Binary | 101 | 1111100 | 11100000 | 1100010 | 101101 | 0 | 1100 | 11001111 | 1100000 | 101101 |
Color Harmonies of #057CE0
Complementary color
Monochromatic Colors of #057CE0
Black with #057CE0
Text Example
Text Example
White with #057CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CE0; }
p { color: rgb(5,124,224); }
H1.HeaderClassName
{
color: #057CE0;
}
.AnyTagClassName
{
color: #057CE0;
}
</style>
background-color css
<style>
a { background-color: #057CE0; }
a { background-color: rgb(5,124,224); }
div.DivClassName
{
background-color: #057CE0;
}
.BgClassName
{
background-color: #057CE0;
}
</style>
border-color css
<style>
span { border-color: #057CE0; }
span { border-color: rgb(5,124,224); }
td.TdClassName
{
border-color: #057CE0;
}
.TagClassName
{
border-color: #057CE0;
}
</style>