Shades of Navy Blue #116DD8
Tints of Navy Blue #116DD8
RGB
CMYK
RGB Variations
Color information
#116DD8 (or 0x116DD8) is known color: Navy Blue. HEX triplet: 11, 6D and D8. RGB value is (17,109,216). Sum of RGB (Red+Green+Blue) = 17+109+216=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #116DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DD8 is #EE9227. Grayscale: #5D5D5D. Windows color (decimal): -15634984 or 14183697. OLE color: 14183697.
HSL color Cylindrical-coordinate representation of color #116DD8: hue angle of 212.26º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116DD8 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 109 | 216 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.15 |
| HSL | 212.26º | 0.85% | 0.46% | - |
| HSV(B) | 212.26º | 0.92% | 0.85% | - |
| XYZ | 18.09 | 16.01 | 67.1 | - |
| YUV | 93.69 | 197.02 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 216 | 0.92 | 0.50 | 0 | 0.15 | 212.26 | 0.85 | 0.46 |
| Hex | 11 | 6D | D8 | 5C | 32 | 0 | F | D4 | 55 | 2E |
| Octal | 21 | 155 | 330 | 134 | 62 | 0 | 17 | 324 | 125 | 56 |
| Binary | 10001 | 1101101 | 11011000 | 1011100 | 110010 | 0 | 1111 | 11010100 | 1010101 | 101110 |
Color Harmonies of #116DD8
Complementary color
Monochromatic Colors of #116DD8
Black with #116DD8
Text Example
Text Example
White with #116DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DD8; }
p { color: rgb(17,109,216); }
H1.HeaderClassName
{
color: #116DD8;
}
.AnyTagClassName
{
color: #116DD8;
}
</style>
background-color css
<style>
a { background-color: #116DD8; }
a { background-color: rgb(17,109,216); }
div.DivClassName
{
background-color: #116DD8;
}
.BgClassName
{
background-color: #116DD8;
}
</style>
border-color css
<style>
span { border-color: #116DD8; }
span { border-color: rgb(17,109,216); }
td.TdClassName
{
border-color: #116DD8;
}
.TagClassName
{
border-color: #116DD8;
}
</style>