Shades of Medium Blue #1106E4
Tints of Medium Blue #1106E4
RGB
CMYK
RGB Variations
Color information
#1106E4 (or 0x1106E4) is known color: Medium Blue. HEX triplet: 11, 06 and E4. RGB value is (17,6,228). Sum of RGB (Red+Green+Blue) = 17+6+228=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 228 (89.45% from 255 or 90.84% from 251); Max value from RGB is 228 - color contains mainly: blue. Hex color #1106E4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106E4 is #EEF91B. Grayscale: #212121. Windows color (decimal): -15661340 or 14943761. OLE color: 14943761.
HSL color Cylindrical-coordinate representation of color #1106E4: hue angle of 242.97º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1106E4 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 6 | 228 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.11 |
| HSL | 242.97º | 0.95% | 0.46% | - |
| HSV(B) | 242.97º | 0.97% | 0.89% | - |
| XYZ | 14.3 | 5.85 | 73.77 | - |
| YUV | 34.6 | 237.14 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 228 | 0.93 | 0.97 | 0 | 0.11 | 242.97 | 0.95 | 0.46 |
| Hex | 11 | 6 | E4 | 5D | 61 | 0 | B | F3 | 5F | 2E |
| Octal | 21 | 6 | 344 | 135 | 141 | 0 | 13 | 363 | 137 | 56 |
| Binary | 10001 | 110 | 11100100 | 1011101 | 1100001 | 0 | 1011 | 11110011 | 1011111 | 101110 |
Color Harmonies of #1106E4
Complementary color
Monochromatic Colors of #1106E4
Black with #1106E4
Text Example
Text Example
White with #1106E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1106E4; }
p { color: rgb(17,6,228); }
H1.HeaderClassName
{
color: #1106E4;
}
.AnyTagClassName
{
color: #1106E4;
}
</style>
background-color css
<style>
a { background-color: #1106E4; }
a { background-color: rgb(17,6,228); }
div.DivClassName
{
background-color: #1106E4;
}
.BgClassName
{
background-color: #1106E4;
}
</style>
border-color css
<style>
span { border-color: #1106E4; }
span { border-color: rgb(17,6,228); }
td.TdClassName
{
border-color: #1106E4;
}
.TagClassName
{
border-color: #1106E4;
}
</style>