Shades of Navy Blue #116EDD
Tints of Navy Blue #116EDD
RGB
CMYK
RGB Variations
Color information
#116EDD (or 0x116EDD) is known color: Navy Blue. HEX triplet: 11, 6E and DD. RGB value is (17,110,221). Sum of RGB (Red+Green+Blue) = 17+110+221=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #116EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EDD is #EE9122. Grayscale: #5E5E5E. Windows color (decimal): -15634723 or 14511633. OLE color: 14511633.
HSL color Cylindrical-coordinate representation of color #116EDD: hue angle of 212.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116EDD is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 110 | 221 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.13 |
| HSL | 212.65º | 0.86% | 0.47% | - |
| HSV(B) | 212.65º | 0.92% | 0.87% | - |
| XYZ | 18.86 | 16.49 | 70.6 | - |
| YUV | 94.85 | 199.19 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 221 | 0.92 | 0.50 | 0 | 0.13 | 212.65 | 0.86 | 0.47 |
| Hex | 11 | 6E | DD | 5C | 32 | 0 | D | D5 | 56 | 2F |
| Octal | 21 | 156 | 335 | 134 | 62 | 0 | 15 | 325 | 126 | 57 |
| Binary | 10001 | 1101110 | 11011101 | 1011100 | 110010 | 0 | 1101 | 11010101 | 1010110 | 101111 |
Color Harmonies of #116EDD
Complementary color
Monochromatic Colors of #116EDD
Black with #116EDD
Text Example
Text Example
White with #116EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EDD; }
p { color: rgb(17,110,221); }
H1.HeaderClassName
{
color: #116EDD;
}
.AnyTagClassName
{
color: #116EDD;
}
</style>
background-color css
<style>
a { background-color: #116EDD; }
a { background-color: rgb(17,110,221); }
div.DivClassName
{
background-color: #116EDD;
}
.BgClassName
{
background-color: #116EDD;
}
</style>
border-color css
<style>
span { border-color: #116EDD; }
span { border-color: rgb(17,110,221); }
td.TdClassName
{
border-color: #116EDD;
}
.TagClassName
{
border-color: #116EDD;
}
</style>