Shades of Blue #111BEC
Tints of Blue #111BEC
RGB
CMYK
RGB Variations
Color information
#111BEC (or 0x111BEC) is known color: Blue. HEX triplet: 11, 1B and EC. RGB value is (17,27,236). Sum of RGB (Red+Green+Blue) = 17+27+236=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 236 (92.58% from 255 or 84.29% from 280); Max value from RGB is 236 - color contains mainly: blue. Hex color #111BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111BEC is #EEE413. Grayscale: #2E2E2E. Windows color (decimal): -15655956 or 15473425. OLE color: 15473425.
HSL color Cylindrical-coordinate representation of color #111BEC: hue angle of 237.26º 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 #111BEC is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 27 | 236 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.07 |
| HSL | 237.26º | 0.87% | 0.5% | - |
| HSV(B) | 237.26º | 0.93% | 0.93% | - |
| XYZ | 15.76 | 6.96 | 79.87 | - |
| YUV | 47.84 | 234.19 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 236 | 0.93 | 0.89 | 0 | 0.07 | 237.26 | 0.87 | 0.5 |
| Hex | 11 | 1B | EC | 5D | 59 | 0 | 7 | ED | 57 | 32 |
| Octal | 21 | 33 | 354 | 135 | 131 | 0 | 7 | 355 | 127 | 62 |
| Binary | 10001 | 11011 | 11101100 | 1011101 | 1011001 | 0 | 111 | 11101101 | 1010111 | 110010 |
Color Harmonies of #111BEC
Complementary color
Monochromatic Colors of #111BEC
Black with #111BEC
Text Example
Text Example
White with #111BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BEC; }
p { color: rgb(17,27,236); }
H1.HeaderClassName
{
color: #111BEC;
}
.AnyTagClassName
{
color: #111BEC;
}
</style>
background-color css
<style>
a { background-color: #111BEC; }
a { background-color: rgb(17,27,236); }
div.DivClassName
{
background-color: #111BEC;
}
.BgClassName
{
background-color: #111BEC;
}
</style>
border-color css
<style>
span { border-color: #111BEC; }
span { border-color: rgb(17,27,236); }
td.TdClassName
{
border-color: #111BEC;
}
.TagClassName
{
border-color: #111BEC;
}
</style>