COLOR #213A75

HEX: #213A75
RGB: (33,58,117)

Color info

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

RGB color model

#213A75 color RGB value is (33,58,117).

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

RGB channels and saturation

R 33 of 255 = 13%
G 58 of 255 = 23%
B 117 of 255 = 46%

33
58
117

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

Portions of RGB colors in percentages

R + G + B =
33 + 58 + 117 = 208 (100%)
R 33 of 208 ~ 15.87%
G 58 of 208 ~ 27.88%
B 117 of 208 ~ 56.25%

%15.87
%27.88
%56.25

CMYK color model

#213A75 color CMYK value is (72,50,0,54).

  • cyan value is 71.79%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(72,50,0,54)
C72M50Y0K54 
(72%,50%,0%,54%)
(0.72/0.50/0.00/0.54)	

CMYK percentages

%71.79
%50.43
%0
%54.12

Codes

Color #213A75 in popluar color models

213A75
RGB3358117
HSL222°56.00%29.41%
HSB/HSV222°71.79%45.88%
CMYK71.79%50.43%0.00%
54.12%

Color #213A75 in popluar number systems.

HEX213A75
Decimal3358117
Binary1000011110101110101
Octal4172165

Shades and tints

Shades of #213A75

#213A75
(33,58,117)
#1E356B
(30,53,107)
#1B3061
(27,48,97)
#182B57
(24,43,87)
#15264D
(21,38,77)
#122143
(18,33,67)
#0F1C39
(15,28,57)
#0C172F
(12,23,47)
#091225
(9,18,37)
#060D1B
(6,13,27)
#030811
(3,8,17)
#000000
(0,0,0)

Tints of #213A75

#213A75
(33,58,117)
#354B81
(53,75,129)
#495C8D
(73,92,141)
#5D6D99
(93,109,153)
#717EA5
(113,126,165)
#858FB1
(133,143,177)
#99A0BD
(153,160,189)
#ADB1C9
(173,177,201)
#C1C2D5
(193,194,213)
#D5D3E1
(213,211,225)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213A75; }

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

This text font color is #213A75.


Background Color

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

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

This div background color is #213A75.


Border color

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

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

This div border color is #213A75.


Opacity

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

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

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

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

This text has shadow with #213A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213A75 on black background.


Color preview on white background

This text has color #213A75 on white background.



Black color preview on #213A75 background

This text has black color on #213A75 background.


White color preview on #213A75 background

This text has white color on #213A75 background.