COLOR #111884

HEX: #111884
RGB: (17,24,132)

Color info

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

RGB color model

#111884 color RGB value is (17,24,132).

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

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 132 of 255 = 52%

17
24
132

R + G + B ~ 23%. #111884 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 132 = 173 (100%)
R 17 of 173 ~ 9.83%
G 24 of 173 ~ 13.87%
B 132 of 173 ~ 76.3%

%9.83
%13.87
%76.3

CMYK color model

#111884 color CMYK value is (87,82,0,48).

  • cyan value is 87.12%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(87,82,0,48)
C87M82Y0K48 
(87%,82%,0%,48%)
(0.87/0.82/0.00/0.48)	

CMYK percentages

%87.12
%81.82
%0
%48.24

Codes

Color #111884 in popluar color models

111884
RGB1724132
HSL236°77.18%29.22%
HSB/HSV236°87.12%51.76%
CMYK87.12%81.82%0.00%
48.24%

Color #111884 in popluar number systems.

HEX111884
Decimal1724132
Binary100011100010000100
Octal2130204

Shades and tints

Shades of #111884

#111884
(17,24,132)
#101678
(16,22,120)
#0F146C
(15,20,108)
#0E1260
(14,18,96)
#0D1054
(13,16,84)
#0C0E48
(12,14,72)
#0B0C3C
(11,12,60)
#0A0A30
(10,10,48)
#090824
(9,8,36)
#080618
(8,6,24)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #111884

#111884
(17,24,132)
#262D8F
(38,45,143)
#3B429A
(59,66,154)
#5057A5
(80,87,165)
#656CB0
(101,108,176)
#7A81BB
(122,129,187)
#8F96C6
(143,150,198)
#A4ABD1
(164,171,209)
#B9C0DC
(185,192,220)
#CED5E7
(206,213,231)
#E3EAF2
(227,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111884; }

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

This text font color is #111884.


Background Color

.myBgColor { background-color: #111884; }

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

This div background color is #111884.


Border color

.myBorderColor { border: 1px solid #111884; }

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

This div border color is #111884.


Opacity

.myOpacity80 { color: #111884; opacity: 0.8; }

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

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

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

This text has shadow with #111884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111884 on black background.


Color preview on white background

This text has color #111884 on white background.



Black color preview on #111884 background

This text has black color on #111884 background.


White color preview on #111884 background

This text has white color on #111884 background.