Shades of Navy Blue #116DDD
Tints of Navy Blue #116DDD
RGB
CMYK
RGB Variations
Color information
#116DDD (or 0x116DDD) is known color: Navy Blue. HEX triplet: 11, 6D and DD. RGB value is (17,109,221). Sum of RGB (Red+Green+Blue) = 17+109+221=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #116DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DDD is #EE9222. Grayscale: #5D5D5D. Windows color (decimal): -15634979 or 14511377. OLE color: 14511377.
HSL color Cylindrical-coordinate representation of color #116DDD: hue angle of 212.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116DDD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 109 | 221 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.13 |
| HSL | 212.94º | 0.86% | 0.47% | - |
| HSV(B) | 212.94º | 0.92% | 0.87% | - |
| XYZ | 18.75 | 16.28 | 70.56 | - |
| YUV | 94.26 | 199.52 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 221 | 0.92 | 0.51 | 0 | 0.13 | 212.94 | 0.86 | 0.47 |
| Hex | 11 | 6D | DD | 5C | 33 | 0 | D | D5 | 56 | 2F |
| Octal | 21 | 155 | 335 | 134 | 63 | 0 | 15 | 325 | 126 | 57 |
| Binary | 10001 | 1101101 | 11011101 | 1011100 | 110011 | 0 | 1101 | 11010101 | 1010110 | 101111 |
Color Harmonies of #116DDD
Complementary color
Monochromatic Colors of #116DDD
Black with #116DDD
Text Example
Text Example
White with #116DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DDD; }
p { color: rgb(17,109,221); }
H1.HeaderClassName
{
color: #116DDD;
}
.AnyTagClassName
{
color: #116DDD;
}
</style>
background-color css
<style>
a { background-color: #116DDD; }
a { background-color: rgb(17,109,221); }
div.DivClassName
{
background-color: #116DDD;
}
.BgClassName
{
background-color: #116DDD;
}
</style>
border-color css
<style>
span { border-color: #116DDD; }
span { border-color: rgb(17,109,221); }
td.TdClassName
{
border-color: #116DDD;
}
.TagClassName
{
border-color: #116DDD;
}
</style>