COLOR #1E2497

HEX: #1E2497
RGB: (30,36,151)

Color info

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

RGB color model

#1E2497 color RGB value is (30,36,151).

  • red value is 30;
  • green value is 36;
  • blue value is 151.
RGB:
(30,36,151)
(12%,14%,59%)

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 151 of 255 = 59%

30
36
151

R + G + B ~ 28%. #1E2497 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 36 + 151 = 217 (100%)
R 30 of 217 ~ 13.82%
G 36 of 217 ~ 16.59%
B 151 of 217 ~ 69.59%

%13.82
%16.59
%69.59

CMYK color model

#1E2497 color CMYK value is (80,76,0,41).

  • cyan value is 80.13%
  • magenta value is 76.16%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(80,76,0,41)
C80M76Y0K41 
(80%,76%,0%,41%)
(0.80/0.76/0.00/0.41)	

CMYK percentages

%80.13
%76.16
%0
%40.78

Codes

Color #1E2497 in popluar color models

1E2497
RGB3036151
HSL237°66.85%35.49%
HSB/HSV237°80.13%59.22%
CMYK80.13%76.16%0.00%
40.78%

Color #1E2497 in popluar number systems.

HEX1E2497
Decimal3036151
Binary1111010010010010111
Octal3644227

Shades and tints

Shades of #1E2497

#1E2497
(30,36,151)
#1C218A
(28,33,138)
#1A1E7D
(26,30,125)
#181B70
(24,27,112)
#161863
(22,24,99)
#141556
(20,21,86)
#121249
(18,18,73)
#100F3C
(16,15,60)
#0E0C2F
(14,12,47)
#0C0922
(12,9,34)
#0A0615
(10,6,21)
#000000
(0,0,0)

Tints of #1E2497

#1E2497
(30,36,151)
#3237A0
(50,55,160)
#464AA9
(70,74,169)
#5A5DB2
(90,93,178)
#6E70BB
(110,112,187)
#8283C4
(130,131,196)
#9696CD
(150,150,205)
#AAA9D6
(170,169,214)
#BEBCDF
(190,188,223)
#D2CFE8
(210,207,232)
#E6E2F1
(230,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2497 color. Also use rgb(30,36,151) instead hex code.

Text Font Color

.myTextColor { color: #1E2497; }

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

This text font color is #1E2497.


Background Color

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

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

This div background color is #1E2497.


Border color

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

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

This div border color is #1E2497.


Opacity

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

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

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

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

This text has shadow with #1E2497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2497 on black background.


Color preview on white background

This text has color #1E2497 on white background.



Black color preview on #1E2497 background

This text has black color on #1E2497 background.


White color preview on #1E2497 background

This text has white color on #1E2497 background.