COLOR #1E477F

HEX: #1E477F RGB: (30,71,127)

Color info

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

RGB color model

#1E477F color RGB value is (30,71,127).

RGB: (30,71,127) (12%, 28%, 50%)

RGB channels and saturation

R 30 of 255 = 12%
G 71 of 255 = 28%
B 127 of 255 = 50%

30
71
127

R + G + B ~ 30%. #1E477F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 71 + 127 = 228 (100%)
R 30 of 228 ~ 13.16%
G 71 of 228 ~ 31.14%
B 127 of 228 ~ 55.7'%

%13.16
%31.14
%55.7

CMYK color model

#1E477F color CMYK value is (76,44,0,50).

  • cyan value is 76.38%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (76,44,0,50)
C76M44Y0K50 (76%, 44%, 0%, 50%)
(0.76 / 0.44 / 0.00 / 0.50)

CMYK percentages

%76.38
%44.09
%0
%50.2

Codes

Color #1E477F in popluar color models

1E 47 7F
RGB 30 71 127
HSL 215° 61.78% 30.78%
HSB/HSV 215° 76.38% 49.80%
CMYK 76.38% 44.09% 0.00%
50.20%

Color #1E477F in popluar number systems.

HEX 1E 47 7F
Decimal 30 71 127
Binary 11110 1000111 1111111
Octal 36 107 177

Shades and tints

Shades of #1E477F

#1E477F
(30,71,127)
#1C4174
(28,65,116)
#1A3B69
(26,59,105)
#18355E
(24,53,94)
#162F53
(22,47,83)
#142948
(20,41,72)
#12233D
(18,35,61)
#101D32
(16,29,50)
#0E1727
(14,23,39)
#0C111C
(12,17,28)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #1E477F

#1E477F
(30,71,127)
#32578A
(50,87,138)
#466795
(70,103,149)
#5A77A0
(90,119,160)
#6E87AB
(110,135,171)
#8297B6
(130,151,182)
#96A7C1
(150,167,193)
#AAB7CC
(170,183,204)
#BEC7D7
(190,199,215)
#D2D7E2
(210,215,226)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E477F color. Also use rgb(30,71,127) instead hex code.

Text Font Color

.myTextColor { color: #1E477F; }

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

This text font color is #1E477F.

Background Color

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

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

This div background color is #1E477F.

Border color

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

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

This div border color is #1E477F.

Opacity

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

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

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

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

This text has shadow with #1E477F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E477F.

Preview

Color preview on black background

This text has color #1E477F on black background.


Color preview on white background

This text has color #1E477F on white background.


Black color preview on #1E477F background

This text has black color on #1E477F background.


White color preview on #1E477F background

This text has white color on #1E477F background.


Related colors

Complementary color

Complementary color for #hex is #E1B880.


I love getcolorcode.com

Triadic colors

1 #7F1E47 and #477F1E with #1E477F are triadic colors.

2 #7F471E and #471E7F with #1E477F are triadic colors.