COLOR #111388

HEX: #111388
RGB: (17,19,136)

Color info

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

RGB color model

#111388 color RGB value is (17,19,136).

  • red value is 17;
  • green value is 19;
  • blue value is 136.
RGB:
(17,19,136)
(7%,7%,53%)

RGB channels and saturation

R 17 of 255 = 7%
G 19 of 255 = 7%
B 136 of 255 = 53%

17
19
136

R + G + B ~ 22%. #111388 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 136 = 172 (100%)
R 17 of 172 ~ 9.88%
G 19 of 172 ~ 11.05%
B 136 of 172 ~ 79.07%

%9.88
%11.05
%79.07

CMYK color model

#111388 color CMYK value is (88,86,0,47).

  • cyan value is 87.50%
  • magenta value is 86.03%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(88,86,0,47)
C88M86Y0K47 
(88%,86%,0%,47%)
(0.88/0.86/0.00/0.47)	

CMYK percentages

%87.5
%86.03
%0
%46.67

Codes

Color #111388 in popluar color models

111388
RGB1719136
HSL239°77.78%30.00%
HSB/HSV239°87.50%53.33%
CMYK87.50%86.03%0.00%
46.67%

Color #111388 in popluar number systems.

HEX111388
Decimal1719136
Binary100011001110001000
Octal2123210

Shades and tints

Shades of #111388

#111388
(17,19,136)
#10127C
(16,18,124)
#0F1170
(15,17,112)
#0E1064
(14,16,100)
#0D0F58
(13,15,88)
#0C0E4C
(12,14,76)
#0B0D40
(11,13,64)
#0A0C34
(10,12,52)
#090B28
(9,11,40)
#080A1C
(8,10,28)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #111388

#111388
(17,19,136)
#262892
(38,40,146)
#3B3D9C
(59,61,156)
#5052A6
(80,82,166)
#6567B0
(101,103,176)
#7A7CBA
(122,124,186)
#8F91C4
(143,145,196)
#A4A6CE
(164,166,206)
#B9BBD8
(185,187,216)
#CED0E2
(206,208,226)
#E3E5EC
(227,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111388 color. Also use rgb(17,19,136) instead hex code.

Text Font Color

.myTextColor { color: #111388; }

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

This text font color is #111388.


Background Color

.myBgColor { background-color: #111388; }

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

This div background color is #111388.


Border color

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

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

This div border color is #111388.


Opacity

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

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

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

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

This text has shadow with #111388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111388 on black background.


Color preview on white background

This text has color #111388 on white background.



Black color preview on #111388 background

This text has black color on #111388 background.


White color preview on #111388 background

This text has white color on #111388 background.