Shades of Navy Blue #057ADE
Tints of Navy Blue #057ADE
RGB
CMYK
RGB Variations
Color information
#057ADE (or 0x057ADE) is known color: Navy Blue. HEX triplet: 05, 7A and DE. RGB value is (5,122,222). Sum of RGB (Red+Green+Blue) = 5+122+222=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #057ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ADE is #FA8521. Grayscale: #616161. Windows color (decimal): -16418082 or 14580229. OLE color: 14580229.
HSL color Cylindrical-coordinate representation of color #057ADE: hue angle of 207.65º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ADE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 122 | 222 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.13 |
| HSL | 207.65º | 0.96% | 0.45% | - |
| HSV(B) | 207.65º | 0.98% | 0.87% | - |
| XYZ | 20.21 | 19.23 | 71.75 | - |
| YUV | 98.42 | 197.74 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 222 | 0.98 | 0.45 | 0 | 0.13 | 207.65 | 0.96 | 0.45 |
| Hex | 5 | 7A | DE | 62 | 2D | 0 | D | D0 | 60 | 2D |
| Octal | 5 | 172 | 336 | 142 | 55 | 0 | 15 | 320 | 140 | 55 |
| Binary | 101 | 1111010 | 11011110 | 1100010 | 101101 | 0 | 1101 | 11010000 | 1100000 | 101101 |
Color Harmonies of #057ADE
Complementary color
Monochromatic Colors of #057ADE
Black with #057ADE
Text Example
Text Example
White with #057ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057ADE; }
p { color: rgb(5,122,222); }
H1.HeaderClassName
{
color: #057ADE;
}
.AnyTagClassName
{
color: #057ADE;
}
</style>
background-color css
<style>
a { background-color: #057ADE; }
a { background-color: rgb(5,122,222); }
div.DivClassName
{
background-color: #057ADE;
}
.BgClassName
{
background-color: #057ADE;
}
</style>
border-color css
<style>
span { border-color: #057ADE; }
span { border-color: rgb(5,122,222); }
td.TdClassName
{
border-color: #057ADE;
}
.TagClassName
{
border-color: #057ADE;
}
</style>