COLOR #1E3053

HEX: #1E3053 RGB: (30,48,83)

Color info

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

RGB color model

#1E3053 color RGB value is (30,48,83).

RGB: (30,48,83) (12%, 19%, 33%)

RGB channels and saturation

R 30 of 255 = 12%
G 48 of 255 = 19%
B 83 of 255 = 33%

30
48
83

R + G + B ~ 21%. #1E3053 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 48 + 83 = 161 (100%)
R 30 of 161 ~ 18.63%
G 48 of 161 ~ 29.81%
B 83 of 161 ~ 51.55'%

%18.63
%29.81
%51.55

CMYK color model

#1E3053 color CMYK value is (64,42,0,67).

  • cyan value is 63.86%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (64,42,0,67)
C64M42Y0K67 (64%, 42%, 0%, 67%)
(0.64 / 0.42 / 0.00 / 0.67)

CMYK percentages

%63.86
%42.17
%0
%67.45

Codes

Color #1E3053 in popluar color models

1E 30 53
RGB 30 48 83
HSL 220° 46.90% 22.16%
HSB/HSV 220° 63.86% 32.55%
CMYK 63.86% 42.17% 0.00%
67.45%

Color #1E3053 in popluar number systems.

HEX 1E 30 53
Decimal 30 48 83
Binary 11110 110000 1010011
Octal 36 60 123

Shades and tints

Shades of #1E3053

#1E3053
(30,48,83)
#1C2C4C
(28,44,76)
#1A2845
(26,40,69)
#18243E
(24,36,62)
#162037
(22,32,55)
#141C30
(20,28,48)
#121829
(18,24,41)
#101422
(16,20,34)
#0E101B
(14,16,27)
#0C0C14
(12,12,20)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #1E3053

#1E3053
(30,48,83)
#324262
(50,66,98)
#465471
(70,84,113)
#5A6680
(90,102,128)
#6E788F
(110,120,143)
#828A9E
(130,138,158)
#969CAD
(150,156,173)
#AAAEBC
(170,174,188)
#BEC0CB
(190,192,203)
#D2D2DA
(210,210,218)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3053 color. Also use rgb(30,48,83) instead hex code.

Text Font Color

.myTextColor { color: #1E3053; }

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

This text font color is #1E3053.

Background Color

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

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

This div background color is #1E3053.

Border color

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

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

This div border color is #1E3053.

Opacity

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

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

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

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

This text has shadow with #1E3053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3053.

Preview

Color preview on black background

This text has color #1E3053 on black background.


Color preview on white background

This text has color #1E3053 on white background.


Black color preview on #1E3053 background

This text has black color on #1E3053 background.


White color preview on #1E3053 background

This text has white color on #1E3053 background.


Related colors

Complementary color

Complementary color for #hex is #E1CFAC.


I love getcolorcode.com

Triadic colors

1 #531E30 and #30531E with #1E3053 are triadic colors.

2 #53301E and #301E53 with #1E3053 are triadic colors.