COLOR #11115E

HEX: #11115E RGB: (17,17,94)

Color info

#11115E contains mainly blue color. Web safe color of #11115E is #000066 (or #006).

RGB color model

#11115E color RGB value is (17,17,94).

RGB: (17,17,94) (7%, 7%, 37%)

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 94 of 255 = 37%

17
17
94

R + G + B ~ 17%. #11115E is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 17 + 94 = 128 (100%)
R 17 of 128 ~ 13.28%
G 17 of 128 ~ 13.28%
B 94 of 128 ~ 73.44'%

%13.28
%13.28
%73.44

CMYK color model

#11115E color CMYK value is (82,82,0,63).

  • cyan value is 81.91%
  • magenta value is 81.91%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (82,82,0,63)
C82M82Y0K63 (82%, 82%, 0%, 63%)
(0.82 / 0.82 / 0.00 / 0.63)

CMYK percentages

%81.91
%81.91
%0
%63.14

Codes

Color #11115E in popluar color models

11 11 5E
RGB 17 17 94
HSL 240° 69.37% 21.76%
HSB/HSV 240° 81.91% 36.86%
CMYK 81.91% 81.91% 0.00%
63.14%

Color #11115E in popluar number systems.

HEX 11 11 5E
Decimal 17 17 94
Binary 10001 10001 1011110
Octal 21 21 136

Shades and tints

Shades of #11115E

#11115E
(17,17,94)
#101056
(16,16,86)
#0F0F4E
(15,15,78)
#0E0E46
(14,14,70)
#0D0D3E
(13,13,62)
#0C0C36
(12,12,54)
#0B0B2E
(11,11,46)
#0A0A26
(10,10,38)
#09091E
(9,9,30)
#080816
(8,8,22)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #11115E

#11115E
(17,17,94)
#26266C
(38,38,108)
#3B3B7A
(59,59,122)
#505088
(80,80,136)
#656596
(101,101,150)
#7A7AA4
(122,122,164)
#8F8FB2
(143,143,178)
#A4A4C0
(164,164,192)
#B9B9CE
(185,185,206)
#CECEDC
(206,206,220)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11115E color. Also use rgb(17,17,94) instead hex code.

Text Font Color

.myTextColor { color: #11115E; }

<p style="color:#11115E">This sample text font color is #11115E.</p>

This text font color is #11115E.

Background Color

.myBgColor { background-color: #11115E; }

<div style="background-color:#11115E">Inner text</div>

This div background color is #11115E.

Border color

.myBorderColor { border: 1px solid #11115E; }

<div style="border:3px solid #11115E">Div</div>

This div border color is #11115E.

Opacity

.myOpacity80 { color: #11115E; opacity: 0.8; }

<p style="color:#11115E;opacity:0.8;">80%</p>

Text with #11115E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #11115E;}

<p style="text-shadow: 3px 3px 1px #11115E">Text here.</p>

This text has shadow with #11115E color.


.textShadow {text-shadow: 3px 3px 1px #11115E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #11115E, 5px 5px 20px red">Text here.</p>

This text has shadow with #11115E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#11115E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#11115E, Direction=45, Strength=4)">Text</p>

This text has shadow with #11115E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #11115E;
-webkit-box-shadow: 1px 1px 3px 2px #11115E;
box-shadow: 1px 1px 3px 2px #11115E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #11115E; -webkit-box-shadow: 1px 1px 3px 2px #11115E; box-shadow:1px 1px 3px 2px #11115E;">
Div content here
</div>

This div box has shadow with color #11115E.

Preview

Color preview on black background

This text has color #11115E on black background.


Color preview on white background

This text has color #11115E on white background.


Black color preview on #11115E background

This text has black color on #11115E background.


White color preview on #11115E background

This text has white color on #11115E background.


Related colors

Complementary color

Complementary color for #hex is #EEEEA1.


I love getcolorcode.com