COLOR #111138

HEX: #111138 RGB: (17,17,56)

Color info

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

RGB color model

#111138 color RGB value is (17,17,56).

RGB: (17,17,56) (7%, 7%, 22%)

RGB channels and saturation

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

17
17
56

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

Portions of RGB colors in percentages

R + G + B = 17 + 17 + 56 = 90 (100%)
R 17 of 90 ~ 18.89%
G 17 of 90 ~ 18.89%
B 56 of 90 ~ 62.22'%

%18.89
%18.89
%62.22

CMYK color model

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

  • cyan value is 69.64%
  • magenta value is 69.64%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (70,70,0,78)
C70M70Y0K78 (70%, 70%, 0%, 78%)
(0.70 / 0.70 / 0.00 / 0.78)

CMYK percentages

%69.64
%69.64
%0
%78.04

Codes

Color #111138 in popluar color models

11 11 38
RGB 17 17 56
HSL 240° 53.42% 14.31%
HSB/HSV 240° 69.64% 21.96%
CMYK 69.64% 69.64% 0.00%
78.04%

Color #111138 in popluar number systems.

HEX 11 11 38
Decimal 17 17 56
Binary 10001 10001 111000
Octal 21 21 70

Shades and tints

Shades of #111138

#111138
(17,17,56)
#101033
(16,16,51)
#0F0F2E
(15,15,46)
#0E0E29
(14,14,41)
#0D0D24
(13,13,36)
#0C0C1F
(12,12,31)
#0B0B1A
(11,11,26)
#0A0A15
(10,10,21)
#090910
(9,9,16)
#08080B
(8,8,11)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #111138

#111138
(17,17,56)
#26264A
(38,38,74)
#3B3B5C
(59,59,92)
#50506E
(80,80,110)
#656580
(101,101,128)
#7A7A92
(122,122,146)
#8F8FA4
(143,143,164)
#A4A4B6
(164,164,182)
#B9B9C8
(185,185,200)
#CECEDA
(206,206,218)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111138; }

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

This text font color is #111138.

Background Color

.myBgColor { background-color: #111138; }

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

This div background color is #111138.

Border color

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

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

This div border color is #111138.

Opacity

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

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

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

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

This text has shadow with #111138 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111138.

Preview

Color preview on black background

This text has color #111138 on black background.


Color preview on white background

This text has color #111138 on white background.


Black color preview on #111138 background

This text has black color on #111138 background.


White color preview on #111138 background

This text has white color on #111138 background.


Related colors

Complementary color

Complementary color for #hex is #EEEEC7.


I love getcolorcode.com