COLOR #213986

HEX: #213986 RGB: (33,57,134)

Color info

#213986 contains mainly blue color. Web safe color of #213986 is #333399 (or #339).

RGB color model

#213986 color RGB value is (33,57,134).

RGB: (33,57,134) (13%, 22%, 53%)

RGB channels and saturation

R 33 of 255 = 13%
G 57 of 255 = 22%
B 134 of 255 = 53%

33
57
134

R + G + B ~ 29%. #213986 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 57 + 134 = 224 (100%)
R 33 of 224 ~ 14.73%
G 57 of 224 ~ 25.45%
B 134 of 224 ~ 59.82'%

%14.73
%25.45
%59.82

CMYK color model

#213986 color CMYK value is (75,57,0,47).

  • cyan value is 75.37%
  • magenta value is 57.46%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (75,57,0,47)
C75M57Y0K47 (75%, 57%, 0%, 47%)
(0.75 / 0.57 / 0.00 / 0.47)

CMYK percentages

%75.37
%57.46
%0
%47.45

Codes

Color #213986 in popluar color models

21 39 86
RGB 33 57 134
HSL 226° 60.48% 32.75%
HSB/HSV 226° 75.37% 52.55%
CMYK 75.37% 57.46% 0.00%
47.45%

Color #213986 in popluar number systems.

HEX 21 39 86
Decimal 33 57 134
Binary 100001 111001 10000110
Octal 41 71 206

Shades and tints

Shades of #213986

#213986
(33,57,134)
#1E347A
(30,52,122)
#1B2F6E
(27,47,110)
#182A62
(24,42,98)
#152556
(21,37,86)
#12204A
(18,32,74)
#0F1B3E
(15,27,62)
#0C1632
(12,22,50)
#091126
(9,17,38)
#060C1A
(6,12,26)
#03070E
(3,7,14)
#000000
(0,0,0)

Tints of #213986

#213986
(33,57,134)
#354B91
(53,75,145)
#495D9C
(73,93,156)
#5D6FA7
(93,111,167)
#7181B2
(113,129,178)
#8593BD
(133,147,189)
#99A5C8
(153,165,200)
#ADB7D3
(173,183,211)
#C1C9DE
(193,201,222)
#D5DBE9
(213,219,233)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213986 color. Also use rgb(33,57,134) instead hex code.

Text Font Color

.myTextColor { color: #213986; }

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

This text font color is #213986.

Background Color

.myBgColor { background-color: #213986; }

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

This div background color is #213986.

Border color

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

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

This div border color is #213986.

Opacity

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

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

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

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

This text has shadow with #213986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213986.

Preview

Color preview on black background

This text has color #213986 on black background.


Color preview on white background

This text has color #213986 on white background.


Black color preview on #213986 background

This text has black color on #213986 background.


White color preview on #213986 background

This text has white color on #213986 background.


Related colors

Complementary color

Complementary color for #hex is #DEC679.


I love getcolorcode.com

Triadic colors

1 #862139 and #398621 with #213986 are triadic colors.

2 #863921 and #392186 with #213986 are triadic colors.