Shades of Navy Blue #116ECD
Tints of Navy Blue #116ECD
RGB
CMYK
RGB Variations
Color information
#116ECD (or 0x116ECD) is known color: Navy Blue. HEX triplet: 11, 6E and CD. RGB value is (17,110,205). Sum of RGB (Red+Green+Blue) = 17+110+205=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #116ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ECD is #EE9132. Grayscale: #5C5C5C. Windows color (decimal): -15634739 or 13463057. OLE color: 13463057.
HSL color Cylindrical-coordinate representation of color #116ECD: hue angle of 210.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116ECD is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 110 | 205 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.20 |
| HSL | 210.32º | 0.85% | 0.44% | - |
| HSV(B) | 210.32º | 0.92% | 0.8% | - |
| XYZ | 16.83 | 15.68 | 59.9 | - |
| YUV | 93.02 | 191.19 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 205 | 0.92 | 0.46 | 0 | 0.20 | 210.32 | 0.85 | 0.44 |
| Hex | 11 | 6E | CD | 5C | 2E | 0 | 14 | D2 | 55 | 2C |
| Octal | 21 | 156 | 315 | 134 | 56 | 0 | 24 | 322 | 125 | 54 |
| Binary | 10001 | 1101110 | 11001101 | 1011100 | 101110 | 0 | 10100 | 11010010 | 1010101 | 101100 |
Color Harmonies of #116ECD
Complementary color
Monochromatic Colors of #116ECD
Black with #116ECD
Text Example
Text Example
White with #116ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116ECD; }
p { color: rgb(17,110,205); }
H1.HeaderClassName
{
color: #116ECD;
}
.AnyTagClassName
{
color: #116ECD;
}
</style>
background-color css
<style>
a { background-color: #116ECD; }
a { background-color: rgb(17,110,205); }
div.DivClassName
{
background-color: #116ECD;
}
.BgClassName
{
background-color: #116ECD;
}
</style>
border-color css
<style>
span { border-color: #116ECD; }
span { border-color: rgb(17,110,205); }
td.TdClassName
{
border-color: #116ECD;
}
.TagClassName
{
border-color: #116ECD;
}
</style>