COLOR #111538

HEX: #111538
RGB: (17,21,56)

Color info

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

RGB color model

#111538 color RGB value is (17,21,56).

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

RGB channels and saturation

R 17 of 255 = 7%
G 21 of 255 = 8%
B 56 of 255 = 22%

17
21
56

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

Portions of RGB colors in percentages

R + G + B =
17 + 21 + 56 = 94 (100%)
R 17 of 94 ~ 18.09%
G 21 of 94 ~ 22.34%
B 56 of 94 ~ 59.57%

%18.09
%22.34
%59.57

CMYK color model

#111538 color CMYK value is (70,63,0,78).

  • cyan value is 69.64%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(70,63,0,78)
C70M63Y0K78 
(70%,63%,0%,78%)
(0.70/0.63/0.00/0.78)	

CMYK percentages

%69.64
%62.5
%0
%78.04

Codes

Color #111538 in popluar color models

111538
RGB172156
HSL234°53.42%14.31%
HSB/HSV234°69.64%21.96%
CMYK69.64%62.50%0.00%
78.04%

Color #111538 in popluar number systems.

HEX111538
Decimal172156
Binary1000110101111000
Octal212570

Shades and tints

Shades of #111538

#111538
(17,21,56)
#101433
(16,20,51)
#0F132E
(15,19,46)
#0E1229
(14,18,41)
#0D1124
(13,17,36)
#0C101F
(12,16,31)
#0B0F1A
(11,15,26)
#0A0E15
(10,14,21)
#090D10
(9,13,16)
#080C0B
(8,12,11)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #111538

#111538
(17,21,56)
#262A4A
(38,42,74)
#3B3F5C
(59,63,92)
#50546E
(80,84,110)
#656980
(101,105,128)
#7A7E92
(122,126,146)
#8F93A4
(143,147,164)
#A4A8B6
(164,168,182)
#B9BDC8
(185,189,200)
#CED2DA
(206,210,218)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111538; }

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

This text font color is #111538.


Background Color

.myBgColor { background-color: #111538; }

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

This div background color is #111538.


Border color

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

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

This div border color is #111538.


Opacity

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

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

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

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

This text has shadow with #111538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111538 on black background.


Color preview on white background

This text has color #111538 on white background.



Black color preview on #111538 background

This text has black color on #111538 background.


White color preview on #111538 background

This text has white color on #111538 background.