Shades of Navy Blue #057AD3
Tints of Navy Blue #057AD3
RGB
CMYK
RGB Variations
Color information
#057AD3 (or 0x057AD3) is known color: Navy Blue. HEX triplet: 05, 7A and D3. RGB value is (5,122,211). Sum of RGB (Red+Green+Blue) = 5+122+211=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 211 (82.81% from 255 or 62.43% from 338); Max value from RGB is 211 - color contains mainly: blue. Hex color #057AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057AD3 is #FA852C. Grayscale: #606060. Windows color (decimal): -16418093 or 13859333. OLE color: 13859333.
HSL color Cylindrical-coordinate representation of color #057AD3: hue angle of 205.92º 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 #057AD3 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 122 | 211 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.17 |
| HSL | 205.92º | 0.95% | 0.42% | - |
| HSV(B) | 205.92º | 0.98% | 0.83% | - |
| XYZ | 18.78 | 18.65 | 64.24 | - |
| YUV | 97.16 | 192.24 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 211 | 0.98 | 0.42 | 0 | 0.17 | 205.92 | 0.95 | 0.42 |
| Hex | 5 | 7A | D3 | 62 | 2A | 0 | 11 | CE | 5F | 2A |
| Octal | 5 | 172 | 323 | 142 | 52 | 0 | 21 | 316 | 137 | 52 |
| Binary | 101 | 1111010 | 11010011 | 1100010 | 101010 | 0 | 10001 | 11001110 | 1011111 | 101010 |
Color Harmonies of #057AD3
Complementary color
Monochromatic Colors of #057AD3
Black with #057AD3
Text Example
Text Example
White with #057AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AD3; }
p { color: rgb(5,122,211); }
H1.HeaderClassName
{
color: #057AD3;
}
.AnyTagClassName
{
color: #057AD3;
}
</style>
background-color css
<style>
a { background-color: #057AD3; }
a { background-color: rgb(5,122,211); }
div.DivClassName
{
background-color: #057AD3;
}
.BgClassName
{
background-color: #057AD3;
}
</style>
border-color css
<style>
span { border-color: #057AD3; }
span { border-color: rgb(5,122,211); }
td.TdClassName
{
border-color: #057AD3;
}
.TagClassName
{
border-color: #057AD3;
}
</style>