COLOR #1E4DAA

HEX: #1E4DAA RGB: (30,77,170)

Color info

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

RGB color model

#1E4DAA color RGB value is (30,77,170).

RGB: (30,77,170) (12%, 30%, 67%)

RGB channels and saturation

R 30 of 255 = 12%
G 77 of 255 = 30%
B 170 of 255 = 67%

30
77
170

R + G + B ~ 36%. #1E4DAA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 77 + 170 = 277 (100%)
R 30 of 277 ~ 10.83%
G 77 of 277 ~ 27.8%
B 170 of 277 ~ 61.37'%

%10.83
%27.8
%61.37

CMYK color model

#1E4DAA color CMYK value is (82,55,0,33).

  • cyan value is 82.35%
  • magenta value is 54.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (82,55,0,33)
C82M55Y0K33 (82%, 55%, 0%, 33%)
(0.82 / 0.55 / 0.00 / 0.33)

CMYK percentages

%82.35
%54.71
%0
%33.33

Codes

Color #1E4DAA in popluar color models

1E 4D AA
RGB 30 77 170
HSL 220° 70.00% 39.22%
HSB/HSV 220° 82.35% 66.67%
CMYK 82.35% 54.71% 0.00%
33.33%

Color #1E4DAA in popluar number systems.

HEX 1E 4D AA
Decimal 30 77 170
Binary 11110 1001101 10101010
Octal 36 115 252

Shades and tints

Shades of #1E4DAA

#1E4DAA
(30,77,170)
#1C469B
(28,70,155)
#1A3F8C
(26,63,140)
#18387D
(24,56,125)
#16316E
(22,49,110)
#142A5F
(20,42,95)
#122350
(18,35,80)
#101C41
(16,28,65)
#0E1532
(14,21,50)
#0C0E23
(12,14,35)
#0A0714
(10,7,20)
#000000
(0,0,0)

Tints of #1E4DAA

#1E4DAA
(30,77,170)
#325DB1
(50,93,177)
#466DB8
(70,109,184)
#5A7DBF
(90,125,191)
#6E8DC6
(110,141,198)
#829DCD
(130,157,205)
#96ADD4
(150,173,212)
#AABDDB
(170,189,219)
#BECDE2
(190,205,226)
#D2DDE9
(210,221,233)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4DAA color. Also use rgb(30,77,170) instead hex code.

Text Font Color

.myTextColor { color: #1E4DAA; }

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

This text font color is #1E4DAA.

Background Color

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

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

This div background color is #1E4DAA.

Border color

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

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

This div border color is #1E4DAA.

Opacity

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

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

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

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

This text has shadow with #1E4DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E4DAA.

Preview

Color preview on black background

This text has color #1E4DAA on black background.


Color preview on white background

This text has color #1E4DAA on white background.


Black color preview on #1E4DAA background

This text has black color on #1E4DAA background.


White color preview on #1E4DAA background

This text has white color on #1E4DAA background.


Related colors

Complementary color

Complementary color for #hex is #E1B255.


I love getcolorcode.com

Triadic colors

1 #AA1E4D and #4DAA1E with #1E4DAA are triadic colors.

2 #AA4D1E and #4D1EAA with #1E4DAA are triadic colors.