COLOR #15012A

HEX: #15012A
RGB: (21,1,42)

Color info

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

RGB color model

#15012A color RGB value is (21,1,42).

  • red value is 21;
  • green value is 1;
  • blue value is 42.
RGB:
(21,1,42)
(8%,0%,16%)

RGB channels and saturation

R 21 of 255 = 8%
G 1 of 255 = 0%
B 42 of 255 = 16%

21
1
42

R + G + B ~ 8%. #15012A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 1 + 42 = 64 (100%)
R 21 of 64 ~ 32.81%
G 1 of 64 ~ 1.56%
B 42 of 64 ~ 65.63%

%32.81
%65.63

CMYK color model

#15012A color CMYK value is (50,98,0,84).

  • cyan value is 50.00%
  • magenta value is 97.62%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(50,98,0,84)
C50M98Y0K84 
(50%,98%,0%,84%)
(0.50/0.98/0.00/0.84)	

CMYK percentages

%50
%97.62
%0
%83.53

Codes

Color #15012A in popluar color models

15012A
RGB21142
HSL269°95.35%8.43%
HSB/HSV269°97.62%16.47%
CMYK50.00%97.62%0.00%
83.53%

Color #15012A in popluar number systems.

HEX15012A
Decimal21142
Binary101011101010
Octal25152

Shades and tints

Shades of #15012A

#15012A
(21,1,42)
#140127
(20,1,39)
#130124
(19,1,36)
#120121
(18,1,33)
#11011E
(17,1,30)
#10011B
(16,1,27)
#0F0118
(15,1,24)
#0E0115
(14,1,21)
#0D0112
(13,1,18)
#0C010F
(12,1,15)
#0B010C
(11,1,12)
#000000
(0,0,0)

Tints of #15012A

#15012A
(21,1,42)
#2A183D
(42,24,61)
#3F2F50
(63,47,80)
#544663
(84,70,99)
#695D76
(105,93,118)
#7E7489
(126,116,137)
#938B9C
(147,139,156)
#A8A2AF
(168,162,175)
#BDB9C2
(189,185,194)
#D2D0D5
(210,208,213)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15012A color. Also use rgb(21,1,42) instead hex code.

Text Font Color

.myTextColor { color: #15012A; }

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

This text font color is #15012A.


Background Color

.myBgColor { background-color: #15012A; }

<div style="background-color:#15012A">Inner text</div>

This div background color is #15012A.


Border color

.myBorderColor { border: 1px solid #15012A; }

<div style="border:3px solid #15012A">Div</div>

This div border color is #15012A.


Opacity

.myOpacity80 { color: #15012A; opacity: 0.8; }

<p style="color:#15012A;opacity:0.8;">80%</p>

Text with #15012A 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 #15012A;}

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

This text has shadow with #15012A color.

.textShadow {text-shadow: 3px 3px 1px #15012A, 3px 3px 1px red;}

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

This text has shadow with #15012A primary color and red secondary color.


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

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

This text has shadow with #15012A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15012A on black background.


Color preview on white background

This text has color #15012A on white background.



Black color preview on #15012A background

This text has black color on #15012A background.


White color preview on #15012A background

This text has white color on #15012A background.