Shades of Navy Blue #056EC1
Tints of Navy Blue #056EC1
RGB
CMYK
RGB Variations
Color information
#056EC1 (or 0x056EC1) is known color: Navy Blue. HEX triplet: 05, 6E and C1. RGB value is (5,110,193). Sum of RGB (Red+Green+Blue) = 5+110+193=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #056EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EC1 is #FA913E. Grayscale: #575757. Windows color (decimal): -16421183 or 12676613. OLE color: 12676613.
HSL color Cylindrical-coordinate representation of color #056EC1: hue angle of 206.49º 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 #056EC1 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 110 | 193 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.24 |
| HSL | 206.49º | 0.95% | 0.39% | - |
| HSV(B) | 206.49º | 0.97% | 0.76% | - |
| XYZ | 15.26 | 15.03 | 52.55 | - |
| YUV | 88.07 | 187.21 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 193 | 0.97 | 0.43 | 0 | 0.24 | 206.49 | 0.95 | 0.39 |
| Hex | 5 | 6E | C1 | 61 | 2B | 0 | 18 | CE | 5F | 27 |
| Octal | 5 | 156 | 301 | 141 | 53 | 0 | 30 | 316 | 137 | 47 |
| Binary | 101 | 1101110 | 11000001 | 1100001 | 101011 | 0 | 11000 | 11001110 | 1011111 | 100111 |
Color Harmonies of #056EC1
Complementary color
Monochromatic Colors of #056EC1
Black with #056EC1
Text Example
Text Example
White with #056EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EC1; }
p { color: rgb(5,110,193); }
H1.HeaderClassName
{
color: #056EC1;
}
.AnyTagClassName
{
color: #056EC1;
}
</style>
background-color css
<style>
a { background-color: #056EC1; }
a { background-color: rgb(5,110,193); }
div.DivClassName
{
background-color: #056EC1;
}
.BgClassName
{
background-color: #056EC1;
}
</style>
border-color css
<style>
span { border-color: #056EC1; }
span { border-color: rgb(5,110,193); }
td.TdClassName
{
border-color: #056EC1;
}
.TagClassName
{
border-color: #056EC1;
}
</style>