COLOR #00217C

HEX: #00217C
RGB: (0,33,124)

Color info

#00217C contains mainly blue color. Web safe color of #00217C is #003366 (or #036).

RGB color model

#00217C color RGB value is (0,33,124).

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

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 124 of 255 = 49%

0
33
124

R + G + B ~ 21%. #00217C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 124 = 157 (100%)
R 0 of 157 ~ 0%
G 33 of 157 ~ 21.02%
B 124 of 157 ~ 78.98%

%21.02
%78.98

CMYK color model

#00217C color CMYK value is (100,73,0,51).

  • cyan value is 100.00%
  • magenta value is 73.39%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(100,73,0,51)
C100M73Y0K51 
(100%,73%,0%,51%)
(1.00/0.73/0.00/0.51)	

CMYK percentages

%100
%73.39
%0
%51.37

Codes

Color #00217C in popluar color models

00217C
RGB033124
HSL224°100.00%24.31%
HSB/HSV224°100.00%48.63%
CMYK100.00%73.39%0.00%
51.37%

Color #00217C in popluar number systems.

HEX00217C
Decimal033124
Binary01000011111100
Octal041174

Shades and tints

Shades of #00217C

#00217C
(0,33,124)
#001E71
(0,30,113)
#001B66
(0,27,102)
#00185B
(0,24,91)
#001550
(0,21,80)
#001245
(0,18,69)
#000F3A
(0,15,58)
#000C2F
(0,12,47)
#000924
(0,9,36)
#000619
(0,6,25)
#00030E
(0,3,14)
#000000
(0,0,0)

Tints of #00217C

#00217C
(0,33,124)
#173587
(23,53,135)
#2E4992
(46,73,146)
#455D9D
(69,93,157)
#5C71A8
(92,113,168)
#7385B3
(115,133,179)
#8A99BE
(138,153,190)
#A1ADC9
(161,173,201)
#B8C1D4
(184,193,212)
#CFD5DF
(207,213,223)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00217C color. Also use rgb(0,33,124) instead hex code.

Text Font Color

.myTextColor { color: #00217C; }

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

This text font color is #00217C.


Background Color

.myBgColor { background-color: #00217C; }

<div style="background-color:#00217C">Inner text</div>

This div background color is #00217C.


Border color

.myBorderColor { border: 1px solid #00217C; }

<div style="border:3px solid #00217C">Div</div>

This div border color is #00217C.


Opacity

.myOpacity80 { color: #00217C; opacity: 0.8; }

<p style="color:#00217C;opacity:0.8;">80%</p>

Text with #00217C 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 #00217C;}

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

This text has shadow with #00217C color.

.textShadow {text-shadow: 3px 3px 1px #00217C, 3px 3px 1px red;}

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

This text has shadow with #00217C primary color and red secondary color.


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

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

This text has shadow with #00217C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00217C on black background.


Color preview on white background

This text has color #00217C on white background.



Black color preview on #00217C background

This text has black color on #00217C background.


White color preview on #00217C background

This text has white color on #00217C background.