COLOR #1E214C

HEX: #1E214C
RGB: (30,33,76)

Color info

#1E214C contains red, green and blue colors in about the same proportion. Web safe color of #1E214C is #333333 (or #333).

RGB color model

#1E214C color RGB value is (30,33,76).

  • red value is 30;
  • green value is 33;
  • blue value is 76.
RGB:
(30,33,76)
(12%,13%,30%)

RGB channels and saturation

R 30 of 255 = 12%
G 33 of 255 = 13%
B 76 of 255 = 30%

30
33
76

R + G + B ~ 18%. #1E214C is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 33 + 76 = 139 (100%)
R 30 of 139 ~ 21.58%
G 33 of 139 ~ 23.74%
B 76 of 139 ~ 54.68%

%21.58
%23.74
%54.68

CMYK color model

#1E214C color CMYK value is (61,57,0,70).

  • cyan value is 60.53%
  • magenta value is 56.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(61,57,0,70)
C61M57Y0K70 
(61%,57%,0%,70%)
(0.61/0.57/0.00/0.70)	

CMYK percentages

%60.53
%56.58
%0
%70.2

Codes

Color #1E214C in popluar color models

1E214C
RGB303376
HSL236°43.40%20.78%
HSB/HSV236°60.53%29.80%
CMYK60.53%56.58%0.00%
70.20%

Color #1E214C in popluar number systems.

HEX1E214C
Decimal303376
Binary111101000011001100
Octal3641114

Shades and tints

Shades of #1E214C

#1E214C
(30,33,76)
#1C1E46
(28,30,70)
#1A1B40
(26,27,64)
#18183A
(24,24,58)
#161534
(22,21,52)
#14122E
(20,18,46)
#120F28
(18,15,40)
#100C22
(16,12,34)
#0E091C
(14,9,28)
#0C0616
(12,6,22)
#0A0310
(10,3,16)
#000000
(0,0,0)

Tints of #1E214C

#1E214C
(30,33,76)
#32355C
(50,53,92)
#46496C
(70,73,108)
#5A5D7C
(90,93,124)
#6E718C
(110,113,140)
#82859C
(130,133,156)
#9699AC
(150,153,172)
#AAADBC
(170,173,188)
#BEC1CC
(190,193,204)
#D2D5DC
(210,213,220)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E214C color. Also use rgb(30,33,76) instead hex code.

Text Font Color

.myTextColor { color: #1E214C; }

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

This text font color is #1E214C.


Background Color

.myBgColor { background-color: #1E214C; }

<div style="background-color:#1E214C">Inner text</div>

This div background color is #1E214C.


Border color

.myBorderColor { border: 1px solid #1E214C; }

<div style="border:3px solid #1E214C">Div</div>

This div border color is #1E214C.


Opacity

.myOpacity80 { color: #1E214C; opacity: 0.8; }

<p style="color:#1E214C;opacity:0.8;">80%</p>

Text with #1E214C 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 #1E214C;}

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

This text has shadow with #1E214C color.

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

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

This text has shadow with #1E214C primary color and red secondary color.


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

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

This text has shadow with #1E214C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E214C on black background.


Color preview on white background

This text has color #1E214C on white background.



Black color preview on #1E214C background

This text has black color on #1E214C background.


White color preview on #1E214C background

This text has white color on #1E214C background.