Shades of Navy Blue #057EE3
Tints of Navy Blue #057EE3
RGB
CMYK
RGB Variations
Color information
#057EE3 (or 0x057EE3) is known color: Navy Blue. HEX triplet: 05, 7E and E3. RGB value is (5,126,227). Sum of RGB (Red+Green+Blue) = 5+126+227=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 227 (89.06% from 255 or 63.41% from 358); Max value from RGB is 227 - color contains mainly: blue. Hex color #057EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EE3 is #FA811C. Grayscale: #646464. Windows color (decimal): -16417053 or 14908933. OLE color: 14908933.
HSL color Cylindrical-coordinate representation of color #057EE3: hue angle of 207.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057EE3 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 126 | 227 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.11 |
| HSL | 207.3º | 0.96% | 0.45% | - |
| HSV(B) | 207.3º | 0.98% | 0.89% | - |
| XYZ | 21.39 | 20.5 | 75.5 | - |
| YUV | 101.34 | 198.91 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 227 | 0.98 | 0.44 | 0 | 0.11 | 207.3 | 0.96 | 0.45 |
| Hex | 5 | 7E | E3 | 62 | 2C | 0 | B | CF | 60 | 2D |
| Octal | 5 | 176 | 343 | 142 | 54 | 0 | 13 | 317 | 140 | 55 |
| Binary | 101 | 1111110 | 11100011 | 1100010 | 101100 | 0 | 1011 | 11001111 | 1100000 | 101101 |
Color Harmonies of #057EE3
Complementary color
Monochromatic Colors of #057EE3
Black with #057EE3
Text Example
Text Example
White with #057EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EE3; }
p { color: rgb(5,126,227); }
H1.HeaderClassName
{
color: #057EE3;
}
.AnyTagClassName
{
color: #057EE3;
}
</style>
background-color css
<style>
a { background-color: #057EE3; }
a { background-color: rgb(5,126,227); }
div.DivClassName
{
background-color: #057EE3;
}
.BgClassName
{
background-color: #057EE3;
}
</style>
border-color css
<style>
span { border-color: #057EE3; }
span { border-color: rgb(5,126,227); }
td.TdClassName
{
border-color: #057EE3;
}
.TagClassName
{
border-color: #057EE3;
}
</style>