Shades of Navy Blue #056FDB
Tints of Navy Blue #056FDB
RGB
CMYK
RGB Variations
Color information
#056FDB (or 0x056FDB) is known color: Navy Blue. HEX triplet: 05, 6F and DB. RGB value is (5,111,219). Sum of RGB (Red+Green+Blue) = 5+111+219=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #056FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FDB is #FA9024. Grayscale: #5B5B5B. Windows color (decimal): -16420901 or 14380805. OLE color: 14380805.
HSL color Cylindrical-coordinate representation of color #056FDB: hue angle of 210.28º 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 #056FDB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 111 | 219 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.14 |
| HSL | 210.28º | 0.96% | 0.44% | - |
| HSV(B) | 210.28º | 0.98% | 0.86% | - |
| XYZ | 18.53 | 16.52 | 69.23 | - |
| YUV | 91.62 | 199.88 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 219 | 0.98 | 0.49 | 0 | 0.14 | 210.28 | 0.96 | 0.44 |
| Hex | 5 | 6F | DB | 62 | 31 | 0 | E | D2 | 60 | 2C |
| Octal | 5 | 157 | 333 | 142 | 61 | 0 | 16 | 322 | 140 | 54 |
| Binary | 101 | 1101111 | 11011011 | 1100010 | 110001 | 0 | 1110 | 11010010 | 1100000 | 101100 |
Color Harmonies of #056FDB
Complementary color
Monochromatic Colors of #056FDB
Black with #056FDB
Text Example
Text Example
White with #056FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FDB; }
p { color: rgb(5,111,219); }
H1.HeaderClassName
{
color: #056FDB;
}
.AnyTagClassName
{
color: #056FDB;
}
</style>
background-color css
<style>
a { background-color: #056FDB; }
a { background-color: rgb(5,111,219); }
div.DivClassName
{
background-color: #056FDB;
}
.BgClassName
{
background-color: #056FDB;
}
</style>
border-color css
<style>
span { border-color: #056FDB; }
span { border-color: rgb(5,111,219); }
td.TdClassName
{
border-color: #056FDB;
}
.TagClassName
{
border-color: #056FDB;
}
</style>