Shades of Navy Blue #057BDB
Tints of Navy Blue #057BDB
RGB
CMYK
RGB Variations
Color information
#057BDB (or 0x057BDB) is known color: Navy Blue. HEX triplet: 05, 7B and DB. RGB value is (5,123,219). Sum of RGB (Red+Green+Blue) = 5+123+219=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #057BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BDB is #FA8424. Grayscale: #626262. Windows color (decimal): -16417829 or 14383877. OLE color: 14383877.
HSL color Cylindrical-coordinate representation of color #057BDB: hue angle of 206.92º 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 #057BDB is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 123 | 219 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.14 |
| HSL | 206.92º | 0.96% | 0.44% | - |
| HSV(B) | 206.92º | 0.98% | 0.86% | - |
| XYZ | 19.93 | 19.31 | 69.7 | - |
| YUV | 98.66 | 195.91 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 219 | 0.98 | 0.44 | 0 | 0.14 | 206.92 | 0.96 | 0.44 |
| Hex | 5 | 7B | DB | 62 | 2C | 0 | E | CF | 60 | 2C |
| Octal | 5 | 173 | 333 | 142 | 54 | 0 | 16 | 317 | 140 | 54 |
| Binary | 101 | 1111011 | 11011011 | 1100010 | 101100 | 0 | 1110 | 11001111 | 1100000 | 101100 |
Color Harmonies of #057BDB
Complementary color
Monochromatic Colors of #057BDB
Black with #057BDB
Text Example
Text Example
White with #057BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BDB; }
p { color: rgb(5,123,219); }
H1.HeaderClassName
{
color: #057BDB;
}
.AnyTagClassName
{
color: #057BDB;
}
</style>
background-color css
<style>
a { background-color: #057BDB; }
a { background-color: rgb(5,123,219); }
div.DivClassName
{
background-color: #057BDB;
}
.BgClassName
{
background-color: #057BDB;
}
</style>
border-color css
<style>
span { border-color: #057BDB; }
span { border-color: rgb(5,123,219); }
td.TdClassName
{
border-color: #057BDB;
}
.TagClassName
{
border-color: #057BDB;
}
</style>