COLOR #1E2539

HEX: #1E2539 RGB: (30,37,57)

Color info

#1E2539 contains red, green and blue colors in about the same proportion. Web safe color of #1E2539 is #333333 (or #333).

RGB color model

#1E2539 color RGB value is (30,37,57).

RGB: (30,37,57) (12%, 15%, 22%)

RGB channels and saturation

R 30 of 255 = 12%
G 37 of 255 = 15%
B 57 of 255 = 22%

30
37
57

R + G + B ~ 16%. #1E2539 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 37 + 57 = 124 (100%)
R 30 of 124 ~ 24.19%
G 37 of 124 ~ 29.84%
B 57 of 124 ~ 45.97'%

%24.19
%29.84
%45.97

CMYK color model

#1E2539 color CMYK value is (47,35,0,78).

  • cyan value is 47.37%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (47,35,0,78)
C47M35Y0K78 (47%, 35%, 0%, 78%)
(0.47 / 0.35 / 0.00 / 0.78)

CMYK percentages

%47.37
%35.09
%0
%77.65

Codes

Color #1E2539 in popluar color models

1E 25 39
RGB 30 37 57
HSL 224° 31.03% 17.06%
HSB/HSV 224° 47.37% 22.35%
CMYK 47.37% 35.09% 0.00%
77.65%

Color #1E2539 in popluar number systems.

HEX 1E 25 39
Decimal 30 37 57
Binary 11110 100101 111001
Octal 36 45 71

Shades and tints

Shades of #1E2539

#1E2539
(30,37,57)
#1C2234
(28,34,52)
#1A1F2F
(26,31,47)
#181C2A
(24,28,42)
#161925
(22,25,37)
#141620
(20,22,32)
#12131B
(18,19,27)
#101016
(16,16,22)
#0E0D11
(14,13,17)
#0C0A0C
(12,10,12)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #1E2539

#1E2539
(30,37,57)
#32384B
(50,56,75)
#464B5D
(70,75,93)
#5A5E6F
(90,94,111)
#6E7181
(110,113,129)
#828493
(130,132,147)
#9697A5
(150,151,165)
#AAAAB7
(170,170,183)
#BEBDC9
(190,189,201)
#D2D0DB
(210,208,219)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2539 color. Also use rgb(30,37,57) instead hex code.

Text Font Color

.myTextColor { color: #1E2539; }

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

This text font color is #1E2539.

Background Color

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

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

This div background color is #1E2539.

Border color

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

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

This div border color is #1E2539.

Opacity

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

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

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

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

This text has shadow with #1E2539 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2539.

Preview

Color preview on black background

This text has color #1E2539 on black background.


Color preview on white background

This text has color #1E2539 on white background.


Black color preview on #1E2539 background

This text has black color on #1E2539 background.


White color preview on #1E2539 background

This text has white color on #1E2539 background.


Related colors

Complementary color

Complementary color for #hex is #E1DAC6.


I love getcolorcode.com

Triadic colors

1 #391E25 and #25391E with #1E2539 are triadic colors.

2 #39251E and #251E39 with #1E2539 are triadic colors.