COLOR #111E59

HEX: #111E59
RGB: (17,30,89)

Color info

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

RGB color model

#111E59 color RGB value is (17,30,89).

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

RGB channels and saturation

R 17 of 255 = 7%
G 30 of 255 = 12%
B 89 of 255 = 35%

17
30
89

R + G + B ~ 18%. #111E59 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 30 + 89 = 136 (100%)
R 17 of 136 ~ 12.5%
G 30 of 136 ~ 22.06%
B 89 of 136 ~ 65.44%

%12.5
%22.06
%65.44

CMYK color model

#111E59 color CMYK value is (81,66,0,65).

  • cyan value is 80.90%
  • magenta value is 66.29%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(81,66,0,65)
C81M66Y0K65 
(81%,66%,0%,65%)
(0.81/0.66/0.00/0.65)	

CMYK percentages

%80.9
%66.29
%0
%65.1

Codes

Color #111E59 in popluar color models

111E59
RGB173089
HSL229°67.92%20.78%
HSB/HSV229°80.90%34.90%
CMYK80.90%66.29%0.00%
65.10%

Color #111E59 in popluar number systems.

HEX111E59
Decimal173089
Binary10001111101011001
Octal2136131

Shades and tints

Shades of #111E59

#111E59
(17,30,89)
#101C51
(16,28,81)
#0F1A49
(15,26,73)
#0E1841
(14,24,65)
#0D1639
(13,22,57)
#0C1431
(12,20,49)
#0B1229
(11,18,41)
#0A1021
(10,16,33)
#090E19
(9,14,25)
#080C11
(8,12,17)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #111E59

#111E59
(17,30,89)
#263268
(38,50,104)
#3B4677
(59,70,119)
#505A86
(80,90,134)
#656E95
(101,110,149)
#7A82A4
(122,130,164)
#8F96B3
(143,150,179)
#A4AAC2
(164,170,194)
#B9BED1
(185,190,209)
#CED2E0
(206,210,224)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111E59; }

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

This text font color is #111E59.


Background Color

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

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

This div background color is #111E59.


Border color

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

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

This div border color is #111E59.


Opacity

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

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

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

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

This text has shadow with #111E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111E59 on black background.


Color preview on white background

This text has color #111E59 on white background.



Black color preview on #111E59 background

This text has black color on #111E59 background.


White color preview on #111E59 background

This text has white color on #111E59 background.