COLOR #15052B

HEX: #15052B
RGB: (21,5,43)

Color info

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

RGB color model

#15052B color RGB value is (21,5,43).

  • red value is 21;
  • green value is 5;
  • blue value is 43.
RGB:
(21,5,43)
(8%,2%,17%)

RGB channels and saturation

R 21 of 255 = 8%
G 5 of 255 = 2%
B 43 of 255 = 17%

21
5
43

R + G + B ~ 9%. #15052B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 5 + 43 = 69 (100%)
R 21 of 69 ~ 30.43%
G 5 of 69 ~ 7.25%
B 43 of 69 ~ 62.32%

%30.43
%62.32

CMYK color model

#15052B color CMYK value is (51,88,0,83).

  • cyan value is 51.16%
  • magenta value is 88.37%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(51,88,0,83)
C51M88Y0K83 
(51%,88%,0%,83%)
(0.51/0.88/0.00/0.83)	

CMYK percentages

%51.16
%88.37
%0
%83.14

Codes

Color #15052B in popluar color models

15052B
RGB21543
HSL265°79.17%9.41%
HSB/HSV265°88.37%16.86%
CMYK51.16%88.37%0.00%
83.14%

Color #15052B in popluar number systems.

HEX15052B
Decimal21543
Binary10101101101011
Octal25553

Shades and tints

Shades of #15052B

#15052B
(21,5,43)
#140528
(20,5,40)
#130525
(19,5,37)
#120522
(18,5,34)
#11051F
(17,5,31)
#10051C
(16,5,28)
#0F0519
(15,5,25)
#0E0516
(14,5,22)
#0D0513
(13,5,19)
#0C0510
(12,5,16)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #15052B

#15052B
(21,5,43)
#2A1B3E
(42,27,62)
#3F3151
(63,49,81)
#544764
(84,71,100)
#695D77
(105,93,119)
#7E738A
(126,115,138)
#93899D
(147,137,157)
#A89FB0
(168,159,176)
#BDB5C3
(189,181,195)
#D2CBD6
(210,203,214)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15052B color. Also use rgb(21,5,43) instead hex code.

Text Font Color

.myTextColor { color: #15052B; }

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

This text font color is #15052B.


Background Color

.myBgColor { background-color: #15052B; }

<div style="background-color:#15052B">Inner text</div>

This div background color is #15052B.


Border color

.myBorderColor { border: 1px solid #15052B; }

<div style="border:3px solid #15052B">Div</div>

This div border color is #15052B.


Opacity

.myOpacity80 { color: #15052B; opacity: 0.8; }

<p style="color:#15052B;opacity:0.8;">80%</p>

Text with #15052B 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 #15052B;}

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

This text has shadow with #15052B color.

.textShadow {text-shadow: 3px 3px 1px #15052B, 3px 3px 1px red;}

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

This text has shadow with #15052B primary color and red secondary color.


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

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

This text has shadow with #15052B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15052B on black background.


Color preview on white background

This text has color #15052B on white background.



Black color preview on #15052B background

This text has black color on #15052B background.


White color preview on #15052B background

This text has white color on #15052B background.