COLOR #1E4271

HEX: #1E4271
RGB: (30,66,113)

Color info

#1E4271 contains mainly green and blue colors. Web safe color of #1E4271 is #333366 (or #336).

RGB color model

#1E4271 color RGB value is (30,66,113).

  • red value is 30;
  • green value is 66;
  • blue value is 113.
RGB:
(30,66,113)
(12%,26%,44%)

RGB channels and saturation

R 30 of 255 = 12%
G 66 of 255 = 26%
B 113 of 255 = 44%

30
66
113

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

Portions of RGB colors in percentages

R + G + B =
30 + 66 + 113 = 209 (100%)
R 30 of 209 ~ 14.35%
G 66 of 209 ~ 31.58%
B 113 of 209 ~ 54.07%

%14.35
%31.58
%54.07

CMYK color model

#1E4271 color CMYK value is (73,42,0,56).

  • cyan value is 73.45%
  • magenta value is 41.59%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(73,42,0,56)
C73M42Y0K56 
(73%,42%,0%,56%)
(0.73/0.42/0.00/0.56)	

CMYK percentages

%73.45
%41.59
%0
%55.69

Codes

Color #1E4271 in popluar color models

1E4271
RGB3066113
HSL214°58.04%28.04%
HSB/HSV214°73.45%44.31%
CMYK73.45%41.59%0.00%
55.69%

Color #1E4271 in popluar number systems.

HEX1E4271
Decimal3066113
Binary1111010000101110001
Octal36102161

Shades and tints

Shades of #1E4271

#1E4271
(30,66,113)
#1C3C67
(28,60,103)
#1A365D
(26,54,93)
#183053
(24,48,83)
#162A49
(22,42,73)
#14243F
(20,36,63)
#121E35
(18,30,53)
#10182B
(16,24,43)
#0E1221
(14,18,33)
#0C0C17
(12,12,23)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #1E4271

#1E4271
(30,66,113)
#32537D
(50,83,125)
#466489
(70,100,137)
#5A7595
(90,117,149)
#6E86A1
(110,134,161)
#8297AD
(130,151,173)
#96A8B9
(150,168,185)
#AAB9C5
(170,185,197)
#BECAD1
(190,202,209)
#D2DBDD
(210,219,221)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4271 color. Also use rgb(30,66,113) instead hex code.

Text Font Color

.myTextColor { color: #1E4271; }

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

This text font color is #1E4271.


Background Color

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

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

This div background color is #1E4271.


Border color

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

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

This div border color is #1E4271.


Opacity

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

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

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

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

This text has shadow with #1E4271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4271 on black background.


Color preview on white background

This text has color #1E4271 on white background.



Black color preview on #1E4271 background

This text has black color on #1E4271 background.


White color preview on #1E4271 background

This text has white color on #1E4271 background.