COLOR #1E4D94

HEX: #1E4D94
RGB: (30,77,148)

Color info

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

RGB color model

#1E4D94 color RGB value is (30,77,148).

  • red value is 30;
  • green value is 77;
  • blue value is 148.
RGB:
(30,77,148)
(12%,30%,58%)

RGB channels and saturation

R 30 of 255 = 12%
G 77 of 255 = 30%
B 148 of 255 = 58%

30
77
148

R + G + B ~ 33%. #1E4D94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 77 + 148 = 255 (100%)
R 30 of 255 ~ 11.76%
G 77 of 255 ~ 30.2%
B 148 of 255 ~ 58.04%

%11.76
%30.2
%58.04

CMYK color model

#1E4D94 color CMYK value is (80,48,0,42).

  • cyan value is 79.73%
  • magenta value is 47.97%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(80,48,0,42)
C80M48Y0K42 
(80%,48%,0%,42%)
(0.80/0.48/0.00/0.42)	

CMYK percentages

%79.73
%47.97
%0
%41.96

Codes

Color #1E4D94 in popluar color models

1E4D94
RGB3077148
HSL216°66.29%34.90%
HSB/HSV216°79.73%58.04%
CMYK79.73%47.97%0.00%
41.96%

Color #1E4D94 in popluar number systems.

HEX1E4D94
Decimal3077148
Binary11110100110110010100
Octal36115224

Shades and tints

Shades of #1E4D94

#1E4D94
(30,77,148)
#1C4687
(28,70,135)
#1A3F7A
(26,63,122)
#18386D
(24,56,109)
#163160
(22,49,96)
#142A53
(20,42,83)
#122346
(18,35,70)
#101C39
(16,28,57)
#0E152C
(14,21,44)
#0C0E1F
(12,14,31)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #1E4D94

#1E4D94
(30,77,148)
#325D9D
(50,93,157)
#466DA6
(70,109,166)
#5A7DAF
(90,125,175)
#6E8DB8
(110,141,184)
#829DC1
(130,157,193)
#96ADCA
(150,173,202)
#AABDD3
(170,189,211)
#BECDDC
(190,205,220)
#D2DDE5
(210,221,229)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4D94; }

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

This text font color is #1E4D94.


Background Color

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

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

This div background color is #1E4D94.


Border color

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

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

This div border color is #1E4D94.


Opacity

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

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

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

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

This text has shadow with #1E4D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4D94 on black background.


Color preview on white background

This text has color #1E4D94 on white background.



Black color preview on #1E4D94 background

This text has black color on #1E4D94 background.


White color preview on #1E4D94 background

This text has white color on #1E4D94 background.