Shades of Navy Blue #057AD0
Tints of Navy Blue #057AD0
RGB
CMYK
RGB Variations
Color information
#057AD0 (or 0x057AD0) is known color: Navy Blue. HEX triplet: 05, 7A and D0. RGB value is (5,122,208). Sum of RGB (Red+Green+Blue) = 5+122+208=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 208 (81.64% from 255 or 62.09% from 335); Max value from RGB is 208 - color contains mainly: blue. Hex color #057AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057AD0 is #FA852F. Grayscale: #606060. Windows color (decimal): -16418096 or 13662725. OLE color: 13662725.
HSL color Cylindrical-coordinate representation of color #057AD0: hue angle of 205.42º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057AD0 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 122 | 208 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.18 |
| HSL | 205.42º | 0.95% | 0.42% | - |
| HSV(B) | 205.42º | 0.98% | 0.82% | - |
| XYZ | 18.41 | 18.51 | 62.28 | - |
| YUV | 96.82 | 190.74 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 208 | 0.98 | 0.41 | 0 | 0.18 | 205.42 | 0.95 | 0.42 |
| Hex | 5 | 7A | D0 | 62 | 29 | 0 | 12 | CD | 5F | 2A |
| Octal | 5 | 172 | 320 | 142 | 51 | 0 | 22 | 315 | 137 | 52 |
| Binary | 101 | 1111010 | 11010000 | 1100010 | 101001 | 0 | 10010 | 11001101 | 1011111 | 101010 |
Color Harmonies of #057AD0
Complementary color
Monochromatic Colors of #057AD0
Black with #057AD0
Text Example
Text Example
White with #057AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AD0; }
p { color: rgb(5,122,208); }
H1.HeaderClassName
{
color: #057AD0;
}
.AnyTagClassName
{
color: #057AD0;
}
</style>
background-color css
<style>
a { background-color: #057AD0; }
a { background-color: rgb(5,122,208); }
div.DivClassName
{
background-color: #057AD0;
}
.BgClassName
{
background-color: #057AD0;
}
</style>
border-color css
<style>
span { border-color: #057AD0; }
span { border-color: rgb(5,122,208); }
td.TdClassName
{
border-color: #057AD0;
}
.TagClassName
{
border-color: #057AD0;
}
</style>