Shades of Navy Blue #057DDB
Tints of Navy Blue #057DDB
RGB
CMYK
RGB Variations
Color information
#057DDB (or 0x057DDB) is known color: Navy Blue. HEX triplet: 05, 7D and DB. RGB value is (5,125,219). Sum of RGB (Red+Green+Blue) = 5+125+219=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #057DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DDB is #FA8224. Grayscale: #636363. Windows color (decimal): -16417317 or 14384389. OLE color: 14384389.
HSL color Cylindrical-coordinate representation of color #057DDB: hue angle of 206.36º 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 #057DDB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 125 | 219 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.14 |
| HSL | 206.36º | 0.96% | 0.44% | - |
| HSV(B) | 206.36º | 0.98% | 0.86% | - |
| XYZ | 20.18 | 19.81 | 69.78 | - |
| YUV | 99.84 | 195.24 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 219 | 0.98 | 0.43 | 0 | 0.14 | 206.36 | 0.96 | 0.44 |
| Hex | 5 | 7D | DB | 62 | 2B | 0 | E | CE | 60 | 2C |
| Octal | 5 | 175 | 333 | 142 | 53 | 0 | 16 | 316 | 140 | 54 |
| Binary | 101 | 1111101 | 11011011 | 1100010 | 101011 | 0 | 1110 | 11001110 | 1100000 | 101100 |
Color Harmonies of #057DDB
Complementary color
Monochromatic Colors of #057DDB
Black with #057DDB
Text Example
Text Example
White with #057DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DDB; }
p { color: rgb(5,125,219); }
H1.HeaderClassName
{
color: #057DDB;
}
.AnyTagClassName
{
color: #057DDB;
}
</style>
background-color css
<style>
a { background-color: #057DDB; }
a { background-color: rgb(5,125,219); }
div.DivClassName
{
background-color: #057DDB;
}
.BgClassName
{
background-color: #057DDB;
}
</style>
border-color css
<style>
span { border-color: #057DDB; }
span { border-color: rgb(5,125,219); }
td.TdClassName
{
border-color: #057DDB;
}
.TagClassName
{
border-color: #057DDB;
}
</style>