Shades of Navy Blue #056EC4
Tints of Navy Blue #056EC4
RGB
CMYK
RGB Variations
Color information
#056EC4 (or 0x056EC4) is known color: Navy Blue. HEX triplet: 05, 6E and C4. RGB value is (5,110,196). Sum of RGB (Red+Green+Blue) = 5+110+196=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #056EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EC4 is #FA913B. Grayscale: #575757. Windows color (decimal): -16421180 or 12873221. OLE color: 12873221.
HSL color Cylindrical-coordinate representation of color #056EC4: hue angle of 207.02º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056EC4 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 110 | 196 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.23 |
| HSL | 207.02º | 0.95% | 0.39% | - |
| HSV(B) | 207.02º | 0.97% | 0.77% | - |
| XYZ | 15.6 | 15.17 | 54.33 | - |
| YUV | 88.41 | 188.71 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 196 | 0.97 | 0.44 | 0 | 0.23 | 207.02 | 0.95 | 0.39 |
| Hex | 5 | 6E | C4 | 61 | 2C | 0 | 17 | CF | 5F | 27 |
| Octal | 5 | 156 | 304 | 141 | 54 | 0 | 27 | 317 | 137 | 47 |
| Binary | 101 | 1101110 | 11000100 | 1100001 | 101100 | 0 | 10111 | 11001111 | 1011111 | 100111 |
Color Harmonies of #056EC4
Complementary color
Monochromatic Colors of #056EC4
Black with #056EC4
Text Example
Text Example
White with #056EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EC4; }
p { color: rgb(5,110,196); }
H1.HeaderClassName
{
color: #056EC4;
}
.AnyTagClassName
{
color: #056EC4;
}
</style>
background-color css
<style>
a { background-color: #056EC4; }
a { background-color: rgb(5,110,196); }
div.DivClassName
{
background-color: #056EC4;
}
.BgClassName
{
background-color: #056EC4;
}
</style>
border-color css
<style>
span { border-color: #056EC4; }
span { border-color: rgb(5,110,196); }
td.TdClassName
{
border-color: #056EC4;
}
.TagClassName
{
border-color: #056EC4;
}
</style>