COLOR #213159

HEX: #213159 RGB: (33,49,89)

Color info

#213159 contains red, green and blue colors in about the same proportion. Web safe color of #213159 is #333366 (or #336).

RGB color model

#213159 color RGB value is (33,49,89).

RGB: (33,49,89) (13%, 19%, 35%)

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 89 of 255 = 35%

33
49
89

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

Portions of RGB colors in percentages

R + G + B = 33 + 49 + 89 = 171 (100%)
R 33 of 171 ~ 19.3%
G 49 of 171 ~ 28.65%
B 89 of 171 ~ 52.05'%

%19.3
%28.65
%52.05

CMYK color model

#213159 color CMYK value is (63,45,0,65).

  • cyan value is 62.92%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (63,45,0,65)
C63M45Y0K65 (63%, 45%, 0%, 65%)
(0.63 / 0.45 / 0.00 / 0.65)

CMYK percentages

%62.92
%44.94
%0
%65.1

Codes

Color #213159 in popluar color models

21 31 59
RGB 33 49 89
HSL 223° 45.90% 23.92%
HSB/HSV 223° 62.92% 34.90%
CMYK 62.92% 44.94% 0.00%
65.10%

Color #213159 in popluar number systems.

HEX 21 31 59
Decimal 33 49 89
Binary 100001 110001 1011001
Octal 41 61 131

Shades and tints

Shades of #213159

#213159
(33,49,89)
#1E2D51
(30,45,81)
#1B2949
(27,41,73)
#182541
(24,37,65)
#152139
(21,33,57)
#121D31
(18,29,49)
#0F1929
(15,25,41)
#0C1521
(12,21,33)
#091119
(9,17,25)
#060D11
(6,13,17)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #213159

#213159
(33,49,89)
#354368
(53,67,104)
#495577
(73,85,119)
#5D6786
(93,103,134)
#717995
(113,121,149)
#858BA4
(133,139,164)
#999DB3
(153,157,179)
#ADAFC2
(173,175,194)
#C1C1D1
(193,193,209)
#D5D3E0
(213,211,224)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213159 color. Also use rgb(33,49,89) instead hex code.

Text Font Color

.myTextColor { color: #213159; }

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

This text font color is #213159.

Background Color

.myBgColor { background-color: #213159; }

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

This div background color is #213159.

Border color

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

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

This div border color is #213159.

Opacity

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

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

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

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

This text has shadow with #213159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213159.

Preview

Color preview on black background

This text has color #213159 on black background.


Color preview on white background

This text has color #213159 on white background.


Black color preview on #213159 background

This text has black color on #213159 background.


White color preview on #213159 background

This text has white color on #213159 background.


Related colors

Complementary color

Complementary color for #hex is #DECEA6.


I love getcolorcode.com

Triadic colors

1 #592131 and #315921 with #213159 are triadic colors.

2 #593121 and #312159 with #213159 are triadic colors.