COLOR #15092C

HEX: #15092C
RGB: (21,9,44)

Color info

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

RGB color model

#15092C color RGB value is (21,9,44).

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

RGB channels and saturation

R 21 of 255 = 8%
G 9 of 255 = 4%
B 44 of 255 = 17%

21
9
44

R + G + B ~ 10%. #15092C is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 9 + 44 = 74 (100%)
R 21 of 74 ~ 28.38%
G 9 of 74 ~ 12.16%
B 44 of 74 ~ 59.46%

%28.38
%12.16
%59.46

CMYK color model

#15092C color CMYK value is (52,80,0,83).

  • cyan value is 52.27%
  • magenta value is 79.55%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(52,80,0,83)
C52M80Y0K83 
(52%,80%,0%,83%)
(0.52/0.80/0.00/0.83)	

CMYK percentages

%52.27
%79.55
%0
%82.75

Codes

Color #15092C in popluar color models

15092C
RGB21944
HSL261°66.04%10.39%
HSB/HSV261°79.55%17.25%
CMYK52.27%79.55%0.00%
82.75%

Color #15092C in popluar number systems.

HEX15092C
Decimal21944
Binary101011001101100
Octal251154

Shades and tints

Shades of #15092C

#15092C
(21,9,44)
#140928
(20,9,40)
#130924
(19,9,36)
#120920
(18,9,32)
#11091C
(17,9,28)
#100918
(16,9,24)
#0F0914
(15,9,20)
#0E0910
(14,9,16)
#0D090C
(13,9,12)
#0C0908
(12,9,8)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #15092C

#15092C
(21,9,44)
#2A1F3F
(42,31,63)
#3F3552
(63,53,82)
#544B65
(84,75,101)
#696178
(105,97,120)
#7E778B
(126,119,139)
#938D9E
(147,141,158)
#A8A3B1
(168,163,177)
#BDB9C4
(189,185,196)
#D2CFD7
(210,207,215)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15092C color. Also use rgb(21,9,44) instead hex code.

Text Font Color

.myTextColor { color: #15092C; }

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

This text font color is #15092C.


Background Color

.myBgColor { background-color: #15092C; }

<div style="background-color:#15092C">Inner text</div>

This div background color is #15092C.


Border color

.myBorderColor { border: 1px solid #15092C; }

<div style="border:3px solid #15092C">Div</div>

This div border color is #15092C.


Opacity

.myOpacity80 { color: #15092C; opacity: 0.8; }

<p style="color:#15092C;opacity:0.8;">80%</p>

Text with #15092C 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 #15092C;}

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

This text has shadow with #15092C color.

.textShadow {text-shadow: 3px 3px 1px #15092C, 3px 3px 1px red;}

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

This text has shadow with #15092C primary color and red secondary color.


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

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

This text has shadow with #15092C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15092C on black background.


Color preview on white background

This text has color #15092C on white background.



Black color preview on #15092C background

This text has black color on #15092C background.


White color preview on #15092C background

This text has white color on #15092C background.