Shades of Navy Blue #057AC0
Tints of Navy Blue #057AC0
RGB
CMYK
RGB Variations
Color information
#057AC0 (or 0x057AC0) is known color: Navy Blue. HEX triplet: 05, 7A and C0. RGB value is (5,122,192). Sum of RGB (Red+Green+Blue) = 5+122+192=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #057AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057AC0 is #FA853F. Grayscale: #5E5E5E. Windows color (decimal): -16418112 or 12614149. OLE color: 12614149.
HSL color Cylindrical-coordinate representation of color #057AC0: hue angle of 202.46º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057AC0 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 122 | 192 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.25 |
| HSL | 202.46º | 0.95% | 0.39% | - |
| HSV(B) | 202.46º | 0.97% | 0.75% | - |
| XYZ | 16.54 | 17.76 | 52.43 | - |
| YUV | 95 | 182.74 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 192 | 0.97 | 0.36 | 0 | 0.25 | 202.46 | 0.95 | 0.39 |
| Hex | 5 | 7A | C0 | 61 | 24 | 0 | 19 | CA | 5F | 27 |
| Octal | 5 | 172 | 300 | 141 | 44 | 0 | 31 | 312 | 137 | 47 |
| Binary | 101 | 1111010 | 11000000 | 1100001 | 100100 | 0 | 11001 | 11001010 | 1011111 | 100111 |
Color Harmonies of #057AC0
Complementary color
Monochromatic Colors of #057AC0
Black with #057AC0
Text Example
Text Example
White with #057AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AC0; }
p { color: rgb(5,122,192); }
H1.HeaderClassName
{
color: #057AC0;
}
.AnyTagClassName
{
color: #057AC0;
}
</style>
background-color css
<style>
a { background-color: #057AC0; }
a { background-color: rgb(5,122,192); }
div.DivClassName
{
background-color: #057AC0;
}
.BgClassName
{
background-color: #057AC0;
}
</style>
border-color css
<style>
span { border-color: #057AC0; }
span { border-color: rgb(5,122,192); }
td.TdClassName
{
border-color: #057AC0;
}
.TagClassName
{
border-color: #057AC0;
}
</style>