Shades of Navy Blue #116DED
Tints of Navy Blue #116DED
RGB
CMYK
RGB Variations
Color information
#116DED (or 0x116DED) is known color: Navy Blue. HEX triplet: 11, 6D and ED. RGB value is (17,109,237). Sum of RGB (Red+Green+Blue) = 17+109+237=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #116DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DED is #EE9212. Grayscale: #5F5F5F. Windows color (decimal): -15634963 or 15559953. OLE color: 15559953.
HSL color Cylindrical-coordinate representation of color #116DED: hue angle of 214.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116DED is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 109 | 237 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.07 |
| HSL | 214.91º | 0.87% | 0.5% | - |
| HSV(B) | 214.91º | 0.93% | 0.93% | - |
| XYZ | 20.99 | 17.17 | 82.33 | - |
| YUV | 96.08 | 207.52 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 237 | 0.93 | 0.54 | 0 | 0.07 | 214.91 | 0.87 | 0.5 |
| Hex | 11 | 6D | ED | 5D | 36 | 0 | 7 | D7 | 57 | 32 |
| Octal | 21 | 155 | 355 | 135 | 66 | 0 | 7 | 327 | 127 | 62 |
| Binary | 10001 | 1101101 | 11101101 | 1011101 | 110110 | 0 | 111 | 11010111 | 1010111 | 110010 |
Color Harmonies of #116DED
Complementary color
Monochromatic Colors of #116DED
Black with #116DED
Text Example
Text Example
White with #116DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DED; }
p { color: rgb(17,109,237); }
H1.HeaderClassName
{
color: #116DED;
}
.AnyTagClassName
{
color: #116DED;
}
</style>
background-color css
<style>
a { background-color: #116DED; }
a { background-color: rgb(17,109,237); }
div.DivClassName
{
background-color: #116DED;
}
.BgClassName
{
background-color: #116DED;
}
</style>
border-color css
<style>
span { border-color: #116DED; }
span { border-color: rgb(17,109,237); }
td.TdClassName
{
border-color: #116DED;
}
.TagClassName
{
border-color: #116DED;
}
</style>