COLOR #200E71

HEX: #200E71
RGB: (32,14,113)

Color info

#200E71 contains mainly blue color. Web safe color of #200E71 is #330066 (or #306).

RGB color model

#200E71 color RGB value is (32,14,113).

  • red value is 32;
  • green value is 14;
  • blue value is 113.
RGB:
(32,14,113)
(13%,5%,44%)

RGB channels and saturation

R 32 of 255 = 13%
G 14 of 255 = 5%
B 113 of 255 = 44%

32
14
113

R + G + B ~ 21%. #200E71 is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 14 + 113 = 159 (100%)
R 32 of 159 ~ 20.13%
G 14 of 159 ~ 8.81%
B 113 of 159 ~ 71.07%

%20.13
%71.07

CMYK color model

#200E71 color CMYK value is (72,88,0,56).

  • cyan value is 71.68%
  • magenta value is 87.61%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(72,88,0,56)
C72M88Y0K56 
(72%,88%,0%,56%)
(0.72/0.88/0.00/0.56)	

CMYK percentages

%71.68
%87.61
%0
%55.69

Codes

Color #200E71 in popluar color models

200E71
RGB3214113
HSL251°77.95%24.90%
HSB/HSV251°87.61%44.31%
CMYK71.68%87.61%0.00%
55.69%

Color #200E71 in popluar number systems.

HEX200E71
Decimal3214113
Binary10000011101110001
Octal4016161

Shades and tints

Shades of #200E71

#200E71
(32,14,113)
#1E0D67
(30,13,103)
#1C0C5D
(28,12,93)
#1A0B53
(26,11,83)
#180A49
(24,10,73)
#16093F
(22,9,63)
#140835
(20,8,53)
#12072B
(18,7,43)
#100621
(16,6,33)
#0E0517
(14,5,23)
#0C040D
(12,4,13)
#000000
(0,0,0)

Tints of #200E71

#200E71
(32,14,113)
#34237D
(52,35,125)
#483889
(72,56,137)
#5C4D95
(92,77,149)
#7062A1
(112,98,161)
#8477AD
(132,119,173)
#988CB9
(152,140,185)
#ACA1C5
(172,161,197)
#C0B6D1
(192,182,209)
#D4CBDD
(212,203,221)
#E8E0E9
(232,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #200E71 color. Also use rgb(32,14,113) instead hex code.

Text Font Color

.myTextColor { color: #200E71; }

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

This text font color is #200E71.


Background Color

.myBgColor { background-color: #200E71; }

<div style="background-color:#200E71">Inner text</div>

This div background color is #200E71.


Border color

.myBorderColor { border: 1px solid #200E71; }

<div style="border:3px solid #200E71">Div</div>

This div border color is #200E71.


Opacity

.myOpacity80 { color: #200E71; opacity: 0.8; }

<p style="color:#200E71;opacity:0.8;">80%</p>

Text with #200E71 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 #200E71;}

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

This text has shadow with #200E71 color.

.textShadow {text-shadow: 3px 3px 1px #200E71, 3px 3px 1px red;}

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

This text has shadow with #200E71 primary color and red secondary color.


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

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

This text has shadow with #200E71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #200E71 on black background.


Color preview on white background

This text has color #200E71 on white background.



Black color preview on #200E71 background

This text has black color on #200E71 background.


White color preview on #200E71 background

This text has white color on #200E71 background.