Shades of Medium Blue #1103CE
Tints of Medium Blue #1103CE
RGB
CMYK
RGB Variations
Color information
#1103CE (or 0x1103CE) is known color: Medium Blue. HEX triplet: 11, 03 and CE. RGB value is (17,3,206). Sum of RGB (Red+Green+Blue) = 17+3+206=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 206 (80.86% from 255 or 91.15% from 226); Max value from RGB is 206 - color contains mainly: blue. Hex color #1103CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1103CE is #EEFC31. Grayscale: #1D1D1D. Windows color (decimal): -15662130 or 13501201. OLE color: 13501201.
HSL color Cylindrical-coordinate representation of color #1103CE: hue angle of 244.14º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1103CE is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 3 | 206 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.19 |
| HSL | 244.14º | 0.97% | 0.41% | - |
| HSV(B) | 244.14º | 0.99% | 0.81% | - |
| XYZ | 11.4 | 4.64 | 58.69 | - |
| YUV | 30.33 | 227.14 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 206 | 0.92 | 0.99 | 0 | 0.19 | 244.14 | 0.97 | 0.41 |
| Hex | 11 | 3 | CE | 5C | 63 | 0 | 13 | F4 | 61 | 29 |
| Octal | 21 | 3 | 316 | 134 | 143 | 0 | 23 | 364 | 141 | 51 |
| Binary | 10001 | 11 | 11001110 | 1011100 | 1100011 | 0 | 10011 | 11110100 | 1100001 | 101001 |
Color Harmonies of #1103CE
Complementary color
Monochromatic Colors of #1103CE
Black with #1103CE
Text Example
Text Example
White with #1103CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1103CE; }
p { color: rgb(17,3,206); }
H1.HeaderClassName
{
color: #1103CE;
}
.AnyTagClassName
{
color: #1103CE;
}
</style>
background-color css
<style>
a { background-color: #1103CE; }
a { background-color: rgb(17,3,206); }
div.DivClassName
{
background-color: #1103CE;
}
.BgClassName
{
background-color: #1103CE;
}
</style>
border-color css
<style>
span { border-color: #1103CE; }
span { border-color: rgb(17,3,206); }
td.TdClassName
{
border-color: #1103CE;
}
.TagClassName
{
border-color: #1103CE;
}
</style>