COLOR #1E4987

HEX: #1E4987
RGB: (30,73,135)

Color info

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

RGB color model

#1E4987 color RGB value is (30,73,135).

  • red value is 30;
  • green value is 73;
  • blue value is 135.
RGB:
(30,73,135)
(12%,29%,53%)

RGB channels and saturation

R 30 of 255 = 12%
G 73 of 255 = 29%
B 135 of 255 = 53%

30
73
135

R + G + B ~ 31%. #1E4987 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 73 + 135 = 238 (100%)
R 30 of 238 ~ 12.61%
G 73 of 238 ~ 30.67%
B 135 of 238 ~ 56.72%

%12.61
%30.67
%56.72

CMYK color model

#1E4987 color CMYK value is (78,46,0,47).

  • cyan value is 77.78%
  • magenta value is 45.93%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(78,46,0,47)
C78M46Y0K47 
(78%,46%,0%,47%)
(0.78/0.46/0.00/0.47)	

CMYK percentages

%77.78
%45.93
%0
%47.06

Codes

Color #1E4987 in popluar color models

1E4987
RGB3073135
HSL215°63.64%32.35%
HSB/HSV215°77.78%52.94%
CMYK77.78%45.93%0.00%
47.06%

Color #1E4987 in popluar number systems.

HEX1E4987
Decimal3073135
Binary11110100100110000111
Octal36111207

Shades and tints

Shades of #1E4987

#1E4987
(30,73,135)
#1C437B
(28,67,123)
#1A3D6F
(26,61,111)
#183763
(24,55,99)
#163157
(22,49,87)
#142B4B
(20,43,75)
#12253F
(18,37,63)
#101F33
(16,31,51)
#0E1927
(14,25,39)
#0C131B
(12,19,27)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #1E4987

#1E4987
(30,73,135)
#325991
(50,89,145)
#46699B
(70,105,155)
#5A79A5
(90,121,165)
#6E89AF
(110,137,175)
#8299B9
(130,153,185)
#96A9C3
(150,169,195)
#AAB9CD
(170,185,205)
#BEC9D7
(190,201,215)
#D2D9E1
(210,217,225)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4987 color. Also use rgb(30,73,135) instead hex code.

Text Font Color

.myTextColor { color: #1E4987; }

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

This text font color is #1E4987.


Background Color

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

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

This div background color is #1E4987.


Border color

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

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

This div border color is #1E4987.


Opacity

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

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

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

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

This text has shadow with #1E4987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4987 on black background.


Color preview on white background

This text has color #1E4987 on white background.



Black color preview on #1E4987 background

This text has black color on #1E4987 background.


White color preview on #1E4987 background

This text has white color on #1E4987 background.