COLOR #15216F

HEX: #15216F RGB: (21,33,111)

Color info

#15216F contains mainly blue color. Web safe color of #15216F is #003366 (or #036).

RGB color model

#15216F color RGB value is (21,33,111).

RGB: (21,33,111) (8%, 13%, 44%)

RGB channels and saturation

R 21 of 255 = 8%
G 33 of 255 = 13%
B 111 of 255 = 44%

21
33
111

R + G + B ~ 22%. #15216F is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 33 + 111 = 165 (100%)
R 21 of 165 ~ 12.73%
G 33 of 165 ~ 20%
B 111 of 165 ~ 67.27'%

%12.73
%20
%67.27

CMYK color model

#15216F color CMYK value is (81,70,0,56).

  • cyan value is 81.08%
  • magenta value is 70.27%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (81,70,0,56)
C81M70Y0K56 (81%, 70%, 0%, 56%)
(0.81 / 0.70 / 0.00 / 0.56)

CMYK percentages

%81.08
%70.27
%0
%56.47

Codes

Color #15216F in popluar color models

15 21 6F
RGB 21 33 111
HSL 232° 68.18% 25.88%
HSB/HSV 232° 81.08% 43.53%
CMYK 81.08% 70.27% 0.00%
56.47%

Color #15216F in popluar number systems.

HEX 15 21 6F
Decimal 21 33 111
Binary 10101 100001 1101111
Octal 25 41 157

Shades and tints

Shades of #15216F

#15216F
(21,33,111)
#141E65
(20,30,101)
#131B5B
(19,27,91)
#121851
(18,24,81)
#111547
(17,21,71)
#10123D
(16,18,61)
#0F0F33
(15,15,51)
#0E0C29
(14,12,41)
#0D091F
(13,9,31)
#0C0615
(12,6,21)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #15216F

#15216F
(21,33,111)
#2A357C
(42,53,124)
#3F4989
(63,73,137)
#545D96
(84,93,150)
#6971A3
(105,113,163)
#7E85B0
(126,133,176)
#9399BD
(147,153,189)
#A8ADCA
(168,173,202)
#BDC1D7
(189,193,215)
#D2D5E4
(210,213,228)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15216F; }

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

This text font color is #15216F.

Background Color

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

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

This div background color is #15216F.

Border color

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

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

This div border color is #15216F.

Opacity

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

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

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

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

This text has shadow with #15216F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15216F.

Preview

Color preview on black background

This text has color #15216F on black background.


Color preview on white background

This text has color #15216F on white background.


Black color preview on #15216F background

This text has black color on #15216F background.


White color preview on #15216F background

This text has white color on #15216F background.


Related colors

Complementary color

Complementary color for #hex is #EADE90.


I love getcolorcode.com

Triadic colors

1 #6F1521 and #216F15 with #15216F are triadic colors.

2 #6F2115 and #21156F with #15216F are triadic colors.