Shades of Medium Blue #1100C9
Tints of Medium Blue #1100C9
RGB
CMYK
RGB Variations
Color information
#1100C9 (or 0x1100C9) is known color: Medium Blue. HEX triplet: 11, 00 and C9. RGB value is (17,0,201). Sum of RGB (Red+Green+Blue) = 17+0+201=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 201 (78.91% from 255 or 92.20% from 218); Max value from RGB is 201 - color contains mainly: blue. Hex color #1100C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1100C9 is #EEFF36. Grayscale: #1B1B1B. Windows color (decimal): -15662903 or 13172753. OLE color: 13172753.
HSL color Cylindrical-coordinate representation of color #1100C9: hue angle of 245.07º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1100C9 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 0 | 201 | - |
| CMYK | 0.92 | 1 | 0 | 0.21 |
| HSL | 245.07º | 1% | 0.39% | - |
| HSV(B) | 245.07º | 1% | 0.79% | - |
| XYZ | 10.77 | 4.34 | 55.53 | - |
| YUV | 28 | 225.63 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 201 | 0.92 | 1 | 0 | 0.21 | 245.07 | 1 | 0.39 |
| Hex | 11 | 0 | C9 | 5C | 64 | 0 | 15 | F5 | 64 | 27 |
| Octal | 21 | 0 | 311 | 134 | 144 | 0 | 25 | 365 | 144 | 47 |
| Binary | 10001 | 0 | 11001001 | 1011100 | 1100100 | 0 | 10101 | 11110101 | 1100100 | 100111 |
Color Harmonies of #1100C9
Complementary color
Monochromatic Colors of #1100C9
Black with #1100C9
Text Example
Text Example
White with #1100C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1100C9; }
p { color: rgb(17,0,201); }
H1.HeaderClassName
{
color: #1100C9;
}
.AnyTagClassName
{
color: #1100C9;
}
</style>
background-color css
<style>
a { background-color: #1100C9; }
a { background-color: rgb(17,0,201); }
div.DivClassName
{
background-color: #1100C9;
}
.BgClassName
{
background-color: #1100C9;
}
</style>
border-color css
<style>
span { border-color: #1100C9; }
span { border-color: rgb(17,0,201); }
td.TdClassName
{
border-color: #1100C9;
}
.TagClassName
{
border-color: #1100C9;
}
</style>