Shades of Navy Blue #056EE1
Tints of Navy Blue #056EE1
RGB
CMYK
RGB Variations
Color information
#056EE1 (or 0x056EE1) is known color: Navy Blue. HEX triplet: 05, 6E and E1. RGB value is (5,110,225). Sum of RGB (Red+Green+Blue) = 5+110+225=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #056EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EE1 is #FA911E. Grayscale: #5B5B5B. Windows color (decimal): -16421151 or 14773765. OLE color: 14773765.
HSL color Cylindrical-coordinate representation of color #056EE1: hue angle of 211.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EE1 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 110 | 225 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.12 |
| HSL | 211.36º | 0.96% | 0.45% | - |
| HSV(B) | 211.36º | 0.98% | 0.88% | - |
| XYZ | 19.23 | 16.62 | 73.43 | - |
| YUV | 91.72 | 203.21 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 225 | 0.98 | 0.51 | 0 | 0.12 | 211.36 | 0.96 | 0.45 |
| Hex | 5 | 6E | E1 | 62 | 33 | 0 | C | D3 | 60 | 2D |
| Octal | 5 | 156 | 341 | 142 | 63 | 0 | 14 | 323 | 140 | 55 |
| Binary | 101 | 1101110 | 11100001 | 1100010 | 110011 | 0 | 1100 | 11010011 | 1100000 | 101101 |
Color Harmonies of #056EE1
Complementary color
Monochromatic Colors of #056EE1
Black with #056EE1
Text Example
Text Example
White with #056EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EE1; }
p { color: rgb(5,110,225); }
H1.HeaderClassName
{
color: #056EE1;
}
.AnyTagClassName
{
color: #056EE1;
}
</style>
background-color css
<style>
a { background-color: #056EE1; }
a { background-color: rgb(5,110,225); }
div.DivClassName
{
background-color: #056EE1;
}
.BgClassName
{
background-color: #056EE1;
}
</style>
border-color css
<style>
span { border-color: #056EE1; }
span { border-color: rgb(5,110,225); }
td.TdClassName
{
border-color: #056EE1;
}
.TagClassName
{
border-color: #056EE1;
}
</style>