COLOR #111136

HEX: #111136
RGB: (17,17,54)

Color info

#111136 contains red, green and blue colors in about the same proportion. Web safe color of #111136 is #000033 (or #003).

RGB color model

#111136 color RGB value is (17,17,54).

  • red value is 17;
  • green value is 17;
  • blue value is 54.
RGB:
(17,17,54)
(7%,7%,21%)

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 54 of 255 = 21%

17
17
54

R + G + B ~ 12%. #111136 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 54 = 88 (100%)
R 17 of 88 ~ 19.32%
G 17 of 88 ~ 19.32%
B 54 of 88 ~ 61.36%

%19.32
%19.32
%61.36

CMYK color model

#111136 color CMYK value is (69,69,0,79).

  • cyan value is 68.52%
  • magenta value is 68.52%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(69,69,0,79)
C69M69Y0K79 
(69%,69%,0%,79%)
(0.69/0.69/0.00/0.79)	

CMYK percentages

%68.52
%68.52
%0
%78.82

Codes

Color #111136 in popluar color models

111136
RGB171754
HSL240°52.11%13.92%
HSB/HSV240°68.52%21.18%
CMYK68.52%68.52%0.00%
78.82%

Color #111136 in popluar number systems.

HEX111136
Decimal171754
Binary1000110001110110
Octal212166

Shades and tints

Shades of #111136

#111136
(17,17,54)
#101032
(16,16,50)
#0F0F2E
(15,15,46)
#0E0E2A
(14,14,42)
#0D0D26
(13,13,38)
#0C0C22
(12,12,34)
#0B0B1E
(11,11,30)
#0A0A1A
(10,10,26)
#090916
(9,9,22)
#080812
(8,8,18)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #111136

#111136
(17,17,54)
#262648
(38,38,72)
#3B3B5A
(59,59,90)
#50506C
(80,80,108)
#65657E
(101,101,126)
#7A7A90
(122,122,144)
#8F8FA2
(143,143,162)
#A4A4B4
(164,164,180)
#B9B9C6
(185,185,198)
#CECED8
(206,206,216)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111136; }

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

This text font color is #111136.


Background Color

.myBgColor { background-color: #111136; }

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

This div background color is #111136.


Border color

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

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

This div border color is #111136.


Opacity

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

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

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

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

This text has shadow with #111136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111136 on black background.


Color preview on white background

This text has color #111136 on white background.



Black color preview on #111136 background

This text has black color on #111136 background.


White color preview on #111136 background

This text has white color on #111136 background.