COLOR #214B91

HEX: #214B91
RGB: (33,75,145)

Color info

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

RGB color model

#214B91 color RGB value is (33,75,145).

  • red value is 33;
  • green value is 75;
  • blue value is 145.
RGB:
(33,75,145)
(13%,29%,57%)

RGB channels and saturation

R 33 of 255 = 13%
G 75 of 255 = 29%
B 145 of 255 = 57%

33
75
145

R + G + B ~ 33%. #214B91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 75 + 145 = 253 (100%)
R 33 of 253 ~ 13.04%
G 75 of 253 ~ 29.64%
B 145 of 253 ~ 57.31%

%13.04
%29.64
%57.31

CMYK color model

#214B91 color CMYK value is (77,48,0,43).

  • cyan value is 77.24%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(77,48,0,43)
C77M48Y0K43 
(77%,48%,0%,43%)
(0.77/0.48/0.00/0.43)	

CMYK percentages

%77.24
%48.28
%0
%43.14

Codes

Color #214B91 in popluar color models

214B91
RGB3375145
HSL218°62.92%34.90%
HSB/HSV218°77.24%56.86%
CMYK77.24%48.28%0.00%
43.14%

Color #214B91 in popluar number systems.

HEX214B91
Decimal3375145
Binary100001100101110010001
Octal41113221

Shades and tints

Shades of #214B91

#214B91
(33,75,145)
#1E4584
(30,69,132)
#1B3F77
(27,63,119)
#18396A
(24,57,106)
#15335D
(21,51,93)
#122D50
(18,45,80)
#0F2743
(15,39,67)
#0C2136
(12,33,54)
#091B29
(9,27,41)
#06151C
(6,21,28)
#030F0F
(3,15,15)
#000000
(0,0,0)

Tints of #214B91

#214B91
(33,75,145)
#355B9B
(53,91,155)
#496BA5
(73,107,165)
#5D7BAF
(93,123,175)
#718BB9
(113,139,185)
#859BC3
(133,155,195)
#99ABCD
(153,171,205)
#ADBBD7
(173,187,215)
#C1CBE1
(193,203,225)
#D5DBEB
(213,219,235)
#E9EBF5
(233,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214B91 color. Also use rgb(33,75,145) instead hex code.

Text Font Color

.myTextColor { color: #214B91; }

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

This text font color is #214B91.


Background Color

.myBgColor { background-color: #214B91; }

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

This div background color is #214B91.


Border color

.myBorderColor { border: 1px solid #214B91; }

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

This div border color is #214B91.


Opacity

.myOpacity80 { color: #214B91; opacity: 0.8; }

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

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

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

This text has shadow with #214B91 color.

.textShadow {text-shadow: 3px 3px 1px #214B91, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214B91 on black background.


Color preview on white background

This text has color #214B91 on white background.



Black color preview on #214B91 background

This text has black color on #214B91 background.


White color preview on #214B91 background

This text has white color on #214B91 background.