COLOR #11152D

HEX: #11152D
RGB: (17,21,45)

Color info

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

RGB color model

#11152D color RGB value is (17,21,45).

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

RGB channels and saturation

R 17 of 255 = 7%
G 21 of 255 = 8%
B 45 of 255 = 18%

17
21
45

R + G + B ~ 11%. #11152D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 21 + 45 = 83 (100%)
R 17 of 83 ~ 20.48%
G 21 of 83 ~ 25.3%
B 45 of 83 ~ 54.22%

%20.48
%25.3
%54.22

CMYK color model

#11152D color CMYK value is (62,53,0,82).

  • cyan value is 62.22%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(62,53,0,82)
C62M53Y0K82 
(62%,53%,0%,82%)
(0.62/0.53/0.00/0.82)	

CMYK percentages

%62.22
%53.33
%0
%82.35

Codes

Color #11152D in popluar color models

11152D
RGB172145
HSL231°45.16%12.16%
HSB/HSV231°62.22%17.65%
CMYK62.22%53.33%0.00%
82.35%

Color #11152D in popluar number systems.

HEX11152D
Decimal172145
Binary1000110101101101
Octal212555

Shades and tints

Shades of #11152D

#11152D
(17,21,45)
#101429
(16,20,41)
#0F1325
(15,19,37)
#0E1221
(14,18,33)
#0D111D
(13,17,29)
#0C1019
(12,16,25)
#0B0F15
(11,15,21)
#0A0E11
(10,14,17)
#090D0D
(9,13,13)
#080C09
(8,12,9)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #11152D

#11152D
(17,21,45)
#262A40
(38,42,64)
#3B3F53
(59,63,83)
#505466
(80,84,102)
#656979
(101,105,121)
#7A7E8C
(122,126,140)
#8F939F
(143,147,159)
#A4A8B2
(164,168,178)
#B9BDC5
(185,189,197)
#CED2D8
(206,210,216)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11152D; }

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

This text font color is #11152D.


Background Color

.myBgColor { background-color: #11152D; }

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

This div background color is #11152D.


Border color

.myBorderColor { border: 1px solid #11152D; }

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

This div border color is #11152D.


Opacity

.myOpacity80 { color: #11152D; opacity: 0.8; }

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

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

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

This text has shadow with #11152D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11152D on black background.


Color preview on white background

This text has color #11152D on white background.



Black color preview on #11152D background

This text has black color on #11152D background.


White color preview on #11152D background

This text has white color on #11152D background.