Shades of Medium Blue #1116C5
Tints of Medium Blue #1116C5
RGB
CMYK
RGB Variations
Color information
#1116C5 (or 0x1116C5) is known color: Medium Blue. HEX triplet: 11, 16 and C5. RGB value is (17,22,197). Sum of RGB (Red+Green+Blue) = 17+22+197=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 197 (77.34% from 255 or 83.47% from 236); Max value from RGB is 197 - color contains mainly: blue. Hex color #1116C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116C5 is #EEE93A. Grayscale: #272727. Windows color (decimal): -15657275 or 12916241. OLE color: 12916241.
HSL color Cylindrical-coordinate representation of color #1116C5: hue angle of 238.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1116C5 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 22 | 197 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.23 |
| HSL | 238.33º | 0.84% | 0.42% | - |
| HSV(B) | 238.33º | 0.91% | 0.77% | - |
| XYZ | 10.6 | 4.72 | 53.18 | - |
| YUV | 40.46 | 216.34 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 197 | 0.91 | 0.89 | 0 | 0.23 | 238.33 | 0.84 | 0.42 |
| Hex | 11 | 16 | C5 | 5B | 59 | 0 | 17 | EE | 54 | 2A |
| Octal | 21 | 26 | 305 | 133 | 131 | 0 | 27 | 356 | 124 | 52 |
| Binary | 10001 | 10110 | 11000101 | 1011011 | 1011001 | 0 | 10111 | 11101110 | 1010100 | 101010 |
Color Harmonies of #1116C5
Complementary color
Monochromatic Colors of #1116C5
Black with #1116C5
Text Example
Text Example
White with #1116C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116C5; }
p { color: rgb(17,22,197); }
H1.HeaderClassName
{
color: #1116C5;
}
.AnyTagClassName
{
color: #1116C5;
}
</style>
background-color css
<style>
a { background-color: #1116C5; }
a { background-color: rgb(17,22,197); }
div.DivClassName
{
background-color: #1116C5;
}
.BgClassName
{
background-color: #1116C5;
}
</style>
border-color css
<style>
span { border-color: #1116C5; }
span { border-color: rgb(17,22,197); }
td.TdClassName
{
border-color: #1116C5;
}
.TagClassName
{
border-color: #1116C5;
}
</style>