COLOR #111128

HEX: #111128 RGB: (17,17,40)

Color info

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

RGB color model

#111128 color RGB value is (17,17,40).

RGB: (17,17,40) (7%, 7%, 16%)

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 40 of 255 = 16%

17
17
40

R + G + B ~ 10%. #111128 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 17 + 40 = 74 (100%)
R 17 of 74 ~ 22.97%
G 17 of 74 ~ 22.97%
B 40 of 74 ~ 54.05'%

%22.97
%22.97
%54.05

CMYK color model

#111128 color CMYK value is (58,58,0,84).

  • cyan value is 57.50%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (58,58,0,84)
C58M58Y0K84 (58%, 58%, 0%, 84%)
(0.58 / 0.58 / 0.00 / 0.84)

CMYK percentages

%57.5
%57.5
%0
%84.31

Codes

Color #111128 in popluar color models

11 11 28
RGB 17 17 40
HSL 240° 40.35% 11.18%
HSB/HSV 240° 57.50% 15.69%
CMYK 57.50% 57.50% 0.00%
84.31%

Color #111128 in popluar number systems.

HEX 11 11 28
Decimal 17 17 40
Binary 10001 10001 101000
Octal 21 21 50

Shades and tints

Shades of #111128

#111128
(17,17,40)
#101025
(16,16,37)
#0F0F22
(15,15,34)
#0E0E1F
(14,14,31)
#0D0D1C
(13,13,28)
#0C0C19
(12,12,25)
#0B0B16
(11,11,22)
#0A0A13
(10,10,19)
#090910
(9,9,16)
#08080D
(8,8,13)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #111128

#111128
(17,17,40)
#26263B
(38,38,59)
#3B3B4E
(59,59,78)
#505061
(80,80,97)
#656574
(101,101,116)
#7A7A87
(122,122,135)
#8F8F9A
(143,143,154)
#A4A4AD
(164,164,173)
#B9B9C0
(185,185,192)
#CECED3
(206,206,211)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111128; }

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

This text font color is #111128.

Background Color

.myBgColor { background-color: #111128; }

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

This div background color is #111128.

Border color

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

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

This div border color is #111128.

Opacity

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

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

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

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

This text has shadow with #111128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111128.

Preview

Color preview on black background

This text has color #111128 on black background.


Color preview on white background

This text has color #111128 on white background.


Black color preview on #111128 background

This text has black color on #111128 background.


White color preview on #111128 background

This text has white color on #111128 background.


Related colors

Complementary color

Complementary color for #hex is #EEEED7.


I love getcolorcode.com