Shades of Navy Blue #116FE9
Tints of Navy Blue #116FE9
RGB
CMYK
RGB Variations
Color information
#116FE9 (or 0x116FE9) is known color: Navy Blue. HEX triplet: 11, 6F and E9. RGB value is (17,111,233). Sum of RGB (Red+Green+Blue) = 17+111+233=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 233 (91.41% from 255 or 64.54% from 361); Max value from RGB is 233 - color contains mainly: blue. Hex color #116FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FE9 is #EE9016. Grayscale: #606060. Windows color (decimal): -15634455 or 15298321. OLE color: 15298321.
HSL color Cylindrical-coordinate representation of color #116FE9: hue angle of 213.89º 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 #116FE9 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 111 | 233 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.09 |
| HSL | 213.89º | 0.86% | 0.49% | - |
| HSV(B) | 213.89º | 0.93% | 0.91% | - |
| XYZ | 20.62 | 17.37 | 79.36 | - |
| YUV | 96.8 | 204.86 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 233 | 0.93 | 0.52 | 0 | 0.09 | 213.89 | 0.86 | 0.49 |
| Hex | 11 | 6F | E9 | 5D | 34 | 0 | 9 | D6 | 56 | 31 |
| Octal | 21 | 157 | 351 | 135 | 64 | 0 | 11 | 326 | 126 | 61 |
| Binary | 10001 | 1101111 | 11101001 | 1011101 | 110100 | 0 | 1001 | 11010110 | 1010110 | 110001 |
Color Harmonies of #116FE9
Complementary color
Monochromatic Colors of #116FE9
Black with #116FE9
Text Example
Text Example
White with #116FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FE9; }
p { color: rgb(17,111,233); }
H1.HeaderClassName
{
color: #116FE9;
}
.AnyTagClassName
{
color: #116FE9;
}
</style>
background-color css
<style>
a { background-color: #116FE9; }
a { background-color: rgb(17,111,233); }
div.DivClassName
{
background-color: #116FE9;
}
.BgClassName
{
background-color: #116FE9;
}
</style>
border-color css
<style>
span { border-color: #116FE9; }
span { border-color: rgb(17,111,233); }
td.TdClassName
{
border-color: #116FE9;
}
.TagClassName
{
border-color: #116FE9;
}
</style>