Shades of Navy Blue #057FE7
Tints of Navy Blue #057FE7
RGB
CMYK
RGB Variations
Color information
#057FE7 (or 0x057FE7) is known color: Navy Blue. HEX triplet: 05, 7F and E7. RGB value is (5,127,231). Sum of RGB (Red+Green+Blue) = 5+127+231=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 231 (90.62% from 255 or 63.64% from 363); Max value from RGB is 231 - color contains mainly: blue. Hex color #057FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FE7 is #FA8018. Grayscale: #656565. Windows color (decimal): -16416793 or 15171333. OLE color: 15171333.
HSL color Cylindrical-coordinate representation of color #057FE7: hue angle of 207.61º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057FE7 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 127 | 231 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.09 |
| HSL | 207.61º | 0.96% | 0.46% | - |
| HSV(B) | 207.61º | 0.98% | 0.91% | - |
| XYZ | 22.08 | 20.98 | 78.49 | - |
| YUV | 102.38 | 200.58 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 231 | 0.98 | 0.45 | 0 | 0.09 | 207.61 | 0.96 | 0.46 |
| Hex | 5 | 7F | E7 | 62 | 2D | 0 | 9 | D0 | 60 | 2E |
| Octal | 5 | 177 | 347 | 142 | 55 | 0 | 11 | 320 | 140 | 56 |
| Binary | 101 | 1111111 | 11100111 | 1100010 | 101101 | 0 | 1001 | 11010000 | 1100000 | 101110 |
Color Harmonies of #057FE7
Complementary color
Monochromatic Colors of #057FE7
Black with #057FE7
Text Example
Text Example
White with #057FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FE7; }
p { color: rgb(5,127,231); }
H1.HeaderClassName
{
color: #057FE7;
}
.AnyTagClassName
{
color: #057FE7;
}
</style>
background-color css
<style>
a { background-color: #057FE7; }
a { background-color: rgb(5,127,231); }
div.DivClassName
{
background-color: #057FE7;
}
.BgClassName
{
background-color: #057FE7;
}
</style>
border-color css
<style>
span { border-color: #057FE7; }
span { border-color: rgb(5,127,231); }
td.TdClassName
{
border-color: #057FE7;
}
.TagClassName
{
border-color: #057FE7;
}
</style>