Shades of Medium Blue #1102C6
Tints of Medium Blue #1102C6
RGB
CMYK
RGB Variations
Color information
#1102C6 (or 0x1102C6) is known color: Medium Blue. HEX triplet: 11, 02 and C6. RGB value is (17,2,198). Sum of RGB (Red+Green+Blue) = 17+2+198=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 198 (77.73% from 255 or 91.24% from 217); Max value from RGB is 198 - color contains mainly: blue. Hex color #1102C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1102C6 is #EEFD39. Grayscale: #1C1C1C. Windows color (decimal): -15662394 or 12976657. OLE color: 12976657.
HSL color Cylindrical-coordinate representation of color #1102C6: hue angle of 244.59º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1102C6 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 2 | 198 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.22 |
| HSL | 244.59º | 0.98% | 0.39% | - |
| HSV(B) | 244.59º | 0.99% | 0.78% | - |
| XYZ | 10.45 | 4.24 | 53.69 | - |
| YUV | 28.83 | 223.47 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 198 | 0.91 | 0.99 | 0 | 0.22 | 244.59 | 0.98 | 0.39 |
| Hex | 11 | 2 | C6 | 5B | 63 | 0 | 16 | F5 | 62 | 27 |
| Octal | 21 | 2 | 306 | 133 | 143 | 0 | 26 | 365 | 142 | 47 |
| Binary | 10001 | 10 | 11000110 | 1011011 | 1100011 | 0 | 10110 | 11110101 | 1100010 | 100111 |
Color Harmonies of #1102C6
Complementary color
Monochromatic Colors of #1102C6
Black with #1102C6
Text Example
Text Example
White with #1102C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1102C6; }
p { color: rgb(17,2,198); }
H1.HeaderClassName
{
color: #1102C6;
}
.AnyTagClassName
{
color: #1102C6;
}
</style>
background-color css
<style>
a { background-color: #1102C6; }
a { background-color: rgb(17,2,198); }
div.DivClassName
{
background-color: #1102C6;
}
.BgClassName
{
background-color: #1102C6;
}
</style>
border-color css
<style>
span { border-color: #1102C6; }
span { border-color: rgb(17,2,198); }
td.TdClassName
{
border-color: #1102C6;
}
.TagClassName
{
border-color: #1102C6;
}
</style>