COLOR #111E51

HEX: #111E51
RGB: (17,30,81)

Color info

#111E51 contains mainly green and blue colors. Web safe color of #111E51 is #003366 (or #036).

RGB color model

#111E51 color RGB value is (17,30,81).

  • red value is 17;
  • green value is 30;
  • blue value is 81.
RGB:
(17,30,81)
(7%,12%,32%)

RGB channels and saturation

R 17 of 255 = 7%
G 30 of 255 = 12%
B 81 of 255 = 32%

17
30
81

R + G + B ~ 17%. #111E51 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 30 + 81 = 128 (100%)
R 17 of 128 ~ 13.28%
G 30 of 128 ~ 23.44%
B 81 of 128 ~ 63.28%

%13.28
%23.44
%63.28

CMYK color model

#111E51 color CMYK value is (79,63,0,68).

  • cyan value is 79.01%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(79,63,0,68)
C79M63Y0K68 
(79%,63%,0%,68%)
(0.79/0.63/0.00/0.68)	

CMYK percentages

%79.01
%62.96
%0
%68.24

Codes

Color #111E51 in popluar color models

111E51
RGB173081
HSL228°65.31%19.22%
HSB/HSV228°79.01%31.76%
CMYK79.01%62.96%0.00%
68.24%

Color #111E51 in popluar number systems.

HEX111E51
Decimal173081
Binary10001111101010001
Octal2136121

Shades and tints

Shades of #111E51

#111E51
(17,30,81)
#101C4A
(16,28,74)
#0F1A43
(15,26,67)
#0E183C
(14,24,60)
#0D1635
(13,22,53)
#0C142E
(12,20,46)
#0B1227
(11,18,39)
#0A1020
(10,16,32)
#090E19
(9,14,25)
#080C12
(8,12,18)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #111E51

#111E51
(17,30,81)
#263260
(38,50,96)
#3B466F
(59,70,111)
#505A7E
(80,90,126)
#656E8D
(101,110,141)
#7A829C
(122,130,156)
#8F96AB
(143,150,171)
#A4AABA
(164,170,186)
#B9BEC9
(185,190,201)
#CED2D8
(206,210,216)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111E51 color. Also use rgb(17,30,81) instead hex code.

Text Font Color

.myTextColor { color: #111E51; }

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

This text font color is #111E51.


Background Color

.myBgColor { background-color: #111E51; }

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

This div background color is #111E51.


Border color

.myBorderColor { border: 1px solid #111E51; }

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

This div border color is #111E51.


Opacity

.myOpacity80 { color: #111E51; opacity: 0.8; }

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

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

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

This text has shadow with #111E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111E51 on black background.


Color preview on white background

This text has color #111E51 on white background.



Black color preview on #111E51 background

This text has black color on #111E51 background.


White color preview on #111E51 background

This text has white color on #111E51 background.