Shades of Medium Blue #111ABE
Tints of Medium Blue #111ABE
RGB
CMYK
RGB Variations
Color information
#111ABE (or 0x111ABE) is known color: Medium Blue. HEX triplet: 11, 1A and BE. RGB value is (17,26,190). Sum of RGB (Red+Green+Blue) = 17+26+190=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 190 (74.61% from 255 or 81.55% from 233); Max value from RGB is 190 - color contains mainly: blue. Hex color #111ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ABE is #EEE541. Grayscale: #292929. Windows color (decimal): -15656258 or 12458513. OLE color: 12458513.
HSL color Cylindrical-coordinate representation of color #111ABE: hue angle of 236.88º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111ABE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 26 | 190 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.25 |
| HSL | 236.88º | 0.84% | 0.41% | - |
| HSV(B) | 236.88º | 0.91% | 0.75% | - |
| XYZ | 9.89 | 4.58 | 49.08 | - |
| YUV | 42.01 | 211.52 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 190 | 0.91 | 0.86 | 0 | 0.25 | 236.88 | 0.84 | 0.41 |
| Hex | 11 | 1A | BE | 5B | 56 | 0 | 19 | ED | 54 | 29 |
| Octal | 21 | 32 | 276 | 133 | 126 | 0 | 31 | 355 | 124 | 51 |
| Binary | 10001 | 11010 | 10111110 | 1011011 | 1010110 | 0 | 11001 | 11101101 | 1010100 | 101001 |
Color Harmonies of #111ABE
Complementary color
Monochromatic Colors of #111ABE
Black with #111ABE
Text Example
Text Example
White with #111ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111ABE; }
p { color: rgb(17,26,190); }
H1.HeaderClassName
{
color: #111ABE;
}
.AnyTagClassName
{
color: #111ABE;
}
</style>
background-color css
<style>
a { background-color: #111ABE; }
a { background-color: rgb(17,26,190); }
div.DivClassName
{
background-color: #111ABE;
}
.BgClassName
{
background-color: #111ABE;
}
</style>
border-color css
<style>
span { border-color: #111ABE; }
span { border-color: rgb(17,26,190); }
td.TdClassName
{
border-color: #111ABE;
}
.TagClassName
{
border-color: #111ABE;
}
</style>