Shades of Navy Blue #116AD8
Tints of Navy Blue #116AD8
RGB
CMYK
RGB Variations
Color information
#116AD8 (or 0x116AD8) is known color: Navy Blue. HEX triplet: 11, 6A and D8. RGB value is (17,106,216). Sum of RGB (Red+Green+Blue) = 17+106+216=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #116AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116AD8 is #EE9527. Grayscale: #5B5B5B. Windows color (decimal): -15635752 or 14182929. OLE color: 14182929.
HSL color Cylindrical-coordinate representation of color #116AD8: hue angle of 213.17º 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 #116AD8 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 106 | 216 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.15 |
| HSL | 213.17º | 0.85% | 0.46% | - |
| HSV(B) | 213.17º | 0.92% | 0.85% | - |
| XYZ | 17.78 | 15.39 | 67 | - |
| YUV | 91.93 | 198.01 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 216 | 0.92 | 0.51 | 0 | 0.15 | 213.17 | 0.85 | 0.46 |
| Hex | 11 | 6A | D8 | 5C | 33 | 0 | F | D5 | 55 | 2E |
| Octal | 21 | 152 | 330 | 134 | 63 | 0 | 17 | 325 | 125 | 56 |
| Binary | 10001 | 1101010 | 11011000 | 1011100 | 110011 | 0 | 1111 | 11010101 | 1010101 | 101110 |
Color Harmonies of #116AD8
Complementary color
Monochromatic Colors of #116AD8
Black with #116AD8
Text Example
Text Example
White with #116AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116AD8; }
p { color: rgb(17,106,216); }
H1.HeaderClassName
{
color: #116AD8;
}
.AnyTagClassName
{
color: #116AD8;
}
</style>
background-color css
<style>
a { background-color: #116AD8; }
a { background-color: rgb(17,106,216); }
div.DivClassName
{
background-color: #116AD8;
}
.BgClassName
{
background-color: #116AD8;
}
</style>
border-color css
<style>
span { border-color: #116AD8; }
span { border-color: rgb(17,106,216); }
td.TdClassName
{
border-color: #116AD8;
}
.TagClassName
{
border-color: #116AD8;
}
</style>