Shades of Blue #1011E9
Tints of Blue #1011E9
RGB
CMYK
RGB Variations
Color information
#1011E9 (or 0x1011E9) is known color: Blue. HEX triplet: 10, 11 and E9. RGB value is (16,17,233). Sum of RGB (Red+Green+Blue) = 16+17+233=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 233 (91.41% from 255 or 87.59% from 266); Max value from RGB is 233 - color contains mainly: blue. Hex color #1011E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1011E9 is #EFEE16. Grayscale: #282828. Windows color (decimal): -15724055 or 15274256. OLE color: 15274256.
HSL color Cylindrical-coordinate representation of color #1011E9: hue angle of 239.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1011E9 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 17 | 233 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.09 |
| HSL | 239.72º | 0.87% | 0.49% | - |
| HSV(B) | 239.72º | 0.93% | 0.91% | - |
| XYZ | 15.12 | 6.39 | 77.53 | - |
| YUV | 41.33 | 236.17 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 233 | 0.93 | 0.93 | 0 | 0.09 | 239.72 | 0.87 | 0.49 |
| Hex | 10 | 11 | E9 | 5D | 5D | 0 | 9 | F0 | 57 | 31 |
| Octal | 20 | 21 | 351 | 135 | 135 | 0 | 11 | 360 | 127 | 61 |
| Binary | 10000 | 10001 | 11101001 | 1011101 | 1011101 | 0 | 1001 | 11110000 | 1010111 | 110001 |
Color Harmonies of #1011E9
Complementary color
Monochromatic Colors of #1011E9
Black with #1011E9
Text Example
Text Example
White with #1011E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1011E9; }
p { color: rgb(16,17,233); }
H1.HeaderClassName
{
color: #1011E9;
}
.AnyTagClassName
{
color: #1011E9;
}
</style>
background-color css
<style>
a { background-color: #1011E9; }
a { background-color: rgb(16,17,233); }
div.DivClassName
{
background-color: #1011E9;
}
.BgClassName
{
background-color: #1011E9;
}
</style>
border-color css
<style>
span { border-color: #1011E9; }
span { border-color: rgb(16,17,233); }
td.TdClassName
{
border-color: #1011E9;
}
.TagClassName
{
border-color: #1011E9;
}
</style>