Shades of Medium Blue #1100CE
Tints of Medium Blue #1100CE
RGB
CMYK
RGB Variations
Color information
#1100CE (or 0x1100CE) is known color: Medium Blue. HEX triplet: 11, 00 and CE. RGB value is (17,0,206). Sum of RGB (Red+Green+Blue) = 17+0+206=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 206 (80.86% from 255 or 92.38% from 223); Max value from RGB is 206 - color contains mainly: blue. Hex color #1100CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1100CE is #EEFF31. Grayscale: #1B1B1B. Windows color (decimal): -15662898 or 13500433. OLE color: 13500433.
HSL color Cylindrical-coordinate representation of color #1100CE: hue angle of 244.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1100CE is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 0 | 206 | - |
| CMYK | 0.92 | 1 | 0 | 0.19 |
| HSL | 244.95º | 1% | 0.4% | - |
| HSV(B) | 244.95º | 1% | 0.81% | - |
| XYZ | 11.37 | 4.58 | 58.68 | - |
| YUV | 28.57 | 228.13 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 206 | 0.92 | 1 | 0 | 0.19 | 244.95 | 1 | 0.4 |
| Hex | 11 | 0 | CE | 5C | 64 | 0 | 13 | F5 | 64 | 28 |
| Octal | 21 | 0 | 316 | 134 | 144 | 0 | 23 | 365 | 144 | 50 |
| Binary | 10001 | 0 | 11001110 | 1011100 | 1100100 | 0 | 10011 | 11110101 | 1100100 | 101000 |
Color Harmonies of #1100CE
Complementary color
Monochromatic Colors of #1100CE
Black with #1100CE
Text Example
Text Example
White with #1100CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1100CE; }
p { color: rgb(17,0,206); }
H1.HeaderClassName
{
color: #1100CE;
}
.AnyTagClassName
{
color: #1100CE;
}
</style>
background-color css
<style>
a { background-color: #1100CE; }
a { background-color: rgb(17,0,206); }
div.DivClassName
{
background-color: #1100CE;
}
.BgClassName
{
background-color: #1100CE;
}
</style>
border-color css
<style>
span { border-color: #1100CE; }
span { border-color: rgb(17,0,206); }
td.TdClassName
{
border-color: #1100CE;
}
.TagClassName
{
border-color: #1100CE;
}
</style>