Shades of Navy Blue #116EDC
Tints of Navy Blue #116EDC
RGB
CMYK
RGB Variations
Color information
#116EDC (or 0x116EDC) is known color: Navy Blue. HEX triplet: 11, 6E and DC. RGB value is (17,110,220). Sum of RGB (Red+Green+Blue) = 17+110+220=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #116EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EDC is #EE9123. Grayscale: #5E5E5E. Windows color (decimal): -15634724 or 14446097. OLE color: 14446097.
HSL color Cylindrical-coordinate representation of color #116EDC: hue angle of 212.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116EDC is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 110 | 220 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.14 |
| HSL | 212.51º | 0.86% | 0.46% | - |
| HSV(B) | 212.51º | 0.92% | 0.86% | - |
| XYZ | 18.73 | 16.44 | 69.9 | - |
| YUV | 94.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 220 | 0.92 | 0.50 | 0 | 0.14 | 212.51 | 0.86 | 0.46 |
| Hex | 11 | 6E | DC | 5C | 32 | 0 | E | D5 | 56 | 2E |
| Octal | 21 | 156 | 334 | 134 | 62 | 0 | 16 | 325 | 126 | 56 |
| Binary | 10001 | 1101110 | 11011100 | 1011100 | 110010 | 0 | 1110 | 11010101 | 1010110 | 101110 |
Color Harmonies of #116EDC
Complementary color
Monochromatic Colors of #116EDC
Black with #116EDC
Text Example
Text Example
White with #116EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EDC; }
p { color: rgb(17,110,220); }
H1.HeaderClassName
{
color: #116EDC;
}
.AnyTagClassName
{
color: #116EDC;
}
</style>
background-color css
<style>
a { background-color: #116EDC; }
a { background-color: rgb(17,110,220); }
div.DivClassName
{
background-color: #116EDC;
}
.BgClassName
{
background-color: #116EDC;
}
</style>
border-color css
<style>
span { border-color: #116EDC; }
span { border-color: rgb(17,110,220); }
td.TdClassName
{
border-color: #116EDC;
}
.TagClassName
{
border-color: #116EDC;
}
</style>