COLOR #1E3257

HEX: #1E3257 RGB: (30,50,87)

Color info

#1E3257 contains red, green and blue colors in about the same proportion. Web safe color of #1E3257 is #333366 (or #336).

RGB color model

#1E3257 color RGB value is (30,50,87).

RGB: (30,50,87) (12%, 20%, 34%)

RGB channels and saturation

R 30 of 255 = 12%
G 50 of 255 = 20%
B 87 of 255 = 34%

30
50
87

R + G + B ~ 22%. #1E3257 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 50 + 87 = 167 (100%)
R 30 of 167 ~ 17.96%
G 50 of 167 ~ 29.94%
B 87 of 167 ~ 52.1'%

%17.96
%29.94
%52.1

CMYK color model

#1E3257 color CMYK value is (66,43,0,66).

  • cyan value is 65.52%
  • magenta value is 42.53%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (66,43,0,66)
C66M43Y0K66 (66%, 43%, 0%, 66%)
(0.66 / 0.43 / 0.00 / 0.66)

CMYK percentages

%65.52
%42.53
%0
%65.88

Codes

Color #1E3257 in popluar color models

1E 32 57
RGB 30 50 87
HSL 219° 48.72% 22.94%
HSB/HSV 219° 65.52% 34.12%
CMYK 65.52% 42.53% 0.00%
65.88%

Color #1E3257 in popluar number systems.

HEX 1E 32 57
Decimal 30 50 87
Binary 11110 110010 1010111
Octal 36 62 127

Shades and tints

Shades of #1E3257

#1E3257
(30,50,87)
#1C2E50
(28,46,80)
#1A2A49
(26,42,73)
#182642
(24,38,66)
#16223B
(22,34,59)
#141E34
(20,30,52)
#121A2D
(18,26,45)
#101626
(16,22,38)
#0E121F
(14,18,31)
#0C0E18
(12,14,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #1E3257

#1E3257
(30,50,87)
#324466
(50,68,102)
#465675
(70,86,117)
#5A6884
(90,104,132)
#6E7A93
(110,122,147)
#828CA2
(130,140,162)
#969EB1
(150,158,177)
#AAB0C0
(170,176,192)
#BEC2CF
(190,194,207)
#D2D4DE
(210,212,222)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3257 color. Also use rgb(30,50,87) instead hex code.

Text Font Color

.myTextColor { color: #1E3257; }

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

This text font color is #1E3257.

Background Color

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

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

This div background color is #1E3257.

Border color

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

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

This div border color is #1E3257.

Opacity

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

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

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

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

This text has shadow with #1E3257 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3257.

Preview

Color preview on black background

This text has color #1E3257 on black background.


Color preview on white background

This text has color #1E3257 on white background.


Black color preview on #1E3257 background

This text has black color on #1E3257 background.


White color preview on #1E3257 background

This text has white color on #1E3257 background.


Related colors

Complementary color

Complementary color for #hex is #E1CDA8.


I love getcolorcode.com

Triadic colors

1 #571E32 and #32571E with #1E3257 are triadic colors.

2 #57321E and #321E57 with #1E3257 are triadic colors.