Shades of Navy Blue #057AD4
Tints of Navy Blue #057AD4
RGB
CMYK
RGB Variations
Color information
#057AD4 (or 0x057AD4) is known color: Navy Blue. HEX triplet: 05, 7A and D4. RGB value is (5,122,212). Sum of RGB (Red+Green+Blue) = 5+122+212=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 212 (83.20% from 255 or 62.54% from 339); Max value from RGB is 212 - color contains mainly: blue. Hex color #057AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057AD4 is #FA852B. Grayscale: #606060. Windows color (decimal): -16418092 or 13924869. OLE color: 13924869.
HSL color Cylindrical-coordinate representation of color #057AD4: hue angle of 206.09º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057AD4 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 122 | 212 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.17 |
| HSL | 206.09º | 0.95% | 0.43% | - |
| HSV(B) | 206.09º | 0.98% | 0.83% | - |
| XYZ | 18.91 | 18.7 | 64.9 | - |
| YUV | 97.28 | 192.74 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 212 | 0.98 | 0.42 | 0 | 0.17 | 206.09 | 0.95 | 0.43 |
| Hex | 5 | 7A | D4 | 62 | 2A | 0 | 11 | CE | 5F | 2B |
| Octal | 5 | 172 | 324 | 142 | 52 | 0 | 21 | 316 | 137 | 53 |
| Binary | 101 | 1111010 | 11010100 | 1100010 | 101010 | 0 | 10001 | 11001110 | 1011111 | 101011 |
Color Harmonies of #057AD4
Complementary color
Monochromatic Colors of #057AD4
Black with #057AD4
Text Example
Text Example
White with #057AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AD4; }
p { color: rgb(5,122,212); }
H1.HeaderClassName
{
color: #057AD4;
}
.AnyTagClassName
{
color: #057AD4;
}
</style>
background-color css
<style>
a { background-color: #057AD4; }
a { background-color: rgb(5,122,212); }
div.DivClassName
{
background-color: #057AD4;
}
.BgClassName
{
background-color: #057AD4;
}
</style>
border-color css
<style>
span { border-color: #057AD4; }
span { border-color: rgb(5,122,212); }
td.TdClassName
{
border-color: #057AD4;
}
.TagClassName
{
border-color: #057AD4;
}
</style>