COLOR #11113B

HEX: #11113B
RGB: (17,17,59)

Color info

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

RGB color model

#11113B color RGB value is (17,17,59).

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

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 59 of 255 = 23%

17
17
59

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

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 59 = 93 (100%)
R 17 of 93 ~ 18.28%
G 17 of 93 ~ 18.28%
B 59 of 93 ~ 63.44%

%18.28
%18.28
%63.44

CMYK color model

#11113B color CMYK value is (71,71,0,77).

  • cyan value is 71.19%
  • magenta value is 71.19%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(71,71,0,77)
C71M71Y0K77 
(71%,71%,0%,77%)
(0.71/0.71/0.00/0.77)	

CMYK percentages

%71.19
%71.19
%0
%76.86

Codes

Color #11113B in popluar color models

11113B
RGB171759
HSL240°55.26%14.90%
HSB/HSV240°71.19%23.14%
CMYK71.19%71.19%0.00%
76.86%

Color #11113B in popluar number systems.

HEX11113B
Decimal171759
Binary1000110001111011
Octal212173

Shades and tints

Shades of #11113B

#11113B
(17,17,59)
#101036
(16,16,54)
#0F0F31
(15,15,49)
#0E0E2C
(14,14,44)
#0D0D27
(13,13,39)
#0C0C22
(12,12,34)
#0B0B1D
(11,11,29)
#0A0A18
(10,10,24)
#090913
(9,9,19)
#08080E
(8,8,14)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #11113B

#11113B
(17,17,59)
#26264C
(38,38,76)
#3B3B5D
(59,59,93)
#50506E
(80,80,110)
#65657F
(101,101,127)
#7A7A90
(122,122,144)
#8F8FA1
(143,143,161)
#A4A4B2
(164,164,178)
#B9B9C3
(185,185,195)
#CECED4
(206,206,212)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11113B; }

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

This text font color is #11113B.


Background Color

.myBgColor { background-color: #11113B; }

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

This div background color is #11113B.


Border color

.myBorderColor { border: 1px solid #11113B; }

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

This div border color is #11113B.


Opacity

.myOpacity80 { color: #11113B; opacity: 0.8; }

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

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

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

This text has shadow with #11113B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11113B on black background.


Color preview on white background

This text has color #11113B on white background.



Black color preview on #11113B background

This text has black color on #11113B background.


White color preview on #11113B background

This text has white color on #11113B background.