Shades of Navy Blue #057EDA
Tints of Navy Blue #057EDA
RGB
CMYK
RGB Variations
Color information
#057EDA (or 0x057EDA) is known color: Navy Blue. HEX triplet: 05, 7E and DA. RGB value is (5,126,218). Sum of RGB (Red+Green+Blue) = 5+126+218=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #057EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EDA is #FA8125. Grayscale: #636363. Windows color (decimal): -16417062 or 14319109. OLE color: 14319109.
HSL color Cylindrical-coordinate representation of color #057EDA: hue angle of 205.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057EDA is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 126 | 218 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.15 |
| HSL | 205.92º | 0.96% | 0.44% | - |
| HSV(B) | 205.92º | 0.98% | 0.85% | - |
| XYZ | 20.18 | 20.02 | 69.13 | - |
| YUV | 100.31 | 194.41 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 218 | 0.98 | 0.42 | 0 | 0.15 | 205.92 | 0.96 | 0.44 |
| Hex | 5 | 7E | DA | 62 | 2A | 0 | F | CE | 60 | 2C |
| Octal | 5 | 176 | 332 | 142 | 52 | 0 | 17 | 316 | 140 | 54 |
| Binary | 101 | 1111110 | 11011010 | 1100010 | 101010 | 0 | 1111 | 11001110 | 1100000 | 101100 |
Color Harmonies of #057EDA
Complementary color
Monochromatic Colors of #057EDA
Black with #057EDA
Text Example
Text Example
White with #057EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EDA; }
p { color: rgb(5,126,218); }
H1.HeaderClassName
{
color: #057EDA;
}
.AnyTagClassName
{
color: #057EDA;
}
</style>
background-color css
<style>
a { background-color: #057EDA; }
a { background-color: rgb(5,126,218); }
div.DivClassName
{
background-color: #057EDA;
}
.BgClassName
{
background-color: #057EDA;
}
</style>
border-color css
<style>
span { border-color: #057EDA; }
span { border-color: rgb(5,126,218); }
td.TdClassName
{
border-color: #057EDA;
}
.TagClassName
{
border-color: #057EDA;
}
</style>