COLOR #1E2587

HEX: #1E2587
RGB: (30,37,135)

Color info

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

RGB color model

#1E2587 color RGB value is (30,37,135).

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

RGB channels and saturation

R 30 of 255 = 12%
G 37 of 255 = 15%
B 135 of 255 = 53%

30
37
135

R + G + B ~ 27%. #1E2587 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 37 + 135 = 202 (100%)
R 30 of 202 ~ 14.85%
G 37 of 202 ~ 18.32%
B 135 of 202 ~ 66.83%

%14.85
%18.32
%66.83

CMYK color model

#1E2587 color CMYK value is (78,73,0,47).

  • cyan value is 77.78%
  • magenta value is 72.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(78,73,0,47)
C78M73Y0K47 
(78%,73%,0%,47%)
(0.78/0.73/0.00/0.47)	

CMYK percentages

%77.78
%72.59
%0
%47.06

Codes

Color #1E2587 in popluar color models

1E2587
RGB3037135
HSL236°63.64%32.35%
HSB/HSV236°77.78%52.94%
CMYK77.78%72.59%0.00%
47.06%

Color #1E2587 in popluar number systems.

HEX1E2587
Decimal3037135
Binary1111010010110000111
Octal3645207

Shades and tints

Shades of #1E2587

#1E2587
(30,37,135)
#1C227B
(28,34,123)
#1A1F6F
(26,31,111)
#181C63
(24,28,99)
#161957
(22,25,87)
#14164B
(20,22,75)
#12133F
(18,19,63)
#101033
(16,16,51)
#0E0D27
(14,13,39)
#0C0A1B
(12,10,27)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #1E2587

#1E2587
(30,37,135)
#323891
(50,56,145)
#464B9B
(70,75,155)
#5A5EA5
(90,94,165)
#6E71AF
(110,113,175)
#8284B9
(130,132,185)
#9697C3
(150,151,195)
#AAAACD
(170,170,205)
#BEBDD7
(190,189,215)
#D2D0E1
(210,208,225)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2587; }

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

This text font color is #1E2587.


Background Color

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

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

This div background color is #1E2587.


Border color

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

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

This div border color is #1E2587.


Opacity

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

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

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

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

This text has shadow with #1E2587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2587 on black background.


Color preview on white background

This text has color #1E2587 on white background.



Black color preview on #1E2587 background

This text has black color on #1E2587 background.


White color preview on #1E2587 background

This text has white color on #1E2587 background.