COLOR #1E4C8A

HEX: #1E4C8A RGB: (30,76,138)

Color info

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

RGB color model

#1E4C8A color RGB value is (30,76,138).

RGB: (30,76,138) (12%, 30%, 54%)

RGB channels and saturation

R 30 of 255 = 12%
G 76 of 255 = 30%
B 138 of 255 = 54%

30
76
138

R + G + B ~ 32%. #1E4C8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 76 + 138 = 244 (100%)
R 30 of 244 ~ 12.3%
G 76 of 244 ~ 31.15%
B 138 of 244 ~ 56.56'%

%12.3
%31.15
%56.56

CMYK color model

#1E4C8A color CMYK value is (78,45,0,46).

  • cyan value is 78.26%
  • magenta value is 44.93%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (78,45,0,46)
C78M45Y0K46 (78%, 45%, 0%, 46%)
(0.78 / 0.45 / 0.00 / 0.46)

CMYK percentages

%78.26
%44.93
%0
%45.88

Codes

Color #1E4C8A in popluar color models

1E 4C 8A
RGB 30 76 138
HSL 214° 64.29% 32.94%
HSB/HSV 214° 78.26% 54.12%
CMYK 78.26% 44.93% 0.00%
45.88%

Color #1E4C8A in popluar number systems.

HEX 1E 4C 8A
Decimal 30 76 138
Binary 11110 1001100 10001010
Octal 36 114 212

Shades and tints

Shades of #1E4C8A

#1E4C8A
(30,76,138)
#1C467E
(28,70,126)
#1A4072
(26,64,114)
#183A66
(24,58,102)
#16345A
(22,52,90)
#142E4E
(20,46,78)
#122842
(18,40,66)
#102236
(16,34,54)
#0E1C2A
(14,28,42)
#0C161E
(12,22,30)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #1E4C8A

#1E4C8A
(30,76,138)
#325C94
(50,92,148)
#466C9E
(70,108,158)
#5A7CA8
(90,124,168)
#6E8CB2
(110,140,178)
#829CBC
(130,156,188)
#96ACC6
(150,172,198)
#AABCD0
(170,188,208)
#BECCDA
(190,204,218)
#D2DCE4
(210,220,228)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4C8A; }

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

This text font color is #1E4C8A.

Background Color

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

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

This div background color is #1E4C8A.

Border color

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

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

This div border color is #1E4C8A.

Opacity

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

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

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

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

This text has shadow with #1E4C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E4C8A.

Preview

Color preview on black background

This text has color #1E4C8A on black background.


Color preview on white background

This text has color #1E4C8A on white background.


Black color preview on #1E4C8A background

This text has black color on #1E4C8A background.


White color preview on #1E4C8A background

This text has white color on #1E4C8A background.


Related colors

Complementary color

Complementary color for #hex is #E1B375.


I love getcolorcode.com

Triadic colors

1 #8A1E4C and #4C8A1E with #1E4C8A are triadic colors.

2 #8A4C1E and #4C1E8A with #1E4C8A are triadic colors.