Shades of Navy Blue #116DCE
Tints of Navy Blue #116DCE
RGB
CMYK
RGB Variations
Color information
#116DCE (or 0x116DCE) is known color: Navy Blue. HEX triplet: 11, 6D and CE. RGB value is (17,109,206). Sum of RGB (Red+Green+Blue) = 17+109+206=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #116DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DCE is #EE9231. Grayscale: #5C5C5C. Windows color (decimal): -15634994 or 13528337. OLE color: 13528337.
HSL color Cylindrical-coordinate representation of color #116DCE: hue angle of 210.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116DCE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 109 | 206 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.19 |
| HSL | 210.79º | 0.85% | 0.44% | - |
| HSV(B) | 210.79º | 0.92% | 0.81% | - |
| XYZ | 16.84 | 15.51 | 60.5 | - |
| YUV | 92.55 | 192.02 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 206 | 0.92 | 0.47 | 0 | 0.19 | 210.79 | 0.85 | 0.44 |
| Hex | 11 | 6D | CE | 5C | 2F | 0 | 13 | D3 | 55 | 2C |
| Octal | 21 | 155 | 316 | 134 | 57 | 0 | 23 | 323 | 125 | 54 |
| Binary | 10001 | 1101101 | 11001110 | 1011100 | 101111 | 0 | 10011 | 11010011 | 1010101 | 101100 |
Color Harmonies of #116DCE
Complementary color
Monochromatic Colors of #116DCE
Black with #116DCE
Text Example
Text Example
White with #116DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DCE; }
p { color: rgb(17,109,206); }
H1.HeaderClassName
{
color: #116DCE;
}
.AnyTagClassName
{
color: #116DCE;
}
</style>
background-color css
<style>
a { background-color: #116DCE; }
a { background-color: rgb(17,109,206); }
div.DivClassName
{
background-color: #116DCE;
}
.BgClassName
{
background-color: #116DCE;
}
</style>
border-color css
<style>
span { border-color: #116DCE; }
span { border-color: rgb(17,109,206); }
td.TdClassName
{
border-color: #116DCE;
}
.TagClassName
{
border-color: #116DCE;
}
</style>