Shades of Blue #1119EC
Tints of Blue #1119EC
RGB
CMYK
RGB Variations
Color information
#1119EC (or 0x1119EC) is known color: Blue. HEX triplet: 11, 19 and EC. RGB value is (17,25,236). Sum of RGB (Red+Green+Blue) = 17+25+236=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 236 (92.58% from 255 or 84.89% from 278); Max value from RGB is 236 - color contains mainly: blue. Hex color #1119EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1119EC is #EEE613. Grayscale: #2D2D2D. Windows color (decimal): -15656468 or 15472913. OLE color: 15472913.
HSL color Cylindrical-coordinate representation of color #1119EC: hue angle of 237.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1119EC is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 25 | 236 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.07 |
| HSL | 237.81º | 0.87% | 0.5% | - |
| HSV(B) | 237.81º | 0.93% | 0.93% | - |
| XYZ | 15.72 | 6.87 | 79.85 | - |
| YUV | 46.66 | 234.85 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 236 | 0.93 | 0.89 | 0 | 0.07 | 237.81 | 0.87 | 0.5 |
| Hex | 11 | 19 | EC | 5D | 59 | 0 | 7 | EE | 57 | 32 |
| Octal | 21 | 31 | 354 | 135 | 131 | 0 | 7 | 356 | 127 | 62 |
| Binary | 10001 | 11001 | 11101100 | 1011101 | 1011001 | 0 | 111 | 11101110 | 1010111 | 110010 |
Color Harmonies of #1119EC
Complementary color
Monochromatic Colors of #1119EC
Black with #1119EC
Text Example
Text Example
White with #1119EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1119EC; }
p { color: rgb(17,25,236); }
H1.HeaderClassName
{
color: #1119EC;
}
.AnyTagClassName
{
color: #1119EC;
}
</style>
background-color css
<style>
a { background-color: #1119EC; }
a { background-color: rgb(17,25,236); }
div.DivClassName
{
background-color: #1119EC;
}
.BgClassName
{
background-color: #1119EC;
}
</style>
border-color css
<style>
span { border-color: #1119EC; }
span { border-color: rgb(17,25,236); }
td.TdClassName
{
border-color: #1119EC;
}
.TagClassName
{
border-color: #1119EC;
}
</style>