Shades of Navy Blue #057ADC
Tints of Navy Blue #057ADC
RGB
CMYK
RGB Variations
Color information
#057ADC (or 0x057ADC) is known color: Navy Blue. HEX triplet: 05, 7A and DC. RGB value is (5,122,220). Sum of RGB (Red+Green+Blue) = 5+122+220=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #057ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ADC is #FA8523. Grayscale: #616161. Windows color (decimal): -16418084 or 14449157. OLE color: 14449157.
HSL color Cylindrical-coordinate representation of color #057ADC: hue angle of 207.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ADC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 122 | 220 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.14 |
| HSL | 207.35º | 0.96% | 0.44% | - |
| HSV(B) | 207.35º | 0.98% | 0.86% | - |
| XYZ | 19.94 | 19.12 | 70.35 | - |
| YUV | 98.19 | 196.74 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 220 | 0.98 | 0.45 | 0 | 0.14 | 207.35 | 0.96 | 0.44 |
| Hex | 5 | 7A | DC | 62 | 2D | 0 | E | CF | 60 | 2C |
| Octal | 5 | 172 | 334 | 142 | 55 | 0 | 16 | 317 | 140 | 54 |
| Binary | 101 | 1111010 | 11011100 | 1100010 | 101101 | 0 | 1110 | 11001111 | 1100000 | 101100 |
Color Harmonies of #057ADC
Complementary color
Monochromatic Colors of #057ADC
Black with #057ADC
Text Example
Text Example
White with #057ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057ADC; }
p { color: rgb(5,122,220); }
H1.HeaderClassName
{
color: #057ADC;
}
.AnyTagClassName
{
color: #057ADC;
}
</style>
background-color css
<style>
a { background-color: #057ADC; }
a { background-color: rgb(5,122,220); }
div.DivClassName
{
background-color: #057ADC;
}
.BgClassName
{
background-color: #057ADC;
}
</style>
border-color css
<style>
span { border-color: #057ADC; }
span { border-color: rgb(5,122,220); }
td.TdClassName
{
border-color: #057ADC;
}
.TagClassName
{
border-color: #057ADC;
}
</style>