COLOR #1E1587

HEX: #1E1587
RGB: (30,21,135)

Color info

#1E1587 contains mainly blue color. Web safe color of #1E1587 is #330099 (or #309).

RGB color model

#1E1587 color RGB value is (30,21,135).

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

RGB channels and saturation

R 30 of 255 = 12%
G 21 of 255 = 8%
B 135 of 255 = 53%

30
21
135

R + G + B ~ 24%. #1E1587 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 21 + 135 = 186 (100%)
R 30 of 186 ~ 16.13%
G 21 of 186 ~ 11.29%
B 135 of 186 ~ 72.58%

%16.13
%11.29
%72.58

CMYK color model

#1E1587 color CMYK value is (78,84,0,47).

  • cyan value is 77.78%
  • magenta value is 84.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(78,84,0,47)
C78M84Y0K47 
(78%,84%,0%,47%)
(0.78/0.84/0.00/0.47)	

CMYK percentages

%77.78
%84.44
%0
%47.06

Codes

Color #1E1587 in popluar color models

1E1587
RGB3021135
HSL245°73.08%30.59%
HSB/HSV245°84.44%52.94%
CMYK77.78%84.44%0.00%
47.06%

Color #1E1587 in popluar number systems.

HEX1E1587
Decimal3021135
Binary111101010110000111
Octal3625207

Shades and tints

Shades of #1E1587

#1E1587
(30,21,135)
#1C147B
(28,20,123)
#1A136F
(26,19,111)
#181263
(24,18,99)
#161157
(22,17,87)
#14104B
(20,16,75)
#120F3F
(18,15,63)
#100E33
(16,14,51)
#0E0D27
(14,13,39)
#0C0C1B
(12,12,27)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #1E1587

#1E1587
(30,21,135)
#322A91
(50,42,145)
#463F9B
(70,63,155)
#5A54A5
(90,84,165)
#6E69AF
(110,105,175)
#827EB9
(130,126,185)
#9693C3
(150,147,195)
#AAA8CD
(170,168,205)
#BEBDD7
(190,189,215)
#D2D2E1
(210,210,225)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1587; }

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

This text font color is #1E1587.


Background Color

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

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

This div background color is #1E1587.


Border color

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

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

This div border color is #1E1587.


Opacity

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

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

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

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

This text has shadow with #1E1587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1587 on black background.


Color preview on white background

This text has color #1E1587 on white background.



Black color preview on #1E1587 background

This text has black color on #1E1587 background.


White color preview on #1E1587 background

This text has white color on #1E1587 background.