Shades of Navy Blue #057FE2
Tints of Navy Blue #057FE2
RGB
CMYK
RGB Variations
Color information
#057FE2 (or 0x057FE2) is known color: Navy Blue. HEX triplet: 05, 7F and E2. RGB value is (5,127,226). Sum of RGB (Red+Green+Blue) = 5+127+226=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 226 (88.67% from 255 or 63.13% from 358); Max value from RGB is 226 - color contains mainly: blue. Hex color #057FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FE2 is #FA801D. Grayscale: #656565. Windows color (decimal): -16416798 or 14843653. OLE color: 14843653.
HSL color Cylindrical-coordinate representation of color #057FE2: hue angle of 206.88º 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 #057FE2 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 127 | 226 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.11 |
| HSL | 206.88º | 0.96% | 0.45% | - |
| HSV(B) | 206.88º | 0.98% | 0.89% | - |
| XYZ | 21.38 | 20.7 | 74.82 | - |
| YUV | 101.81 | 198.08 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 226 | 0.98 | 0.44 | 0 | 0.11 | 206.88 | 0.96 | 0.45 |
| Hex | 5 | 7F | E2 | 62 | 2C | 0 | B | CF | 60 | 2D |
| Octal | 5 | 177 | 342 | 142 | 54 | 0 | 13 | 317 | 140 | 55 |
| Binary | 101 | 1111111 | 11100010 | 1100010 | 101100 | 0 | 1011 | 11001111 | 1100000 | 101101 |
Color Harmonies of #057FE2
Complementary color
Monochromatic Colors of #057FE2
Black with #057FE2
Text Example
Text Example
White with #057FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FE2; }
p { color: rgb(5,127,226); }
H1.HeaderClassName
{
color: #057FE2;
}
.AnyTagClassName
{
color: #057FE2;
}
</style>
background-color css
<style>
a { background-color: #057FE2; }
a { background-color: rgb(5,127,226); }
div.DivClassName
{
background-color: #057FE2;
}
.BgClassName
{
background-color: #057FE2;
}
</style>
border-color css
<style>
span { border-color: #057FE2; }
span { border-color: rgb(5,127,226); }
td.TdClassName
{
border-color: #057FE2;
}
.TagClassName
{
border-color: #057FE2;
}
</style>