Shades of Medium Blue #1101CA
Tints of Medium Blue #1101CA
RGB
CMYK
RGB Variations
Color information
#1101CA (or 0x1101CA) is known color: Medium Blue. HEX triplet: 11, 01 and CA. RGB value is (17,1,202). Sum of RGB (Red+Green+Blue) = 17+1+202=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 202 (79.30% from 255 or 91.82% from 220); Max value from RGB is 202 - color contains mainly: blue. Hex color #1101CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1101CA is #EEFE35. Grayscale: #1B1B1B. Windows color (decimal): -15662646 or 13238545. OLE color: 13238545.
HSL color Cylindrical-coordinate representation of color #1101CA: hue angle of 244.78º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1101CA is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 1 | 202 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.21 |
| HSL | 244.78º | 0.99% | 0.4% | - |
| HSV(B) | 244.78º | 1% | 0.79% | - |
| XYZ | 10.9 | 4.41 | 56.15 | - |
| YUV | 28.7 | 225.8 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 202 | 0.92 | 1.00 | 0 | 0.21 | 244.78 | 0.99 | 0.4 |
| Hex | 11 | 1 | CA | 5C | 64 | 0 | 15 | F5 | 63 | 28 |
| Octal | 21 | 1 | 312 | 134 | 144 | 0 | 25 | 365 | 143 | 50 |
| Binary | 10001 | 1 | 11001010 | 1011100 | 1100100 | 0 | 10101 | 11110101 | 1100011 | 101000 |
Color Harmonies of #1101CA
Complementary color
Monochromatic Colors of #1101CA
Black with #1101CA
Text Example
Text Example
White with #1101CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101CA; }
p { color: rgb(17,1,202); }
H1.HeaderClassName
{
color: #1101CA;
}
.AnyTagClassName
{
color: #1101CA;
}
</style>
background-color css
<style>
a { background-color: #1101CA; }
a { background-color: rgb(17,1,202); }
div.DivClassName
{
background-color: #1101CA;
}
.BgClassName
{
background-color: #1101CA;
}
</style>
border-color css
<style>
span { border-color: #1101CA; }
span { border-color: rgb(17,1,202); }
td.TdClassName
{
border-color: #1101CA;
}
.TagClassName
{
border-color: #1101CA;
}
</style>