COLOR #15093F

HEX: #15093F
RGB: (21,9,63)

Color info

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

RGB color model

#15093F color RGB value is (21,9,63).

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

RGB channels and saturation

R 21 of 255 = 8%
G 9 of 255 = 4%
B 63 of 255 = 25%

21
9
63

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

Portions of RGB colors in percentages

R + G + B =
21 + 9 + 63 = 93 (100%)
R 21 of 93 ~ 22.58%
G 9 of 93 ~ 9.68%
B 63 of 93 ~ 67.74%

%22.58
%9.68
%67.74

CMYK color model

#15093F color CMYK value is (67,86,0,75).

  • cyan value is 66.67%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(67,86,0,75)
C67M86Y0K75 
(67%,86%,0%,75%)
(0.67/0.86/0.00/0.75)	

CMYK percentages

%66.67
%85.71
%0
%75.29

Codes

Color #15093F in popluar color models

15093F
RGB21963
HSL253°75.00%14.12%
HSB/HSV253°85.71%24.71%
CMYK66.67%85.71%0.00%
75.29%

Color #15093F in popluar number systems.

HEX15093F
Decimal21963
Binary101011001111111
Octal251177

Shades and tints

Shades of #15093F

#15093F
(21,9,63)
#14093A
(20,9,58)
#130935
(19,9,53)
#120930
(18,9,48)
#11092B
(17,9,43)
#100926
(16,9,38)
#0F0921
(15,9,33)
#0E091C
(14,9,28)
#0D0917
(13,9,23)
#0C0912
(12,9,18)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #15093F

#15093F
(21,9,63)
#2A1F50
(42,31,80)
#3F3561
(63,53,97)
#544B72
(84,75,114)
#696183
(105,97,131)
#7E7794
(126,119,148)
#938DA5
(147,141,165)
#A8A3B6
(168,163,182)
#BDB9C7
(189,185,199)
#D2CFD8
(210,207,216)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15093F; }

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

This text font color is #15093F.


Background Color

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

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

This div background color is #15093F.


Border color

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

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

This div border color is #15093F.


Opacity

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

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

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

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

This text has shadow with #15093F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15093F on black background.


Color preview on white background

This text has color #15093F on white background.



Black color preview on #15093F background

This text has black color on #15093F background.


White color preview on #15093F background

This text has white color on #15093F background.