COLOR #15193F

HEX: #15193F
RGB: (21,25,63)

Color info

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

RGB color model

#15193F color RGB value is (21,25,63).

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

RGB channels and saturation

R 21 of 255 = 8%
G 25 of 255 = 10%
B 63 of 255 = 25%

21
25
63

R + G + B ~ 14%. #15193F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 25 + 63 = 109 (100%)
R 21 of 109 ~ 19.27%
G 25 of 109 ~ 22.94%
B 63 of 109 ~ 57.8%

%19.27
%22.94
%57.8

CMYK color model

#15193F color CMYK value is (67,60,0,75).

  • cyan value is 66.67%
  • magenta value is 60.32%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(67,60,0,75)
C67M60Y0K75 
(67%,60%,0%,75%)
(0.67/0.60/0.00/0.75)	

CMYK percentages

%66.67
%60.32
%0
%75.29

Codes

Color #15193F in popluar color models

15193F
RGB212563
HSL234°50.00%16.47%
HSB/HSV234°66.67%24.71%
CMYK66.67%60.32%0.00%
75.29%

Color #15193F in popluar number systems.

HEX15193F
Decimal212563
Binary1010111001111111
Octal253177

Shades and tints

Shades of #15193F

#15193F
(21,25,63)
#14173A
(20,23,58)
#131535
(19,21,53)
#121330
(18,19,48)
#11112B
(17,17,43)
#100F26
(16,15,38)
#0F0D21
(15,13,33)
#0E0B1C
(14,11,28)
#0D0917
(13,9,23)
#0C0712
(12,7,18)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #15193F

#15193F
(21,25,63)
#2A2D50
(42,45,80)
#3F4161
(63,65,97)
#545572
(84,85,114)
#696983
(105,105,131)
#7E7D94
(126,125,148)
#9391A5
(147,145,165)
#A8A5B6
(168,165,182)
#BDB9C7
(189,185,199)
#D2CDD8
(210,205,216)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15193F; }

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

This text font color is #15193F.


Background Color

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

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

This div background color is #15193F.


Border color

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

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

This div border color is #15193F.


Opacity

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

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

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

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

This text has shadow with #15193F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15193F on black background.


Color preview on white background

This text has color #15193F on white background.



Black color preview on #15193F background

This text has black color on #15193F background.


White color preview on #15193F background

This text has white color on #15193F background.