Shades of Navy Blue #056ECE
Tints of Navy Blue #056ECE
RGB
CMYK
RGB Variations
Color information
#056ECE (or 0x056ECE) is known color: Navy Blue. HEX triplet: 05, 6E and CE. RGB value is (5,110,206). Sum of RGB (Red+Green+Blue) = 5+110+206=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #056ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ECE is #FA9131. Grayscale: #595959. Windows color (decimal): -16421170 or 13528581. OLE color: 13528581.
HSL color Cylindrical-coordinate representation of color #056ECE: hue angle of 208.66º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ECE is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 110 | 206 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.19 |
| HSL | 208.66º | 0.95% | 0.41% | - |
| HSV(B) | 208.66º | 0.98% | 0.81% | - |
| XYZ | 16.78 | 15.64 | 60.53 | - |
| YUV | 89.55 | 193.71 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 206 | 0.98 | 0.47 | 0 | 0.19 | 208.66 | 0.95 | 0.41 |
| Hex | 5 | 6E | CE | 62 | 2F | 0 | 13 | D1 | 5F | 29 |
| Octal | 5 | 156 | 316 | 142 | 57 | 0 | 23 | 321 | 137 | 51 |
| Binary | 101 | 1101110 | 11001110 | 1100010 | 101111 | 0 | 10011 | 11010001 | 1011111 | 101001 |
Color Harmonies of #056ECE
Complementary color
Monochromatic Colors of #056ECE
Black with #056ECE
Text Example
Text Example
White with #056ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056ECE; }
p { color: rgb(5,110,206); }
H1.HeaderClassName
{
color: #056ECE;
}
.AnyTagClassName
{
color: #056ECE;
}
</style>
background-color css
<style>
a { background-color: #056ECE; }
a { background-color: rgb(5,110,206); }
div.DivClassName
{
background-color: #056ECE;
}
.BgClassName
{
background-color: #056ECE;
}
</style>
border-color css
<style>
span { border-color: #056ECE; }
span { border-color: rgb(5,110,206); }
td.TdClassName
{
border-color: #056ECE;
}
.TagClassName
{
border-color: #056ECE;
}
</style>