Shades of Navy Blue #116DE8
Tints of Navy Blue #116DE8
RGB
CMYK
RGB Variations
Color information
#116DE8 (or 0x116DE8) is known color: Navy Blue. HEX triplet: 11, 6D and E8. RGB value is (17,109,232). Sum of RGB (Red+Green+Blue) = 17+109+232=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #116DE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DE8 is #EE9217. Grayscale: #5E5E5E. Windows color (decimal): -15634968 or 15232273. OLE color: 15232273.
HSL color Cylindrical-coordinate representation of color #116DE8: hue angle of 214.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116DE8 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 109 | 232 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.09 |
| HSL | 214.33º | 0.86% | 0.49% | - |
| HSV(B) | 214.33º | 0.93% | 0.91% | - |
| XYZ | 20.27 | 16.88 | 78.53 | - |
| YUV | 95.51 | 205.02 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 232 | 0.93 | 0.53 | 0 | 0.09 | 214.33 | 0.86 | 0.49 |
| Hex | 11 | 6D | E8 | 5D | 35 | 0 | 9 | D6 | 56 | 31 |
| Octal | 21 | 155 | 350 | 135 | 65 | 0 | 11 | 326 | 126 | 61 |
| Binary | 10001 | 1101101 | 11101000 | 1011101 | 110101 | 0 | 1001 | 11010110 | 1010110 | 110001 |
Color Harmonies of #116DE8
Complementary color
Monochromatic Colors of #116DE8
Black with #116DE8
Text Example
Text Example
White with #116DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DE8; }
p { color: rgb(17,109,232); }
H1.HeaderClassName
{
color: #116DE8;
}
.AnyTagClassName
{
color: #116DE8;
}
</style>
background-color css
<style>
a { background-color: #116DE8; }
a { background-color: rgb(17,109,232); }
div.DivClassName
{
background-color: #116DE8;
}
.BgClassName
{
background-color: #116DE8;
}
</style>
border-color css
<style>
span { border-color: #116DE8; }
span { border-color: rgb(17,109,232); }
td.TdClassName
{
border-color: #116DE8;
}
.TagClassName
{
border-color: #116DE8;
}
</style>