COLOR #11119A

HEX: #11119A
RGB: (17,17,154)

Color info

#11119A contains mainly blue color. Web safe color of #11119A is #000099 (or #009).

RGB color model

#11119A color RGB value is (17,17,154).

  • red value is 17;
  • green value is 17;
  • blue value is 154.
RGB:
(17,17,154)
(7%,7%,60%)

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 154 of 255 = 60%

17
17
154

R + G + B ~ 25%. #11119A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 154 = 188 (100%)
R 17 of 188 ~ 9.04%
G 17 of 188 ~ 9.04%
B 154 of 188 ~ 81.91%

%81.91

CMYK color model

#11119A color CMYK value is (89,89,0,40).

  • cyan value is 88.96%
  • magenta value is 88.96%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(89,89,0,40)
C89M89Y0K40 
(89%,89%,0%,40%)
(0.89/0.89/0.00/0.40)	

CMYK percentages

%88.96
%88.96
%0
%39.61

Codes

Color #11119A in popluar color models

11119A
RGB1717154
HSL240°80.12%33.53%
HSB/HSV240°88.96%60.39%
CMYK88.96%88.96%0.00%
39.61%

Color #11119A in popluar number systems.

HEX11119A
Decimal1717154
Binary100011000110011010
Octal2121232

Shades and tints

Shades of #11119A

#11119A
(17,17,154)
#10108C
(16,16,140)
#0F0F7E
(15,15,126)
#0E0E70
(14,14,112)
#0D0D62
(13,13,98)
#0C0C54
(12,12,84)
#0B0B46
(11,11,70)
#0A0A38
(10,10,56)
#09092A
(9,9,42)
#08081C
(8,8,28)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #11119A

#11119A
(17,17,154)
#2626A3
(38,38,163)
#3B3BAC
(59,59,172)
#5050B5
(80,80,181)
#6565BE
(101,101,190)
#7A7AC7
(122,122,199)
#8F8FD0
(143,143,208)
#A4A4D9
(164,164,217)
#B9B9E2
(185,185,226)
#CECEEB
(206,206,235)
#E3E3F4
(227,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11119A color. Also use rgb(17,17,154) instead hex code.

Text Font Color

.myTextColor { color: #11119A; }

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

This text font color is #11119A.


Background Color

.myBgColor { background-color: #11119A; }

<div style="background-color:#11119A">Inner text</div>

This div background color is #11119A.


Border color

.myBorderColor { border: 1px solid #11119A; }

<div style="border:3px solid #11119A">Div</div>

This div border color is #11119A.


Opacity

.myOpacity80 { color: #11119A; opacity: 0.8; }

<p style="color:#11119A;opacity:0.8;">80%</p>

Text with #11119A 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 #11119A;}

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

This text has shadow with #11119A color.

.textShadow {text-shadow: 3px 3px 1px #11119A, 3px 3px 1px red;}

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

This text has shadow with #11119A primary color and red secondary color.


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

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

This text has shadow with #11119A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #11119A;
-webkit-box-shadow: 1px 1px 3px 2px #11119A;
box-shadow:1px 1px 3px 2px #11119A;">
Div content here</div>
This div box has shadow with color #11119A.

Preview

Color preview on black background

This text has color #11119A on black background.


Color preview on white background

This text has color #11119A on white background.



Black color preview on #11119A background

This text has black color on #11119A background.


White color preview on #11119A background

This text has white color on #11119A background.