Shades of Navy Blue #056ECC
Tints of Navy Blue #056ECC
RGB
CMYK
RGB Variations
Color information
#056ECC (or 0x056ECC) is known color: Navy Blue. HEX triplet: 05, 6E and CC. RGB value is (5,110,204). Sum of RGB (Red+Green+Blue) = 5+110+204=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #056ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ECC is #FA9133. Grayscale: #585858. Windows color (decimal): -16421172 or 13397509. OLE color: 13397509.
HSL color Cylindrical-coordinate representation of color #056ECC: hue angle of 208.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ECC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 110 | 204 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.2 |
| HSL | 208.34º | 0.95% | 0.41% | - |
| HSV(B) | 208.34º | 0.98% | 0.8% | - |
| XYZ | 16.54 | 15.54 | 59.26 | - |
| YUV | 89.32 | 192.71 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 204 | 0.98 | 0.46 | 0 | 0.2 | 208.34 | 0.95 | 0.41 |
| Hex | 5 | 6E | CC | 62 | 2E | 0 | 14 | D0 | 5F | 29 |
| Octal | 5 | 156 | 314 | 142 | 56 | 0 | 24 | 320 | 137 | 51 |
| Binary | 101 | 1101110 | 11001100 | 1100010 | 101110 | 0 | 10100 | 11010000 | 1011111 | 101001 |
Color Harmonies of #056ECC
Complementary color
Monochromatic Colors of #056ECC
Black with #056ECC
Text Example
Text Example
White with #056ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056ECC; }
p { color: rgb(5,110,204); }
H1.HeaderClassName
{
color: #056ECC;
}
.AnyTagClassName
{
color: #056ECC;
}
</style>
background-color css
<style>
a { background-color: #056ECC; }
a { background-color: rgb(5,110,204); }
div.DivClassName
{
background-color: #056ECC;
}
.BgClassName
{
background-color: #056ECC;
}
</style>
border-color css
<style>
span { border-color: #056ECC; }
span { border-color: rgb(5,110,204); }
td.TdClassName
{
border-color: #056ECC;
}
.TagClassName
{
border-color: #056ECC;
}
</style>