COLOR #213A6F

HEX: #213A6F
RGB: (33,58,111)

Color info

#213A6F contains mainly green and blue colors. Web safe color of #213A6F is #333366 (or #336).

RGB color model

#213A6F color RGB value is (33,58,111).

  • red value is 33;
  • green value is 58;
  • blue value is 111.
RGB:
(33,58,111)
(13%,23%,44%)

RGB channels and saturation

R 33 of 255 = 13%
G 58 of 255 = 23%
B 111 of 255 = 44%

33
58
111

R + G + B ~ 27%. #213A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 58 + 111 = 202 (100%)
R 33 of 202 ~ 16.34%
G 58 of 202 ~ 28.71%
B 111 of 202 ~ 54.95%

%16.34
%28.71
%54.95

CMYK color model

#213A6F color CMYK value is (70,48,0,56).

  • cyan value is 70.27%
  • magenta value is 47.75%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(70,48,0,56)
C70M48Y0K56 
(70%,48%,0%,56%)
(0.70/0.48/0.00/0.56)	

CMYK percentages

%70.27
%47.75
%0
%56.47

Codes

Color #213A6F in popluar color models

213A6F
RGB3358111
HSL221°54.17%28.24%
HSB/HSV221°70.27%43.53%
CMYK70.27%47.75%0.00%
56.47%

Color #213A6F in popluar number systems.

HEX213A6F
Decimal3358111
Binary1000011110101101111
Octal4172157

Shades and tints

Shades of #213A6F

#213A6F
(33,58,111)
#1E3565
(30,53,101)
#1B305B
(27,48,91)
#182B51
(24,43,81)
#152647
(21,38,71)
#12213D
(18,33,61)
#0F1C33
(15,28,51)
#0C1729
(12,23,41)
#09121F
(9,18,31)
#060D15
(6,13,21)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #213A6F

#213A6F
(33,58,111)
#354B7C
(53,75,124)
#495C89
(73,92,137)
#5D6D96
(93,109,150)
#717EA3
(113,126,163)
#858FB0
(133,143,176)
#99A0BD
(153,160,189)
#ADB1CA
(173,177,202)
#C1C2D7
(193,194,215)
#D5D3E4
(213,211,228)
#E9E4F1
(233,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213A6F color. Also use rgb(33,58,111) instead hex code.

Text Font Color

.myTextColor { color: #213A6F; }

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

This text font color is #213A6F.


Background Color

.myBgColor { background-color: #213A6F; }

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

This div background color is #213A6F.


Border color

.myBorderColor { border: 1px solid #213A6F; }

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

This div border color is #213A6F.


Opacity

.myOpacity80 { color: #213A6F; opacity: 0.8; }

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

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

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

This text has shadow with #213A6F color.

.textShadow {text-shadow: 3px 3px 1px #213A6F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213A6F on black background.


Color preview on white background

This text has color #213A6F on white background.



Black color preview on #213A6F background

This text has black color on #213A6F background.


White color preview on #213A6F background

This text has white color on #213A6F background.