Shades of Navy Blue #116BE8
Tints of Navy Blue #116BE8
RGB
CMYK
RGB Variations
Color information
#116BE8 (or 0x116BE8) is known color: Navy Blue. HEX triplet: 11, 6B and E8. RGB value is (17,107,232). Sum of RGB (Red+Green+Blue) = 17+107+232=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #116BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BE8 is #EE9417. Grayscale: #5D5D5D. Windows color (decimal): -15635480 or 15231761. OLE color: 15231761.
HSL color Cylindrical-coordinate representation of color #116BE8: hue angle of 214.88º 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 #116BE8 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 107 | 232 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.09 |
| HSL | 214.88º | 0.86% | 0.49% | - |
| HSV(B) | 214.88º | 0.93% | 0.91% | - |
| XYZ | 20.05 | 16.46 | 78.46 | - |
| YUV | 94.34 | 205.68 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 232 | 0.93 | 0.54 | 0 | 0.09 | 214.88 | 0.86 | 0.49 |
| Hex | 11 | 6B | E8 | 5D | 36 | 0 | 9 | D7 | 56 | 31 |
| Octal | 21 | 153 | 350 | 135 | 66 | 0 | 11 | 327 | 126 | 61 |
| Binary | 10001 | 1101011 | 11101000 | 1011101 | 110110 | 0 | 1001 | 11010111 | 1010110 | 110001 |
Color Harmonies of #116BE8
Complementary color
Monochromatic Colors of #116BE8
Black with #116BE8
Text Example
Text Example
White with #116BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BE8; }
p { color: rgb(17,107,232); }
H1.HeaderClassName
{
color: #116BE8;
}
.AnyTagClassName
{
color: #116BE8;
}
</style>
background-color css
<style>
a { background-color: #116BE8; }
a { background-color: rgb(17,107,232); }
div.DivClassName
{
background-color: #116BE8;
}
.BgClassName
{
background-color: #116BE8;
}
</style>
border-color css
<style>
span { border-color: #116BE8; }
span { border-color: rgb(17,107,232); }
td.TdClassName
{
border-color: #116BE8;
}
.TagClassName
{
border-color: #116BE8;
}
</style>