Shades of Medium Blue #1105C0
Tints of Medium Blue #1105C0
RGB
CMYK
RGB Variations
Color information
#1105C0 (or 0x1105C0) is known color: Medium Blue. HEX triplet: 11, 05 and C0. RGB value is (17,5,192). Sum of RGB (Red+Green+Blue) = 17+5+192=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 192 (75.39% from 255 or 89.72% from 214); Max value from RGB is 192 - color contains mainly: blue. Hex color #1105C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1105C0 is #EEFA3F. Grayscale: #1D1D1D. Windows color (decimal): -15661632 or 12584209. OLE color: 12584209.
HSL color Cylindrical-coordinate representation of color #1105C0: hue angle of 243.85º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1105C0 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 5 | 192 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.25 |
| HSL | 243.85º | 0.95% | 0.39% | - |
| HSV(B) | 243.85º | 0.97% | 0.75% | - |
| XYZ | 9.8 | 4.03 | 50.13 | - |
| YUV | 29.91 | 219.48 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 192 | 0.91 | 0.97 | 0 | 0.25 | 243.85 | 0.95 | 0.39 |
| Hex | 11 | 5 | C0 | 5B | 61 | 0 | 19 | F4 | 5F | 27 |
| Octal | 21 | 5 | 300 | 133 | 141 | 0 | 31 | 364 | 137 | 47 |
| Binary | 10001 | 101 | 11000000 | 1011011 | 1100001 | 0 | 11001 | 11110100 | 1011111 | 100111 |
Color Harmonies of #1105C0
Complementary color
Monochromatic Colors of #1105C0
Black with #1105C0
Text Example
Text Example
White with #1105C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1105C0; }
p { color: rgb(17,5,192); }
H1.HeaderClassName
{
color: #1105C0;
}
.AnyTagClassName
{
color: #1105C0;
}
</style>
background-color css
<style>
a { background-color: #1105C0; }
a { background-color: rgb(17,5,192); }
div.DivClassName
{
background-color: #1105C0;
}
.BgClassName
{
background-color: #1105C0;
}
</style>
border-color css
<style>
span { border-color: #1105C0; }
span { border-color: rgb(17,5,192); }
td.TdClassName
{
border-color: #1105C0;
}
.TagClassName
{
border-color: #1105C0;
}
</style>