Shades of Navy Blue #116DDB
Tints of Navy Blue #116DDB
RGB
CMYK
RGB Variations
Color information
#116DDB (or 0x116DDB) is known color: Navy Blue. HEX triplet: 11, 6D and DB. RGB value is (17,109,219). Sum of RGB (Red+Green+Blue) = 17+109+219=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #116DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DDB is #EE9224. Grayscale: #5D5D5D. Windows color (decimal): -15634981 or 14380305. OLE color: 14380305.
HSL color Cylindrical-coordinate representation of color #116DDB: hue angle of 212.67º 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 #116DDB is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 109 | 219 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.14 |
| HSL | 212.67º | 0.86% | 0.46% | - |
| HSV(B) | 212.67º | 0.92% | 0.86% | - |
| XYZ | 18.49 | 16.17 | 69.16 | - |
| YUV | 94.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 219 | 0.92 | 0.50 | 0 | 0.14 | 212.67 | 0.86 | 0.46 |
| Hex | 11 | 6D | DB | 5C | 32 | 0 | E | D5 | 56 | 2E |
| Octal | 21 | 155 | 333 | 134 | 62 | 0 | 16 | 325 | 126 | 56 |
| Binary | 10001 | 1101101 | 11011011 | 1011100 | 110010 | 0 | 1110 | 11010101 | 1010110 | 101110 |
Color Harmonies of #116DDB
Complementary color
Monochromatic Colors of #116DDB
Black with #116DDB
Text Example
Text Example
White with #116DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DDB; }
p { color: rgb(17,109,219); }
H1.HeaderClassName
{
color: #116DDB;
}
.AnyTagClassName
{
color: #116DDB;
}
</style>
background-color css
<style>
a { background-color: #116DDB; }
a { background-color: rgb(17,109,219); }
div.DivClassName
{
background-color: #116DDB;
}
.BgClassName
{
background-color: #116DDB;
}
</style>
border-color css
<style>
span { border-color: #116DDB; }
span { border-color: rgb(17,109,219); }
td.TdClassName
{
border-color: #116DDB;
}
.TagClassName
{
border-color: #116DDB;
}
</style>