Shades of Blue #1103EC
Tints of Blue #1103EC
RGB
CMYK
RGB Variations
Color information
#1103EC (or 0x1103EC) is known color: Blue. HEX triplet: 11, 03 and EC. RGB value is (17,3,236). Sum of RGB (Red+Green+Blue) = 17+3+236=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 236 (92.58% from 255 or 92.19% from 256); Max value from RGB is 236 - color contains mainly: blue. Hex color #1103EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1103EC is #EEFC13. Grayscale: #202020. Windows color (decimal): -15662100 or 15467281. OLE color: 15467281.
HSL color Cylindrical-coordinate representation of color #1103EC: hue angle of 243.61º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1103EC is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 3 | 236 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.07 |
| HSL | 243.61º | 0.97% | 0.47% | - |
| HSV(B) | 243.61º | 0.99% | 0.93% | - |
| XYZ | 15.4 | 6.24 | 79.75 | - |
| YUV | 33.75 | 242.14 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 236 | 0.93 | 0.99 | 0 | 0.07 | 243.61 | 0.97 | 0.47 |
| Hex | 11 | 3 | EC | 5D | 63 | 0 | 7 | F4 | 61 | 2F |
| Octal | 21 | 3 | 354 | 135 | 143 | 0 | 7 | 364 | 141 | 57 |
| Binary | 10001 | 11 | 11101100 | 1011101 | 1100011 | 0 | 111 | 11110100 | 1100001 | 101111 |
Color Harmonies of #1103EC
Complementary color
Monochromatic Colors of #1103EC
Black with #1103EC
Text Example
Text Example
White with #1103EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1103EC; }
p { color: rgb(17,3,236); }
H1.HeaderClassName
{
color: #1103EC;
}
.AnyTagClassName
{
color: #1103EC;
}
</style>
background-color css
<style>
a { background-color: #1103EC; }
a { background-color: rgb(17,3,236); }
div.DivClassName
{
background-color: #1103EC;
}
.BgClassName
{
background-color: #1103EC;
}
</style>
border-color css
<style>
span { border-color: #1103EC; }
span { border-color: rgb(17,3,236); }
td.TdClassName
{
border-color: #1103EC;
}
.TagClassName
{
border-color: #1103EC;
}
</style>