Shades of Navy Blue #056EC2
Tints of Navy Blue #056EC2
RGB
CMYK
RGB Variations
Color information
#056EC2 (or 0x056EC2) is known color: Navy Blue. HEX triplet: 05, 6E and C2. RGB value is (5,110,194). Sum of RGB (Red+Green+Blue) = 5+110+194=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #056EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EC2 is #FA913D. Grayscale: #575757. Windows color (decimal): -16421182 or 12742149. OLE color: 12742149.
HSL color Cylindrical-coordinate representation of color #056EC2: hue angle of 206.67º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056EC2 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 110 | 194 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.24 |
| HSL | 206.67º | 0.95% | 0.39% | - |
| HSV(B) | 206.67º | 0.97% | 0.76% | - |
| XYZ | 15.38 | 15.08 | 53.14 | - |
| YUV | 88.18 | 187.71 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 194 | 0.97 | 0.43 | 0 | 0.24 | 206.67 | 0.95 | 0.39 |
| Hex | 5 | 6E | C2 | 61 | 2B | 0 | 18 | CF | 5F | 27 |
| Octal | 5 | 156 | 302 | 141 | 53 | 0 | 30 | 317 | 137 | 47 |
| Binary | 101 | 1101110 | 11000010 | 1100001 | 101011 | 0 | 11000 | 11001111 | 1011111 | 100111 |
Color Harmonies of #056EC2
Complementary color
Monochromatic Colors of #056EC2
Black with #056EC2
Text Example
Text Example
White with #056EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EC2; }
p { color: rgb(5,110,194); }
H1.HeaderClassName
{
color: #056EC2;
}
.AnyTagClassName
{
color: #056EC2;
}
</style>
background-color css
<style>
a { background-color: #056EC2; }
a { background-color: rgb(5,110,194); }
div.DivClassName
{
background-color: #056EC2;
}
.BgClassName
{
background-color: #056EC2;
}
</style>
border-color css
<style>
span { border-color: #056EC2; }
span { border-color: rgb(5,110,194); }
td.TdClassName
{
border-color: #056EC2;
}
.TagClassName
{
border-color: #056EC2;
}
</style>