COLOR #11189C

HEX: #11189C
RGB: (17,24,156)

Color info

#11189C contains mainly blue color. Web safe color of #11189C is #000099 (or #009).

RGB color model

#11189C color RGB value is (17,24,156).

  • red value is 17;
  • green value is 24;
  • blue value is 156.
RGB:
(17,24,156)
(7%,9%,61%)

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 156 of 255 = 61%

17
24
156

R + G + B ~ 26%. #11189C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 156 = 197 (100%)
R 17 of 197 ~ 8.63%
G 24 of 197 ~ 12.18%
B 156 of 197 ~ 79.19%

%12.18
%79.19

CMYK color model

#11189C color CMYK value is (89,85,0,39).

  • cyan value is 89.10%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(89,85,0,39)
C89M85Y0K39 
(89%,85%,0%,39%)
(0.89/0.85/0.00/0.39)	

CMYK percentages

%89.1
%84.62
%0
%38.82

Codes

Color #11189C in popluar color models

11189C
RGB1724156
HSL237°80.35%33.92%
HSB/HSV237°89.10%61.18%
CMYK89.10%84.62%0.00%
38.82%

Color #11189C in popluar number systems.

HEX11189C
Decimal1724156
Binary100011100010011100
Octal2130234

Shades and tints

Shades of #11189C

#11189C
(17,24,156)
#10168E
(16,22,142)
#0F1480
(15,20,128)
#0E1272
(14,18,114)
#0D1064
(13,16,100)
#0C0E56
(12,14,86)
#0B0C48
(11,12,72)
#0A0A3A
(10,10,58)
#09082C
(9,8,44)
#08061E
(8,6,30)
#070410
(7,4,16)
#000000
(0,0,0)

Tints of #11189C

#11189C
(17,24,156)
#262DA5
(38,45,165)
#3B42AE
(59,66,174)
#5057B7
(80,87,183)
#656CC0
(101,108,192)
#7A81C9
(122,129,201)
#8F96D2
(143,150,210)
#A4ABDB
(164,171,219)
#B9C0E4
(185,192,228)
#CED5ED
(206,213,237)
#E3EAF6
(227,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11189C color. Also use rgb(17,24,156) instead hex code.

Text Font Color

.myTextColor { color: #11189C; }

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

This text font color is #11189C.


Background Color

.myBgColor { background-color: #11189C; }

<div style="background-color:#11189C">Inner text</div>

This div background color is #11189C.


Border color

.myBorderColor { border: 1px solid #11189C; }

<div style="border:3px solid #11189C">Div</div>

This div border color is #11189C.


Opacity

.myOpacity80 { color: #11189C; opacity: 0.8; }

<p style="color:#11189C;opacity:0.8;">80%</p>

Text with #11189C 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 #11189C;}

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

This text has shadow with #11189C color.

.textShadow {text-shadow: 3px 3px 1px #11189C, 3px 3px 1px red;}

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

This text has shadow with #11189C primary color and red secondary color.


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

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

This text has shadow with #11189C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11189C on black background.


Color preview on white background

This text has color #11189C on white background.



Black color preview on #11189C background

This text has black color on #11189C background.


White color preview on #11189C background

This text has white color on #11189C background.