Shades of Navy Blue #057ED6
Tints of Navy Blue #057ED6
RGB
CMYK
RGB Variations
Color information
#057ED6 (or 0x057ED6) is known color: Navy Blue. HEX triplet: 05, 7E and D6. RGB value is (5,126,214). Sum of RGB (Red+Green+Blue) = 5+126+214=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #057ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ED6 is #FA8129. Grayscale: #636363. Windows color (decimal): -16417066 or 14056965. OLE color: 14056965.
HSL color Cylindrical-coordinate representation of color #057ED6: hue angle of 205.26º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ED6 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 126 | 214 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.16 |
| HSL | 205.26º | 0.95% | 0.43% | - |
| HSV(B) | 205.26º | 0.98% | 0.84% | - |
| XYZ | 19.66 | 19.81 | 66.41 | - |
| YUV | 99.85 | 192.41 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 214 | 0.98 | 0.41 | 0 | 0.16 | 205.26 | 0.95 | 0.43 |
| Hex | 5 | 7E | D6 | 62 | 29 | 0 | 10 | CD | 5F | 2B |
| Octal | 5 | 176 | 326 | 142 | 51 | 0 | 20 | 315 | 137 | 53 |
| Binary | 101 | 1111110 | 11010110 | 1100010 | 101001 | 0 | 10000 | 11001101 | 1011111 | 101011 |
Color Harmonies of #057ED6
Complementary color
Monochromatic Colors of #057ED6
Black with #057ED6
Text Example
Text Example
White with #057ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057ED6; }
p { color: rgb(5,126,214); }
H1.HeaderClassName
{
color: #057ED6;
}
.AnyTagClassName
{
color: #057ED6;
}
</style>
background-color css
<style>
a { background-color: #057ED6; }
a { background-color: rgb(5,126,214); }
div.DivClassName
{
background-color: #057ED6;
}
.BgClassName
{
background-color: #057ED6;
}
</style>
border-color css
<style>
span { border-color: #057ED6; }
span { border-color: rgb(5,126,214); }
td.TdClassName
{
border-color: #057ED6;
}
.TagClassName
{
border-color: #057ED6;
}
</style>