Shades of Medium Blue #1103CD
Tints of Medium Blue #1103CD
RGB
CMYK
RGB Variations
Color information
#1103CD (or 0x1103CD) is known color: Medium Blue. HEX triplet: 11, 03 and CD. RGB value is (17,3,205). Sum of RGB (Red+Green+Blue) = 17+3+205=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 205 (80.47% from 255 or 91.11% from 225); Max value from RGB is 205 - color contains mainly: blue. Hex color #1103CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1103CD is #EEFC32. Grayscale: #1D1D1D. Windows color (decimal): -15662131 or 13435665. OLE color: 13435665.
HSL color Cylindrical-coordinate representation of color #1103CD: hue angle of 244.16º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1103CD is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 3 | 205 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.20 |
| HSL | 244.16º | 0.97% | 0.41% | - |
| HSV(B) | 244.16º | 0.99% | 0.8% | - |
| XYZ | 11.28 | 4.59 | 58.05 | - |
| YUV | 30.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 205 | 0.92 | 0.99 | 0 | 0.20 | 244.16 | 0.97 | 0.41 |
| Hex | 11 | 3 | CD | 5C | 63 | 0 | 14 | F4 | 61 | 29 |
| Octal | 21 | 3 | 315 | 134 | 143 | 0 | 24 | 364 | 141 | 51 |
| Binary | 10001 | 11 | 11001101 | 1011100 | 1100011 | 0 | 10100 | 11110100 | 1100001 | 101001 |
Color Harmonies of #1103CD
Complementary color
Monochromatic Colors of #1103CD
Black with #1103CD
Text Example
Text Example
White with #1103CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1103CD; }
p { color: rgb(17,3,205); }
H1.HeaderClassName
{
color: #1103CD;
}
.AnyTagClassName
{
color: #1103CD;
}
</style>
background-color css
<style>
a { background-color: #1103CD; }
a { background-color: rgb(17,3,205); }
div.DivClassName
{
background-color: #1103CD;
}
.BgClassName
{
background-color: #1103CD;
}
</style>
border-color css
<style>
span { border-color: #1103CD; }
span { border-color: rgb(17,3,205); }
td.TdClassName
{
border-color: #1103CD;
}
.TagClassName
{
border-color: #1103CD;
}
</style>