COLOR #1E42A2

HEX: #1E42A2
RGB: (30,66,162)

Color info

#1E42A2 contains mainly blue color. Web safe color of #1E42A2 is #333399 (or #339).

RGB color model

#1E42A2 color RGB value is (30,66,162).

  • red value is 30;
  • green value is 66;
  • blue value is 162.
RGB:
(30,66,162)
(12%,26%,64%)

RGB channels and saturation

R 30 of 255 = 12%
G 66 of 255 = 26%
B 162 of 255 = 64%

30
66
162

R + G + B ~ 34%. #1E42A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 66 + 162 = 258 (100%)
R 30 of 258 ~ 11.63%
G 66 of 258 ~ 25.58%
B 162 of 258 ~ 62.79%

%11.63
%25.58
%62.79

CMYK color model

#1E42A2 color CMYK value is (81,59,0,36).

  • cyan value is 81.48%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(81,59,0,36)
C81M59Y0K36 
(81%,59%,0%,36%)
(0.81/0.59/0.00/0.36)	

CMYK percentages

%81.48
%59.26
%0
%36.47

Codes

Color #1E42A2 in popluar color models

1E42A2
RGB3066162
HSL224°68.75%37.65%
HSB/HSV224°81.48%63.53%
CMYK81.48%59.26%0.00%
36.47%

Color #1E42A2 in popluar number systems.

HEX1E42A2
Decimal3066162
Binary11110100001010100010
Octal36102242

Shades and tints

Shades of #1E42A2

#1E42A2
(30,66,162)
#1C3C94
(28,60,148)
#1A3686
(26,54,134)
#183078
(24,48,120)
#162A6A
(22,42,106)
#14245C
(20,36,92)
#121E4E
(18,30,78)
#101840
(16,24,64)
#0E1232
(14,18,50)
#0C0C24
(12,12,36)
#0A0616
(10,6,22)
#000000
(0,0,0)

Tints of #1E42A2

#1E42A2
(30,66,162)
#3253AA
(50,83,170)
#4664B2
(70,100,178)
#5A75BA
(90,117,186)
#6E86C2
(110,134,194)
#8297CA
(130,151,202)
#96A8D2
(150,168,210)
#AAB9DA
(170,185,218)
#BECAE2
(190,202,226)
#D2DBEA
(210,219,234)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E42A2 color. Also use rgb(30,66,162) instead hex code.

Text Font Color

.myTextColor { color: #1E42A2; }

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

This text font color is #1E42A2.


Background Color

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

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

This div background color is #1E42A2.


Border color

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

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

This div border color is #1E42A2.


Opacity

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

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

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

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

This text has shadow with #1E42A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E42A2 on black background.


Color preview on white background

This text has color #1E42A2 on white background.



Black color preview on #1E42A2 background

This text has black color on #1E42A2 background.


White color preview on #1E42A2 background

This text has white color on #1E42A2 background.