COLOR #111126

HEX: #111126
RGB: (17,17,38)

Color info

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

RGB color model

#111126 color RGB value is (17,17,38).

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

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 38 of 255 = 15%

17
17
38

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

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 38 = 72 (100%)
R 17 of 72 ~ 23.61%
G 17 of 72 ~ 23.61%
B 38 of 72 ~ 52.78%

%23.61
%23.61
%52.78

CMYK color model

#111126 color CMYK value is (55,55,0,85).

  • cyan value is 55.26%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(55,55,0,85)
C55M55Y0K85 
(55%,55%,0%,85%)
(0.55/0.55/0.00/0.85)	

CMYK percentages

%55.26
%55.26
%0
%85.1

Codes

Color #111126 in popluar color models

111126
RGB171738
HSL240°38.18%10.78%
HSB/HSV240°55.26%14.90%
CMYK55.26%55.26%0.00%
85.10%

Color #111126 in popluar number systems.

HEX111126
Decimal171738
Binary1000110001100110
Octal212146

Shades and tints

Shades of #111126

#111126
(17,17,38)
#101023
(16,16,35)
#0F0F20
(15,15,32)
#0E0E1D
(14,14,29)
#0D0D1A
(13,13,26)
#0C0C17
(12,12,23)
#0B0B14
(11,11,20)
#0A0A11
(10,10,17)
#09090E
(9,9,14)
#08080B
(8,8,11)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #111126

#111126
(17,17,38)
#262639
(38,38,57)
#3B3B4C
(59,59,76)
#50505F
(80,80,95)
#656572
(101,101,114)
#7A7A85
(122,122,133)
#8F8F98
(143,143,152)
#A4A4AB
(164,164,171)
#B9B9BE
(185,185,190)
#CECED1
(206,206,209)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111126; }

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

This text font color is #111126.


Background Color

.myBgColor { background-color: #111126; }

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

This div background color is #111126.


Border color

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

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

This div border color is #111126.


Opacity

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

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

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

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

This text has shadow with #111126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111126 on black background.


Color preview on white background

This text has color #111126 on white background.



Black color preview on #111126 background

This text has black color on #111126 background.


White color preview on #111126 background

This text has white color on #111126 background.