Shades of Navy Blue #057ED3
Tints of Navy Blue #057ED3
RGB
CMYK
RGB Variations
Color information
#057ED3 (or 0x057ED3) is known color: Navy Blue. HEX triplet: 05, 7E and D3. RGB value is (5,126,211). Sum of RGB (Red+Green+Blue) = 5+126+211=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 211 (82.81% from 255 or 61.70% from 342); Max value from RGB is 211 - color contains mainly: blue. Hex color #057ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ED3 is #FA812C. Grayscale: #636363. Windows color (decimal): -16417069 or 13860357. OLE color: 13860357.
HSL color Cylindrical-coordinate representation of color #057ED3: hue angle of 204.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ED3 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 126 | 211 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.17 |
| HSL | 204.76º | 0.95% | 0.42% | - |
| HSV(B) | 204.76º | 0.98% | 0.83% | - |
| XYZ | 19.28 | 19.66 | 64.41 | - |
| YUV | 99.51 | 190.91 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 211 | 0.98 | 0.40 | 0 | 0.17 | 204.76 | 0.95 | 0.42 |
| Hex | 5 | 7E | D3 | 62 | 28 | 0 | 11 | CD | 5F | 2A |
| Octal | 5 | 176 | 323 | 142 | 50 | 0 | 21 | 315 | 137 | 52 |
| Binary | 101 | 1111110 | 11010011 | 1100010 | 101000 | 0 | 10001 | 11001101 | 1011111 | 101010 |
Color Harmonies of #057ED3
Complementary color
Monochromatic Colors of #057ED3
Black with #057ED3
Text Example
Text Example
White with #057ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057ED3; }
p { color: rgb(5,126,211); }
H1.HeaderClassName
{
color: #057ED3;
}
.AnyTagClassName
{
color: #057ED3;
}
</style>
background-color css
<style>
a { background-color: #057ED3; }
a { background-color: rgb(5,126,211); }
div.DivClassName
{
background-color: #057ED3;
}
.BgClassName
{
background-color: #057ED3;
}
</style>
border-color css
<style>
span { border-color: #057ED3; }
span { border-color: rgb(5,126,211); }
td.TdClassName
{
border-color: #057ED3;
}
.TagClassName
{
border-color: #057ED3;
}
</style>