Shades of Navy Blue #056EC8
Tints of Navy Blue #056EC8
RGB
CMYK
RGB Variations
Color information
#056EC8 (or 0x056EC8) is known color: Navy Blue. HEX triplet: 05, 6E and C8. RGB value is (5,110,200). Sum of RGB (Red+Green+Blue) = 5+110+200=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #056EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EC8 is #FA9137. Grayscale: #585858. Windows color (decimal): -16421176 or 13135365. OLE color: 13135365.
HSL color Cylindrical-coordinate representation of color #056EC8: hue angle of 207.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EC8 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 110 | 200 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.22 |
| HSL | 207.69º | 0.95% | 0.4% | - |
| HSV(B) | 207.69º | 0.98% | 0.78% | - |
| XYZ | 16.06 | 15.35 | 56.76 | - |
| YUV | 88.87 | 190.71 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 200 | 0.98 | 0.45 | 0 | 0.22 | 207.69 | 0.95 | 0.4 |
| Hex | 5 | 6E | C8 | 62 | 2D | 0 | 16 | D0 | 5F | 28 |
| Octal | 5 | 156 | 310 | 142 | 55 | 0 | 26 | 320 | 137 | 50 |
| Binary | 101 | 1101110 | 11001000 | 1100010 | 101101 | 0 | 10110 | 11010000 | 1011111 | 101000 |
Color Harmonies of #056EC8
Complementary color
Monochromatic Colors of #056EC8
Black with #056EC8
Text Example
Text Example
White with #056EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EC8; }
p { color: rgb(5,110,200); }
H1.HeaderClassName
{
color: #056EC8;
}
.AnyTagClassName
{
color: #056EC8;
}
</style>
background-color css
<style>
a { background-color: #056EC8; }
a { background-color: rgb(5,110,200); }
div.DivClassName
{
background-color: #056EC8;
}
.BgClassName
{
background-color: #056EC8;
}
</style>
border-color css
<style>
span { border-color: #056EC8; }
span { border-color: rgb(5,110,200); }
td.TdClassName
{
border-color: #056EC8;
}
.TagClassName
{
border-color: #056EC8;
}
</style>