Shades of Navy Blue #056EDD
Tints of Navy Blue #056EDD
RGB
CMYK
RGB Variations
Color information
#056EDD (or 0x056EDD) is known color: Navy Blue. HEX triplet: 05, 6E and DD. RGB value is (5,110,221). Sum of RGB (Red+Green+Blue) = 5+110+221=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #056EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EDD is #FA9122. Grayscale: #5A5A5A. Windows color (decimal): -16421155 or 14511621. OLE color: 14511621.
HSL color Cylindrical-coordinate representation of color #056EDD: hue angle of 210.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EDD is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 110 | 221 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.13 |
| HSL | 210.83º | 0.96% | 0.44% | - |
| HSV(B) | 210.83º | 0.98% | 0.87% | - |
| XYZ | 18.69 | 16.4 | 70.59 | - |
| YUV | 91.26 | 201.21 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 221 | 0.98 | 0.50 | 0 | 0.13 | 210.83 | 0.96 | 0.44 |
| Hex | 5 | 6E | DD | 62 | 32 | 0 | D | D3 | 60 | 2C |
| Octal | 5 | 156 | 335 | 142 | 62 | 0 | 15 | 323 | 140 | 54 |
| Binary | 101 | 1101110 | 11011101 | 1100010 | 110010 | 0 | 1101 | 11010011 | 1100000 | 101100 |
Color Harmonies of #056EDD
Complementary color
Monochromatic Colors of #056EDD
Black with #056EDD
Text Example
Text Example
White with #056EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EDD; }
p { color: rgb(5,110,221); }
H1.HeaderClassName
{
color: #056EDD;
}
.AnyTagClassName
{
color: #056EDD;
}
</style>
background-color css
<style>
a { background-color: #056EDD; }
a { background-color: rgb(5,110,221); }
div.DivClassName
{
background-color: #056EDD;
}
.BgClassName
{
background-color: #056EDD;
}
</style>
border-color css
<style>
span { border-color: #056EDD; }
span { border-color: rgb(5,110,221); }
td.TdClassName
{
border-color: #056EDD;
}
.TagClassName
{
border-color: #056EDD;
}
</style>