Shades of Navy Blue #056EDC
Tints of Navy Blue #056EDC
RGB
CMYK
RGB Variations
Color information
#056EDC (or 0x056EDC) is known color: Navy Blue. HEX triplet: 05, 6E and DC. RGB value is (5,110,220). Sum of RGB (Red+Green+Blue) = 5+110+220=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #056EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EDC is #FA9123. Grayscale: #5A5A5A. Windows color (decimal): -16421156 or 14446085. OLE color: 14446085.
HSL color Cylindrical-coordinate representation of color #056EDC: hue angle of 210.7º 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 #056EDC is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 110 | 220 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.14 |
| HSL | 210.7º | 0.96% | 0.44% | - |
| HSV(B) | 210.7º | 0.98% | 0.86% | - |
| XYZ | 18.56 | 16.35 | 69.89 | - |
| YUV | 91.15 | 200.71 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 220 | 0.98 | 0.50 | 0 | 0.14 | 210.7 | 0.96 | 0.44 |
| Hex | 5 | 6E | DC | 62 | 32 | 0 | E | D3 | 60 | 2C |
| Octal | 5 | 156 | 334 | 142 | 62 | 0 | 16 | 323 | 140 | 54 |
| Binary | 101 | 1101110 | 11011100 | 1100010 | 110010 | 0 | 1110 | 11010011 | 1100000 | 101100 |
Color Harmonies of #056EDC
Complementary color
Monochromatic Colors of #056EDC
Black with #056EDC
Text Example
Text Example
White with #056EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EDC; }
p { color: rgb(5,110,220); }
H1.HeaderClassName
{
color: #056EDC;
}
.AnyTagClassName
{
color: #056EDC;
}
</style>
background-color css
<style>
a { background-color: #056EDC; }
a { background-color: rgb(5,110,220); }
div.DivClassName
{
background-color: #056EDC;
}
.BgClassName
{
background-color: #056EDC;
}
</style>
border-color css
<style>
span { border-color: #056EDC; }
span { border-color: rgb(5,110,220); }
td.TdClassName
{
border-color: #056EDC;
}
.TagClassName
{
border-color: #056EDC;
}
</style>