Shades of Navy Blue #057EC5
Tints of Navy Blue #057EC5
RGB
CMYK
RGB Variations
Color information
#057EC5 (or 0x057EC5) is known color: Navy Blue. HEX triplet: 05, 7E and C5. RGB value is (5,126,197). Sum of RGB (Red+Green+Blue) = 5+126+197=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #057EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EC5 is #FA813A. Grayscale: #616161. Windows color (decimal): -16417083 or 12942853. OLE color: 12942853.
HSL color Cylindrical-coordinate representation of color #057EC5: hue angle of 202.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057EC5 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 126 | 197 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.23 |
| HSL | 202.19º | 0.95% | 0.4% | - |
| HSV(B) | 202.19º | 0.97% | 0.77% | - |
| XYZ | 17.6 | 18.99 | 55.56 | - |
| YUV | 97.92 | 183.91 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 197 | 0.97 | 0.36 | 0 | 0.23 | 202.19 | 0.95 | 0.4 |
| Hex | 5 | 7E | C5 | 61 | 24 | 0 | 17 | CA | 5F | 28 |
| Octal | 5 | 176 | 305 | 141 | 44 | 0 | 27 | 312 | 137 | 50 |
| Binary | 101 | 1111110 | 11000101 | 1100001 | 100100 | 0 | 10111 | 11001010 | 1011111 | 101000 |
Color Harmonies of #057EC5
Complementary color
Monochromatic Colors of #057EC5
Black with #057EC5
Text Example
Text Example
White with #057EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EC5; }
p { color: rgb(5,126,197); }
H1.HeaderClassName
{
color: #057EC5;
}
.AnyTagClassName
{
color: #057EC5;
}
</style>
background-color css
<style>
a { background-color: #057EC5; }
a { background-color: rgb(5,126,197); }
div.DivClassName
{
background-color: #057EC5;
}
.BgClassName
{
background-color: #057EC5;
}
</style>
border-color css
<style>
span { border-color: #057EC5; }
span { border-color: rgb(5,126,197); }
td.TdClassName
{
border-color: #057EC5;
}
.TagClassName
{
border-color: #057EC5;
}
</style>