Shades of Navy Blue #057ADB
Tints of Navy Blue #057ADB
RGB
CMYK
RGB Variations
Color information
#057ADB (or 0x057ADB) is known color: Navy Blue. HEX triplet: 05, 7A and DB. RGB value is (5,122,219). Sum of RGB (Red+Green+Blue) = 5+122+219=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #057ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ADB is #FA8524. Grayscale: #616161. Windows color (decimal): -16418085 or 14383621. OLE color: 14383621.
HSL color Cylindrical-coordinate representation of color #057ADB: hue angle of 207.2º 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 #057ADB is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 122 | 219 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.14 |
| HSL | 207.2º | 0.96% | 0.44% | - |
| HSV(B) | 207.2º | 0.98% | 0.86% | - |
| XYZ | 19.81 | 19.07 | 69.65 | - |
| YUV | 98.08 | 196.24 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 219 | 0.98 | 0.44 | 0 | 0.14 | 207.2 | 0.96 | 0.44 |
| Hex | 5 | 7A | DB | 62 | 2C | 0 | E | CF | 60 | 2C |
| Octal | 5 | 172 | 333 | 142 | 54 | 0 | 16 | 317 | 140 | 54 |
| Binary | 101 | 1111010 | 11011011 | 1100010 | 101100 | 0 | 1110 | 11001111 | 1100000 | 101100 |
Color Harmonies of #057ADB
Complementary color
Monochromatic Colors of #057ADB
Black with #057ADB
Text Example
Text Example
White with #057ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057ADB; }
p { color: rgb(5,122,219); }
H1.HeaderClassName
{
color: #057ADB;
}
.AnyTagClassName
{
color: #057ADB;
}
</style>
background-color css
<style>
a { background-color: #057ADB; }
a { background-color: rgb(5,122,219); }
div.DivClassName
{
background-color: #057ADB;
}
.BgClassName
{
background-color: #057ADB;
}
</style>
border-color css
<style>
span { border-color: #057ADB; }
span { border-color: rgb(5,122,219); }
td.TdClassName
{
border-color: #057ADB;
}
.TagClassName
{
border-color: #057ADB;
}
</style>