Shades of Medium Blue #1102CE
Tints of Medium Blue #1102CE
RGB
CMYK
RGB Variations
Color information
#1102CE (or 0x1102CE) is known color: Medium Blue. HEX triplet: 11, 02 and CE. RGB value is (17,2,206). Sum of RGB (Red+Green+Blue) = 17+2+206=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #1102CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1102CE is #EEFD31. Grayscale: #1C1C1C. Windows color (decimal): -15662386 or 13500945. OLE color: 13500945.
HSL color Cylindrical-coordinate representation of color #1102CE: hue angle of 244.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1102CE is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 2 | 206 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.19 |
| HSL | 244.41º | 0.98% | 0.41% | - |
| HSV(B) | 244.41º | 0.99% | 0.81% | - |
| XYZ | 11.39 | 4.62 | 58.68 | - |
| YUV | 29.74 | 227.47 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 206 | 0.92 | 0.99 | 0 | 0.19 | 244.41 | 0.98 | 0.41 |
| Hex | 11 | 2 | CE | 5C | 63 | 0 | 13 | F4 | 62 | 29 |
| Octal | 21 | 2 | 316 | 134 | 143 | 0 | 23 | 364 | 142 | 51 |
| Binary | 10001 | 10 | 11001110 | 1011100 | 1100011 | 0 | 10011 | 11110100 | 1100010 | 101001 |
Color Harmonies of #1102CE
Complementary color
Monochromatic Colors of #1102CE
Black with #1102CE
Text Example
Text Example
White with #1102CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1102CE; }
p { color: rgb(17,2,206); }
H1.HeaderClassName
{
color: #1102CE;
}
.AnyTagClassName
{
color: #1102CE;
}
</style>
background-color css
<style>
a { background-color: #1102CE; }
a { background-color: rgb(17,2,206); }
div.DivClassName
{
background-color: #1102CE;
}
.BgClassName
{
background-color: #1102CE;
}
</style>
border-color css
<style>
span { border-color: #1102CE; }
span { border-color: rgb(17,2,206); }
td.TdClassName
{
border-color: #1102CE;
}
.TagClassName
{
border-color: #1102CE;
}
</style>