COLOR #00216E

HEX: #00216E
RGB: (0,33,110)

Color info

#00216E contains mainly blue color. Web safe color of #00216E is #003366 (or #036).

RGB color model

#00216E color RGB value is (0,33,110).

  • red value is 0;
  • green value is 33;
  • blue value is 110.
RGB:
(0,33,110)
(0%,13%,43%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 110 of 255 = 43%

0
33
110

R + G + B ~ 19%. #00216E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 110 = 143 (100%)
R 0 of 143 ~ 0%
G 33 of 143 ~ 23.08%
B 110 of 143 ~ 76.92%

%23.08
%76.92

CMYK color model

#00216E color CMYK value is (100,70,0,57).

  • cyan value is 100.00%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(100,70,0,57)
C100M70Y0K57 
(100%,70%,0%,57%)
(1.00/0.70/0.00/0.57)	

CMYK percentages

%100
%70
%0
%56.86

Codes

Color #00216E in popluar color models

00216E
RGB033110
HSL222°100.00%21.57%
HSB/HSV222°100.00%43.14%
CMYK100.00%70.00%0.00%
56.86%

Color #00216E in popluar number systems.

HEX00216E
Decimal033110
Binary01000011101110
Octal041156

Shades and tints

Shades of #00216E

#00216E
(0,33,110)
#001E64
(0,30,100)
#001B5A
(0,27,90)
#001850
(0,24,80)
#001546
(0,21,70)
#00123C
(0,18,60)
#000F32
(0,15,50)
#000C28
(0,12,40)
#00091E
(0,9,30)
#000614
(0,6,20)
#00030A
(0,3,10)
#000000
(0,0,0)

Tints of #00216E

#00216E
(0,33,110)
#17357B
(23,53,123)
#2E4988
(46,73,136)
#455D95
(69,93,149)
#5C71A2
(92,113,162)
#7385AF
(115,133,175)
#8A99BC
(138,153,188)
#A1ADC9
(161,173,201)
#B8C1D6
(184,193,214)
#CFD5E3
(207,213,227)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00216E color. Also use rgb(0,33,110) instead hex code.

Text Font Color

.myTextColor { color: #00216E; }

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

This text font color is #00216E.


Background Color

.myBgColor { background-color: #00216E; }

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

This div background color is #00216E.


Border color

.myBorderColor { border: 1px solid #00216E; }

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

This div border color is #00216E.


Opacity

.myOpacity80 { color: #00216E; opacity: 0.8; }

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

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

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

This text has shadow with #00216E color.

.textShadow {text-shadow: 3px 3px 1px #00216E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00216E on black background.


Color preview on white background

This text has color #00216E on white background.



Black color preview on #00216E background

This text has black color on #00216E background.


White color preview on #00216E background

This text has white color on #00216E background.