Shades of Navy Blue #116ED6
Tints of Navy Blue #116ED6
RGB
CMYK
RGB Variations
Color information
#116ED6 (or 0x116ED6) is known color: Navy Blue. HEX triplet: 11, 6E and D6. RGB value is (17,110,214). Sum of RGB (Red+Green+Blue) = 17+110+214=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #116ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ED6 is #EE9129. Grayscale: #5D5D5D. Windows color (decimal): -15634730 or 14052881. OLE color: 14052881.
HSL color Cylindrical-coordinate representation of color #116ED6: hue angle of 211.68º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116ED6 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 110 | 214 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.16 |
| HSL | 211.68º | 0.85% | 0.45% | - |
| HSV(B) | 211.68º | 0.92% | 0.84% | - |
| XYZ | 17.94 | 16.13 | 65.79 | - |
| YUV | 94.05 | 195.69 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 214 | 0.92 | 0.49 | 0 | 0.16 | 211.68 | 0.85 | 0.45 |
| Hex | 11 | 6E | D6 | 5C | 31 | 0 | 10 | D4 | 55 | 2D |
| Octal | 21 | 156 | 326 | 134 | 61 | 0 | 20 | 324 | 125 | 55 |
| Binary | 10001 | 1101110 | 11010110 | 1011100 | 110001 | 0 | 10000 | 11010100 | 1010101 | 101101 |
Color Harmonies of #116ED6
Complementary color
Monochromatic Colors of #116ED6
Black with #116ED6
Text Example
Text Example
White with #116ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116ED6; }
p { color: rgb(17,110,214); }
H1.HeaderClassName
{
color: #116ED6;
}
.AnyTagClassName
{
color: #116ED6;
}
</style>
background-color css
<style>
a { background-color: #116ED6; }
a { background-color: rgb(17,110,214); }
div.DivClassName
{
background-color: #116ED6;
}
.BgClassName
{
background-color: #116ED6;
}
</style>
border-color css
<style>
span { border-color: #116ED6; }
span { border-color: rgb(17,110,214); }
td.TdClassName
{
border-color: #116ED6;
}
.TagClassName
{
border-color: #116ED6;
}
</style>