Shades of Blue #111BE6
Tints of Blue #111BE6
RGB
CMYK
RGB Variations
Color information
#111BE6 (or 0x111BE6) is known color: Blue. HEX triplet: 11, 1B and E6. RGB value is (17,27,230). Sum of RGB (Red+Green+Blue) = 17+27+230=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 230 (90.23% from 255 or 83.94% from 274); Max value from RGB is 230 - color contains mainly: blue. Hex color #111BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111BE6 is #EEE419. Grayscale: #2E2E2E. Windows color (decimal): -15655962 or 15080209. OLE color: 15080209.
HSL color Cylindrical-coordinate representation of color #111BE6: hue angle of 237.18º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111BE6 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 27 | 230 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.10 |
| HSL | 237.18º | 0.86% | 0.48% | - |
| HSV(B) | 237.18º | 0.93% | 0.9% | - |
| XYZ | 14.91 | 6.62 | 75.35 | - |
| YUV | 47.15 | 231.19 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 230 | 0.93 | 0.88 | 0 | 0.10 | 237.18 | 0.86 | 0.48 |
| Hex | 11 | 1B | E6 | 5D | 58 | 0 | A | ED | 56 | 30 |
| Octal | 21 | 33 | 346 | 135 | 130 | 0 | 12 | 355 | 126 | 60 |
| Binary | 10001 | 11011 | 11100110 | 1011101 | 1011000 | 0 | 1010 | 11101101 | 1010110 | 110000 |
Color Harmonies of #111BE6
Complementary color
Monochromatic Colors of #111BE6
Black with #111BE6
Text Example
Text Example
White with #111BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BE6; }
p { color: rgb(17,27,230); }
H1.HeaderClassName
{
color: #111BE6;
}
.AnyTagClassName
{
color: #111BE6;
}
</style>
background-color css
<style>
a { background-color: #111BE6; }
a { background-color: rgb(17,27,230); }
div.DivClassName
{
background-color: #111BE6;
}
.BgClassName
{
background-color: #111BE6;
}
</style>
border-color css
<style>
span { border-color: #111BE6; }
span { border-color: rgb(17,27,230); }
td.TdClassName
{
border-color: #111BE6;
}
.TagClassName
{
border-color: #111BE6;
}
</style>