Shades of Medium Blue #1116C1
Tints of Medium Blue #1116C1
RGB
CMYK
RGB Variations
Color information
#1116C1 (or 0x1116C1) is known color: Medium Blue. HEX triplet: 11, 16 and C1. RGB value is (17,22,193). Sum of RGB (Red+Green+Blue) = 17+22+193=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 193 (75.78% from 255 or 83.19% from 232); Max value from RGB is 193 - color contains mainly: blue. Hex color #1116C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116C1 is #EEE93E. Grayscale: #272727. Windows color (decimal): -15657279 or 12654097. OLE color: 12654097.
HSL color Cylindrical-coordinate representation of color #1116C1: hue angle of 238.3º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1116C1 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 22 | 193 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.24 |
| HSL | 238.3º | 0.84% | 0.41% | - |
| HSV(B) | 238.3º | 0.91% | 0.76% | - |
| XYZ | 10.14 | 4.54 | 50.79 | - |
| YUV | 40 | 214.34 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 193 | 0.91 | 0.89 | 0 | 0.24 | 238.3 | 0.84 | 0.41 |
| Hex | 11 | 16 | C1 | 5B | 59 | 0 | 18 | EE | 54 | 29 |
| Octal | 21 | 26 | 301 | 133 | 131 | 0 | 30 | 356 | 124 | 51 |
| Binary | 10001 | 10110 | 11000001 | 1011011 | 1011001 | 0 | 11000 | 11101110 | 1010100 | 101001 |
Color Harmonies of #1116C1
Complementary color
Monochromatic Colors of #1116C1
Black with #1116C1
Text Example
Text Example
White with #1116C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116C1; }
p { color: rgb(17,22,193); }
H1.HeaderClassName
{
color: #1116C1;
}
.AnyTagClassName
{
color: #1116C1;
}
</style>
background-color css
<style>
a { background-color: #1116C1; }
a { background-color: rgb(17,22,193); }
div.DivClassName
{
background-color: #1116C1;
}
.BgClassName
{
background-color: #1116C1;
}
</style>
border-color css
<style>
span { border-color: #1116C1; }
span { border-color: rgb(17,22,193); }
td.TdClassName
{
border-color: #1116C1;
}
.TagClassName
{
border-color: #1116C1;
}
</style>