COLOR #11153F

HEX: #11153F
RGB: (17,21,63)

Color info

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

RGB color model

#11153F color RGB value is (17,21,63).

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

RGB channels and saturation

R 17 of 255 = 7%
G 21 of 255 = 8%
B 63 of 255 = 25%

17
21
63

R + G + B ~ 13%. #11153F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 21 + 63 = 101 (100%)
R 17 of 101 ~ 16.83%
G 21 of 101 ~ 20.79%
B 63 of 101 ~ 62.38%

%16.83
%20.79
%62.38

CMYK color model

#11153F color CMYK value is (73,67,0,75).

  • cyan value is 73.02%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(73,67,0,75)
C73M67Y0K75 
(73%,67%,0%,75%)
(0.73/0.67/0.00/0.75)	

CMYK percentages

%73.02
%66.67
%0
%75.29

Codes

Color #11153F in popluar color models

11153F
RGB172163
HSL235°57.50%15.69%
HSB/HSV235°73.02%24.71%
CMYK73.02%66.67%0.00%
75.29%

Color #11153F in popluar number systems.

HEX11153F
Decimal172163
Binary1000110101111111
Octal212577

Shades and tints

Shades of #11153F

#11153F
(17,21,63)
#10143A
(16,20,58)
#0F1335
(15,19,53)
#0E1230
(14,18,48)
#0D112B
(13,17,43)
#0C1026
(12,16,38)
#0B0F21
(11,15,33)
#0A0E1C
(10,14,28)
#090D17
(9,13,23)
#080C12
(8,12,18)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #11153F

#11153F
(17,21,63)
#262A50
(38,42,80)
#3B3F61
(59,63,97)
#505472
(80,84,114)
#656983
(101,105,131)
#7A7E94
(122,126,148)
#8F93A5
(143,147,165)
#A4A8B6
(164,168,182)
#B9BDC7
(185,189,199)
#CED2D8
(206,210,216)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11153F color. Also use rgb(17,21,63) instead hex code.

Text Font Color

.myTextColor { color: #11153F; }

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

This text font color is #11153F.


Background Color

.myBgColor { background-color: #11153F; }

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

This div background color is #11153F.


Border color

.myBorderColor { border: 1px solid #11153F; }

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

This div border color is #11153F.


Opacity

.myOpacity80 { color: #11153F; opacity: 0.8; }

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

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

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

This text has shadow with #11153F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11153F on black background.


Color preview on white background

This text has color #11153F on white background.



Black color preview on #11153F background

This text has black color on #11153F background.


White color preview on #11153F background

This text has white color on #11153F background.