COLOR #15113F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
17
63

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

Portions of RGB colors in percentages

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

%20.79
%16.83
%62.38

CMYK color model

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

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

CMYK percentages

%66.67
%73.02
%0
%75.29

Codes

Color #15113F in popluar color models

15113F
RGB211763
HSL245°57.50%15.69%
HSB/HSV245°73.02%24.71%
CMYK66.67%73.02%0.00%
75.29%

Color #15113F in popluar number systems.

HEX15113F
Decimal211763
Binary1010110001111111
Octal252177

Shades and tints

Shades of #15113F

#15113F
(21,17,63)
#14103A
(20,16,58)
#130F35
(19,15,53)
#120E30
(18,14,48)
#110D2B
(17,13,43)
#100C26
(16,12,38)
#0F0B21
(15,11,33)
#0E0A1C
(14,10,28)
#0D0917
(13,9,23)
#0C0812
(12,8,18)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #15113F

#15113F
(21,17,63)
#2A2650
(42,38,80)
#3F3B61
(63,59,97)
#545072
(84,80,114)
#696583
(105,101,131)
#7E7A94
(126,122,148)
#938FA5
(147,143,165)
#A8A4B6
(168,164,182)
#BDB9C7
(189,185,199)
#D2CED8
(210,206,216)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15113F; }

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

This text font color is #15113F.


Background Color

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

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

This div background color is #15113F.


Border color

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

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

This div border color is #15113F.


Opacity

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

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

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

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

This text has shadow with #15113F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15113F on black background.


Color preview on white background

This text has color #15113F on white background.



Black color preview on #15113F background

This text has black color on #15113F background.


White color preview on #15113F background

This text has white color on #15113F background.