Shades of Navy Blue #057AC2
Tints of Navy Blue #057AC2
RGB
CMYK
RGB Variations
Color information
#057AC2 (or 0x057AC2) is known color: Navy Blue. HEX triplet: 05, 7A and C2. RGB value is (5,122,194). Sum of RGB (Red+Green+Blue) = 5+122+194=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #057AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057AC2 is #FA853D. Grayscale: #5E5E5E. Windows color (decimal): -16418110 or 12745221. OLE color: 12745221.
HSL color Cylindrical-coordinate representation of color #057AC2: hue angle of 202.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057AC2 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 122 | 194 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.24 |
| HSL | 202.86º | 0.95% | 0.39% | - |
| HSV(B) | 202.86º | 0.97% | 0.76% | - |
| XYZ | 16.76 | 17.85 | 53.6 | - |
| YUV | 95.23 | 183.74 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 194 | 0.97 | 0.37 | 0 | 0.24 | 202.86 | 0.95 | 0.39 |
| Hex | 5 | 7A | C2 | 61 | 25 | 0 | 18 | CB | 5F | 27 |
| Octal | 5 | 172 | 302 | 141 | 45 | 0 | 30 | 313 | 137 | 47 |
| Binary | 101 | 1111010 | 11000010 | 1100001 | 100101 | 0 | 11000 | 11001011 | 1011111 | 100111 |
Color Harmonies of #057AC2
Complementary color
Monochromatic Colors of #057AC2
Black with #057AC2
Text Example
Text Example
White with #057AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AC2; }
p { color: rgb(5,122,194); }
H1.HeaderClassName
{
color: #057AC2;
}
.AnyTagClassName
{
color: #057AC2;
}
</style>
background-color css
<style>
a { background-color: #057AC2; }
a { background-color: rgb(5,122,194); }
div.DivClassName
{
background-color: #057AC2;
}
.BgClassName
{
background-color: #057AC2;
}
</style>
border-color css
<style>
span { border-color: #057AC2; }
span { border-color: rgb(5,122,194); }
td.TdClassName
{
border-color: #057AC2;
}
.TagClassName
{
border-color: #057AC2;
}
</style>