Shades of Blue #1103E6
Tints of Blue #1103E6
RGB
CMYK
RGB Variations
Color information
#1103E6 (or 0x1103E6) is known color: Blue. HEX triplet: 11, 03 and E6. RGB value is (17,3,230). Sum of RGB (Red+Green+Blue) = 17+3+230=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 230 (90.23% from 255 or 92% from 250); Max value from RGB is 230 - color contains mainly: blue. Hex color #1103E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1103E6 is #EEFC19. Grayscale: #202020. Windows color (decimal): -15662106 or 15074065. OLE color: 15074065.
HSL color Cylindrical-coordinate representation of color #1103E6: hue angle of 243.7º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1103E6 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 3 | 230 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.10 |
| HSL | 243.7º | 0.97% | 0.46% | - |
| HSV(B) | 243.7º | 0.99% | 0.9% | - |
| XYZ | 14.55 | 5.9 | 75.23 | - |
| YUV | 33.06 | 239.14 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 230 | 0.93 | 0.99 | 0 | 0.10 | 243.7 | 0.97 | 0.46 |
| Hex | 11 | 3 | E6 | 5D | 63 | 0 | A | F4 | 61 | 2E |
| Octal | 21 | 3 | 346 | 135 | 143 | 0 | 12 | 364 | 141 | 56 |
| Binary | 10001 | 11 | 11100110 | 1011101 | 1100011 | 0 | 1010 | 11110100 | 1100001 | 101110 |
Color Harmonies of #1103E6
Complementary color
Monochromatic Colors of #1103E6
Black with #1103E6
Text Example
Text Example
White with #1103E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1103E6; }
p { color: rgb(17,3,230); }
H1.HeaderClassName
{
color: #1103E6;
}
.AnyTagClassName
{
color: #1103E6;
}
</style>
background-color css
<style>
a { background-color: #1103E6; }
a { background-color: rgb(17,3,230); }
div.DivClassName
{
background-color: #1103E6;
}
.BgClassName
{
background-color: #1103E6;
}
</style>
border-color css
<style>
span { border-color: #1103E6; }
span { border-color: rgb(17,3,230); }
td.TdClassName
{
border-color: #1103E6;
}
.TagClassName
{
border-color: #1103E6;
}
</style>