Shades of Navy Blue #056EDB
Tints of Navy Blue #056EDB
RGB
CMYK
RGB Variations
Color information
#056EDB (or 0x056EDB) is known color: Navy Blue. HEX triplet: 05, 6E and DB. RGB value is (5,110,219). Sum of RGB (Red+Green+Blue) = 5+110+219=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #056EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EDB is #FA9124. Grayscale: #5A5A5A. Windows color (decimal): -16421157 or 14380549. OLE color: 14380549.
HSL color Cylindrical-coordinate representation of color #056EDB: hue angle of 210.56º 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 #056EDB is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 110 | 219 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.14 |
| HSL | 210.56º | 0.96% | 0.44% | - |
| HSV(B) | 210.56º | 0.98% | 0.86% | - |
| XYZ | 18.42 | 16.3 | 69.19 | - |
| YUV | 91.03 | 200.21 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 219 | 0.98 | 0.50 | 0 | 0.14 | 210.56 | 0.96 | 0.44 |
| Hex | 5 | 6E | DB | 62 | 32 | 0 | E | D3 | 60 | 2C |
| Octal | 5 | 156 | 333 | 142 | 62 | 0 | 16 | 323 | 140 | 54 |
| Binary | 101 | 1101110 | 11011011 | 1100010 | 110010 | 0 | 1110 | 11010011 | 1100000 | 101100 |
Color Harmonies of #056EDB
Complementary color
Monochromatic Colors of #056EDB
Black with #056EDB
Text Example
Text Example
White with #056EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EDB; }
p { color: rgb(5,110,219); }
H1.HeaderClassName
{
color: #056EDB;
}
.AnyTagClassName
{
color: #056EDB;
}
</style>
background-color css
<style>
a { background-color: #056EDB; }
a { background-color: rgb(5,110,219); }
div.DivClassName
{
background-color: #056EDB;
}
.BgClassName
{
background-color: #056EDB;
}
</style>
border-color css
<style>
span { border-color: #056EDB; }
span { border-color: rgb(5,110,219); }
td.TdClassName
{
border-color: #056EDB;
}
.TagClassName
{
border-color: #056EDB;
}
</style>