Shades of Navy Blue #056EDE
Tints of Navy Blue #056EDE
RGB
CMYK
RGB Variations
Color information
#056EDE (or 0x056EDE) is known color: Navy Blue. HEX triplet: 05, 6E and DE. RGB value is (5,110,222). Sum of RGB (Red+Green+Blue) = 5+110+222=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #056EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EDE is #FA9121. Grayscale: #5A5A5A. Windows color (decimal): -16421154 or 14577157. OLE color: 14577157.
HSL color Cylindrical-coordinate representation of color #056EDE: hue angle of 210.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EDE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 110 | 222 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.13 |
| HSL | 210.97º | 0.96% | 0.45% | - |
| HSV(B) | 210.97º | 0.98% | 0.87% | - |
| XYZ | 18.82 | 16.46 | 71.29 | - |
| YUV | 91.37 | 201.71 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 222 | 0.98 | 0.50 | 0 | 0.13 | 210.97 | 0.96 | 0.45 |
| Hex | 5 | 6E | DE | 62 | 32 | 0 | D | D3 | 60 | 2D |
| Octal | 5 | 156 | 336 | 142 | 62 | 0 | 15 | 323 | 140 | 55 |
| Binary | 101 | 1101110 | 11011110 | 1100010 | 110010 | 0 | 1101 | 11010011 | 1100000 | 101101 |
Color Harmonies of #056EDE
Complementary color
Monochromatic Colors of #056EDE
Black with #056EDE
Text Example
Text Example
White with #056EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EDE; }
p { color: rgb(5,110,222); }
H1.HeaderClassName
{
color: #056EDE;
}
.AnyTagClassName
{
color: #056EDE;
}
</style>
background-color css
<style>
a { background-color: #056EDE; }
a { background-color: rgb(5,110,222); }
div.DivClassName
{
background-color: #056EDE;
}
.BgClassName
{
background-color: #056EDE;
}
</style>
border-color css
<style>
span { border-color: #056EDE; }
span { border-color: rgb(5,110,222); }
td.TdClassName
{
border-color: #056EDE;
}
.TagClassName
{
border-color: #056EDE;
}
</style>