Shades of Blue #1011EC
Tints of Blue #1011EC
RGB
CMYK
RGB Variations
Color information
#1011EC (or 0x1011EC) is known color: Blue. HEX triplet: 10, 11 and EC. RGB value is (16,17,236). Sum of RGB (Red+Green+Blue) = 16+17+236=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 236 (92.58% from 255 or 87.73% from 269); Max value from RGB is 236 - color contains mainly: blue. Hex color #1011EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1011EC is #EFEE13. Grayscale: #282828. Windows color (decimal): -15724052 or 15470864. OLE color: 15470864.
HSL color Cylindrical-coordinate representation of color #1011EC: hue angle of 239.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1011EC is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 17 | 236 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.07 |
| HSL | 239.73º | 0.87% | 0.49% | - |
| HSV(B) | 239.73º | 0.93% | 0.93% | - |
| XYZ | 15.55 | 6.57 | 79.8 | - |
| YUV | 41.67 | 237.67 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 236 | 0.93 | 0.93 | 0 | 0.07 | 239.73 | 0.87 | 0.49 |
| Hex | 10 | 11 | EC | 5D | 5D | 0 | 7 | F0 | 57 | 31 |
| Octal | 20 | 21 | 354 | 135 | 135 | 0 | 7 | 360 | 127 | 61 |
| Binary | 10000 | 10001 | 11101100 | 1011101 | 1011101 | 0 | 111 | 11110000 | 1010111 | 110001 |
Color Harmonies of #1011EC
Complementary color
Monochromatic Colors of #1011EC
Black with #1011EC
Text Example
Text Example
White with #1011EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1011EC; }
p { color: rgb(16,17,236); }
H1.HeaderClassName
{
color: #1011EC;
}
.AnyTagClassName
{
color: #1011EC;
}
</style>
background-color css
<style>
a { background-color: #1011EC; }
a { background-color: rgb(16,17,236); }
div.DivClassName
{
background-color: #1011EC;
}
.BgClassName
{
background-color: #1011EC;
}
</style>
border-color css
<style>
span { border-color: #1011EC; }
span { border-color: rgb(16,17,236); }
td.TdClassName
{
border-color: #1011EC;
}
.TagClassName
{
border-color: #1011EC;
}
</style>