COLOR #1E4AA4

HEX: #1E4AA4
RGB: (30,74,164)

Color info

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

RGB color model

#1E4AA4 color RGB value is (30,74,164).

  • red value is 30;
  • green value is 74;
  • blue value is 164.
RGB:
(30,74,164)
(12%,29%,64%)

RGB channels and saturation

R 30 of 255 = 12%
G 74 of 255 = 29%
B 164 of 255 = 64%

30
74
164

R + G + B ~ 35%. #1E4AA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 74 + 164 = 268 (100%)
R 30 of 268 ~ 11.19%
G 74 of 268 ~ 27.61%
B 164 of 268 ~ 61.19%

%11.19
%27.61
%61.19

CMYK color model

#1E4AA4 color CMYK value is (82,55,0,36).

  • cyan value is 81.71%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(82,55,0,36)
C82M55Y0K36 
(82%,55%,0%,36%)
(0.82/0.55/0.00/0.36)	

CMYK percentages

%81.71
%54.88
%0
%35.69

Codes

Color #1E4AA4 in popluar color models

1E4AA4
RGB3074164
HSL220°69.07%38.04%
HSB/HSV220°81.71%64.31%
CMYK81.71%54.88%0.00%
35.69%

Color #1E4AA4 in popluar number systems.

HEX1E4AA4
Decimal3074164
Binary11110100101010100100
Octal36112244

Shades and tints

Shades of #1E4AA4

#1E4AA4
(30,74,164)
#1C4496
(28,68,150)
#1A3E88
(26,62,136)
#18387A
(24,56,122)
#16326C
(22,50,108)
#142C5E
(20,44,94)
#122650
(18,38,80)
#102042
(16,32,66)
#0E1A34
(14,26,52)
#0C1426
(12,20,38)
#0A0E18
(10,14,24)
#000000
(0,0,0)

Tints of #1E4AA4

#1E4AA4
(30,74,164)
#325AAC
(50,90,172)
#466AB4
(70,106,180)
#5A7ABC
(90,122,188)
#6E8AC4
(110,138,196)
#829ACC
(130,154,204)
#96AAD4
(150,170,212)
#AABADC
(170,186,220)
#BECAE4
(190,202,228)
#D2DAEC
(210,218,236)
#E6EAF4
(230,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4AA4 color. Also use rgb(30,74,164) instead hex code.

Text Font Color

.myTextColor { color: #1E4AA4; }

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

This text font color is #1E4AA4.


Background Color

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

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

This div background color is #1E4AA4.


Border color

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

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

This div border color is #1E4AA4.


Opacity

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

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

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

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

This text has shadow with #1E4AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4AA4 on black background.


Color preview on white background

This text has color #1E4AA4 on white background.



Black color preview on #1E4AA4 background

This text has black color on #1E4AA4 background.


White color preview on #1E4AA4 background

This text has white color on #1E4AA4 background.