Shades of Blue #1101EC
Tints of Blue #1101EC
RGB
CMYK
RGB Variations
Color information
#1101EC (or 0x1101EC) is known color: Blue. HEX triplet: 11, 01 and EC. RGB value is (17,1,236). Sum of RGB (Red+Green+Blue) = 17+1+236=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 236 (92.58% from 255 or 92.91% from 254); Max value from RGB is 236 - color contains mainly: blue. Hex color #1101EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1101EC is #EEFE13. Grayscale: #1F1F1F. Windows color (decimal): -15662612 or 15466769. OLE color: 15466769.
HSL color Cylindrical-coordinate representation of color #1101EC: hue angle of 244.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1101EC is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 1 | 236 | - |
| CMYK | 0.93 | 1.00 | 0 | 0.07 |
| HSL | 244.09º | 0.99% | 0.46% | - |
| HSV(B) | 244.09º | 1% | 0.93% | - |
| XYZ | 15.38 | 6.2 | 79.74 | - |
| YUV | 32.57 | 242.8 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 236 | 0.93 | 1.00 | 0 | 0.07 | 244.09 | 0.99 | 0.46 |
| Hex | 11 | 1 | EC | 5D | 64 | 0 | 7 | F4 | 63 | 2E |
| Octal | 21 | 1 | 354 | 135 | 144 | 0 | 7 | 364 | 143 | 56 |
| Binary | 10001 | 1 | 11101100 | 1011101 | 1100100 | 0 | 111 | 11110100 | 1100011 | 101110 |
Color Harmonies of #1101EC
Complementary color
Monochromatic Colors of #1101EC
Black with #1101EC
Text Example
Text Example
White with #1101EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101EC; }
p { color: rgb(17,1,236); }
H1.HeaderClassName
{
color: #1101EC;
}
.AnyTagClassName
{
color: #1101EC;
}
</style>
background-color css
<style>
a { background-color: #1101EC; }
a { background-color: rgb(17,1,236); }
div.DivClassName
{
background-color: #1101EC;
}
.BgClassName
{
background-color: #1101EC;
}
</style>
border-color css
<style>
span { border-color: #1101EC; }
span { border-color: rgb(17,1,236); }
td.TdClassName
{
border-color: #1101EC;
}
.TagClassName
{
border-color: #1101EC;
}
</style>