COLOR #150021

HEX: #150021 RGB: (21,0,33)

Color info

#150021 contains only red and blue colors. Web safe color of #150021 is #000033 (or #003).

RGB color model

#150021 color RGB value is (21,0,33).

RGB: (21,0,33) (8%, 0%, 13%)

RGB channels and saturation

R 21 of 255 = 8%
G 0 of 255 = 0%
B 33 of 255 = 13%

21
0
33

R + G + B ~ 7%. #150021 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 0 + 33 = 54 (100%)
R 21 of 54 ~ 38.89%
G 0 of 54 ~ 0%
B 33 of 54 ~ 61.11'%

%38.89
%61.11

CMYK color model

#150021 color CMYK value is (36,100,0,87).

  • cyan value is 36.36%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (36,100,0,87)
C36M100Y0K87 (36%, 100%, 0%, 87%)
(0.36 / 1.00 / 0.00 / 0.87)

CMYK percentages

%36.36
%100
%0
%87.06

Codes

Color #150021 in popluar color models

15 00 21
RGB 21 0 33
HSL 278° 100.00% 6.47%
HSB/HSV 278° 100.00% 12.94%
CMYK 36.36% 100.00% 0.00%
87.06%

Color #150021 in popluar number systems.

HEX 15 00 21
Decimal 21 0 33
Binary 10101 0 100001
Octal 25 0 41

Shades and tints

Shades of #150021

#150021
(21,0,33)
#14001E
(20,0,30)
#13001B
(19,0,27)
#120018
(18,0,24)
#110015
(17,0,21)
#100012
(16,0,18)
#0F000F
(15,0,15)
#0E000C
(14,0,12)
#0D0009
(13,0,9)
#0C0006
(12,0,6)
#0B0003
(11,0,3)
#000000
(0,0,0)

Tints of #150021

#150021
(21,0,33)
#2A1735
(42,23,53)
#3F2E49
(63,46,73)
#54455D
(84,69,93)
#695C71
(105,92,113)
#7E7385
(126,115,133)
#938A99
(147,138,153)
#A8A1AD
(168,161,173)
#BDB8C1
(189,184,193)
#D2CFD5
(210,207,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150021 color. Also use rgb(21,0,33) instead hex code.

Text Font Color

.myTextColor { color: #150021; }

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

This text font color is #150021.

Background Color

.myBgColor { background-color: #150021; }

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

This div background color is #150021.

Border color

.myBorderColor { border: 1px solid #150021; }

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

This div border color is #150021.

Opacity

.myOpacity80 { color: #150021; opacity: 0.8; }

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

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

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

This text has shadow with #150021 color.


.textShadow {text-shadow: 3px 3px 1px #150021', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #150021; -webkit-box-shadow: 1px 1px 3px 2px #150021; box-shadow:1px 1px 3px 2px #150021;">
Div content here
</div>

This div box has shadow with color #150021.

Preview

Color preview on black background

This text has color #150021 on black background.


Color preview on white background

This text has color #150021 on white background.


Black color preview on #150021 background

This text has black color on #150021 background.


White color preview on #150021 background

This text has white color on #150021 background.


Related colors

Complementary color

Complementary color for #hex is #EAFFDE.


I love getcolorcode.com

Triadic colors

1 #211500 and #002115 with #150021 are triadic colors.

2 #210015 and #001521 with #150021 are triadic colors.