Shades of Navy Blue #057EE1
Tints of Navy Blue #057EE1
RGB
CMYK
RGB Variations
Color information
#057EE1 (or 0x057EE1) is known color: Navy Blue. HEX triplet: 05, 7E and E1. RGB value is (5,126,225). Sum of RGB (Red+Green+Blue) = 5+126+225=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #057EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EE1 is #FA811E. Grayscale: #646464. Windows color (decimal): -16417055 or 14777861. OLE color: 14777861.
HSL color Cylindrical-coordinate representation of color #057EE1: hue angle of 207º 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 #057EE1 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 126 | 225 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.12 |
| HSL | 207º | 0.96% | 0.45% | - |
| HSV(B) | 207º | 0.98% | 0.88% | - |
| XYZ | 21.11 | 20.39 | 74.06 | - |
| YUV | 101.11 | 197.91 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 225 | 0.98 | 0.44 | 0 | 0.12 | 207 | 0.96 | 0.45 |
| Hex | 5 | 7E | E1 | 62 | 2C | 0 | C | CF | 60 | 2D |
| Octal | 5 | 176 | 341 | 142 | 54 | 0 | 14 | 317 | 140 | 55 |
| Binary | 101 | 1111110 | 11100001 | 1100010 | 101100 | 0 | 1100 | 11001111 | 1100000 | 101101 |
Color Harmonies of #057EE1
Complementary color
Monochromatic Colors of #057EE1
Black with #057EE1
Text Example
Text Example
White with #057EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EE1; }
p { color: rgb(5,126,225); }
H1.HeaderClassName
{
color: #057EE1;
}
.AnyTagClassName
{
color: #057EE1;
}
</style>
background-color css
<style>
a { background-color: #057EE1; }
a { background-color: rgb(5,126,225); }
div.DivClassName
{
background-color: #057EE1;
}
.BgClassName
{
background-color: #057EE1;
}
</style>
border-color css
<style>
span { border-color: #057EE1; }
span { border-color: rgb(5,126,225); }
td.TdClassName
{
border-color: #057EE1;
}
.TagClassName
{
border-color: #057EE1;
}
</style>