Shades of Navy Blue #056CDB
Tints of Navy Blue #056CDB
RGB
CMYK
RGB Variations
Color information
#056CDB (or 0x056CDB) is known color: Navy Blue. HEX triplet: 05, 6C and DB. RGB value is (5,108,219). Sum of RGB (Red+Green+Blue) = 5+108+219=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #056CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CDB is #FA9324. Grayscale: #595959. Windows color (decimal): -16421669 or 14380037. OLE color: 14380037.
HSL color Cylindrical-coordinate representation of color #056CDB: hue angle of 211.12º 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 #056CDB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 108 | 219 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.14 |
| HSL | 211.12º | 0.96% | 0.44% | - |
| HSV(B) | 211.12º | 0.98% | 0.86% | - |
| XYZ | 18.21 | 15.87 | 69.12 | - |
| YUV | 89.86 | 200.88 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 219 | 0.98 | 0.51 | 0 | 0.14 | 211.12 | 0.96 | 0.44 |
| Hex | 5 | 6C | DB | 62 | 33 | 0 | E | D3 | 60 | 2C |
| Octal | 5 | 154 | 333 | 142 | 63 | 0 | 16 | 323 | 140 | 54 |
| Binary | 101 | 1101100 | 11011011 | 1100010 | 110011 | 0 | 1110 | 11010011 | 1100000 | 101100 |
Color Harmonies of #056CDB
Complementary color
Monochromatic Colors of #056CDB
Black with #056CDB
Text Example
Text Example
White with #056CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056CDB; }
p { color: rgb(5,108,219); }
H1.HeaderClassName
{
color: #056CDB;
}
.AnyTagClassName
{
color: #056CDB;
}
</style>
background-color css
<style>
a { background-color: #056CDB; }
a { background-color: rgb(5,108,219); }
div.DivClassName
{
background-color: #056CDB;
}
.BgClassName
{
background-color: #056CDB;
}
</style>
border-color css
<style>
span { border-color: #056CDB; }
span { border-color: rgb(5,108,219); }
td.TdClassName
{
border-color: #056CDB;
}
.TagClassName
{
border-color: #056CDB;
}
</style>