Shades of Navy Blue #116EDB
Tints of Navy Blue #116EDB
RGB
CMYK
RGB Variations
Color information
#116EDB (or 0x116EDB) is known color: Navy Blue. HEX triplet: 11, 6E and DB. RGB value is (17,110,219). Sum of RGB (Red+Green+Blue) = 17+110+219=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #116EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EDB is #EE9124. Grayscale: #5E5E5E. Windows color (decimal): -15634725 or 14380561. OLE color: 14380561.
HSL color Cylindrical-coordinate representation of color #116EDB: hue angle of 212.38º 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 #116EDB is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 110 | 219 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.14 |
| HSL | 212.38º | 0.86% | 0.46% | - |
| HSV(B) | 212.38º | 0.92% | 0.86% | - |
| XYZ | 18.59 | 16.39 | 69.2 | - |
| YUV | 94.62 | 198.19 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 219 | 0.92 | 0.50 | 0 | 0.14 | 212.38 | 0.86 | 0.46 |
| Hex | 11 | 6E | DB | 5C | 32 | 0 | E | D4 | 56 | 2E |
| Octal | 21 | 156 | 333 | 134 | 62 | 0 | 16 | 324 | 126 | 56 |
| Binary | 10001 | 1101110 | 11011011 | 1011100 | 110010 | 0 | 1110 | 11010100 | 1010110 | 101110 |
Color Harmonies of #116EDB
Complementary color
Monochromatic Colors of #116EDB
Black with #116EDB
Text Example
Text Example
White with #116EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EDB; }
p { color: rgb(17,110,219); }
H1.HeaderClassName
{
color: #116EDB;
}
.AnyTagClassName
{
color: #116EDB;
}
</style>
background-color css
<style>
a { background-color: #116EDB; }
a { background-color: rgb(17,110,219); }
div.DivClassName
{
background-color: #116EDB;
}
.BgClassName
{
background-color: #116EDB;
}
</style>
border-color css
<style>
span { border-color: #116EDB; }
span { border-color: rgb(17,110,219); }
td.TdClassName
{
border-color: #116EDB;
}
.TagClassName
{
border-color: #116EDB;
}
</style>