COLOR #213C69

HEX: #213C69
RGB: (33,60,105)

Color info

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

RGB color model

#213C69 color RGB value is (33,60,105).

  • red value is 33;
  • green value is 60;
  • blue value is 105.
RGB:
(33,60,105)
(13%,24%,41%)

RGB channels and saturation

R 33 of 255 = 13%
G 60 of 255 = 24%
B 105 of 255 = 41%

33
60
105

R + G + B ~ 26%. #213C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 60 + 105 = 198 (100%)
R 33 of 198 ~ 16.67%
G 60 of 198 ~ 30.3%
B 105 of 198 ~ 53.03%

%16.67
%30.3
%53.03

CMYK color model

#213C69 color CMYK value is (69,43,0,59).

  • cyan value is 68.57%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(69,43,0,59)
C69M43Y0K59 
(69%,43%,0%,59%)
(0.69/0.43/0.00/0.59)	

CMYK percentages

%68.57
%42.86
%0
%58.82

Codes

Color #213C69 in popluar color models

213C69
RGB3360105
HSL218°52.17%27.06%
HSB/HSV218°68.57%41.18%
CMYK68.57%42.86%0.00%
58.82%

Color #213C69 in popluar number systems.

HEX213C69
Decimal3360105
Binary1000011111001101001
Octal4174151

Shades and tints

Shades of #213C69

#213C69
(33,60,105)
#1E3760
(30,55,96)
#1B3257
(27,50,87)
#182D4E
(24,45,78)
#152845
(21,40,69)
#12233C
(18,35,60)
#0F1E33
(15,30,51)
#0C192A
(12,25,42)
#091421
(9,20,33)
#060F18
(6,15,24)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #213C69

#213C69
(33,60,105)
#354D76
(53,77,118)
#495E83
(73,94,131)
#5D6F90
(93,111,144)
#71809D
(113,128,157)
#8591AA
(133,145,170)
#99A2B7
(153,162,183)
#ADB3C4
(173,179,196)
#C1C4D1
(193,196,209)
#D5D5DE
(213,213,222)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213C69 color. Also use rgb(33,60,105) instead hex code.

Text Font Color

.myTextColor { color: #213C69; }

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

This text font color is #213C69.


Background Color

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

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

This div background color is #213C69.


Border color

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

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

This div border color is #213C69.


Opacity

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

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

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

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

This text has shadow with #213C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213C69 on black background.


Color preview on white background

This text has color #213C69 on white background.



Black color preview on #213C69 background

This text has black color on #213C69 background.


White color preview on #213C69 background

This text has white color on #213C69 background.