Shades of Navy Blue #057FE4
Tints of Navy Blue #057FE4
RGB
CMYK
RGB Variations
Color information
#057FE4 (or 0x057FE4) is known color: Navy Blue. HEX triplet: 05, 7F and E4. RGB value is (5,127,228). Sum of RGB (Red+Green+Blue) = 5+127+228=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 228 (89.45% from 255 or 63.33% from 360); Max value from RGB is 228 - color contains mainly: blue. Hex color #057FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FE4 is #FA801B. Grayscale: #656565. Windows color (decimal): -16416796 or 14974725. OLE color: 14974725.
HSL color Cylindrical-coordinate representation of color #057FE4: hue angle of 207.17º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057FE4 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 127 | 228 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.11 |
| HSL | 207.17º | 0.96% | 0.46% | - |
| HSV(B) | 207.17º | 0.98% | 0.89% | - |
| XYZ | 21.66 | 20.81 | 76.27 | - |
| YUV | 102.04 | 199.08 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 228 | 0.98 | 0.44 | 0 | 0.11 | 207.17 | 0.96 | 0.46 |
| Hex | 5 | 7F | E4 | 62 | 2C | 0 | B | CF | 60 | 2E |
| Octal | 5 | 177 | 344 | 142 | 54 | 0 | 13 | 317 | 140 | 56 |
| Binary | 101 | 1111111 | 11100100 | 1100010 | 101100 | 0 | 1011 | 11001111 | 1100000 | 101110 |
Color Harmonies of #057FE4
Complementary color
Monochromatic Colors of #057FE4
Black with #057FE4
Text Example
Text Example
White with #057FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FE4; }
p { color: rgb(5,127,228); }
H1.HeaderClassName
{
color: #057FE4;
}
.AnyTagClassName
{
color: #057FE4;
}
</style>
background-color css
<style>
a { background-color: #057FE4; }
a { background-color: rgb(5,127,228); }
div.DivClassName
{
background-color: #057FE4;
}
.BgClassName
{
background-color: #057FE4;
}
</style>
border-color css
<style>
span { border-color: #057FE4; }
span { border-color: rgb(5,127,228); }
td.TdClassName
{
border-color: #057FE4;
}
.TagClassName
{
border-color: #057FE4;
}
</style>