COLOR #1E2953

HEX: #1E2953 RGB: (30,41,83)

Color info

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

RGB color model

#1E2953 color RGB value is (30,41,83).

RGB: (30,41,83) (12%, 16%, 33%)

RGB channels and saturation

R 30 of 255 = 12%
G 41 of 255 = 16%
B 83 of 255 = 33%

30
41
83

R + G + B ~ 20%. #1E2953 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 41 + 83 = 154 (100%)
R 30 of 154 ~ 19.48%
G 41 of 154 ~ 26.62%
B 83 of 154 ~ 53.9'%

%19.48
%26.62
%53.9

CMYK color model

#1E2953 color CMYK value is (64,51,0,67).

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

CMYK: (64,51,0,67)
C64M51Y0K67 (64%, 51%, 0%, 67%)
(0.64 / 0.51 / 0.00 / 0.67)

CMYK percentages

%63.86
%50.6
%0
%67.45

Codes

Color #1E2953 in popluar color models

1E 29 53
RGB 30 41 83
HSL 228° 46.90% 22.16%
HSB/HSV 228° 63.86% 32.55%
CMYK 63.86% 50.60% 0.00%
67.45%

Color #1E2953 in popluar number systems.

HEX 1E 29 53
Decimal 30 41 83
Binary 11110 101001 1010011
Octal 36 51 123

Shades and tints

Shades of #1E2953

#1E2953
(30,41,83)
#1C264C
(28,38,76)
#1A2345
(26,35,69)
#18203E
(24,32,62)
#161D37
(22,29,55)
#141A30
(20,26,48)
#121729
(18,23,41)
#101422
(16,20,34)
#0E111B
(14,17,27)
#0C0E14
(12,14,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #1E2953

#1E2953
(30,41,83)
#323C62
(50,60,98)
#464F71
(70,79,113)
#5A6280
(90,98,128)
#6E758F
(110,117,143)
#82889E
(130,136,158)
#969BAD
(150,155,173)
#AAAEBC
(170,174,188)
#BEC1CB
(190,193,203)
#D2D4DA
(210,212,218)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2953; }

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

This text font color is #1E2953.

Background Color

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

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

This div background color is #1E2953.

Border color

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

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

This div border color is #1E2953.

Opacity

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

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

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

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

This text has shadow with #1E2953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2953.

Preview

Color preview on black background

This text has color #1E2953 on black background.


Color preview on white background

This text has color #1E2953 on white background.


Black color preview on #1E2953 background

This text has black color on #1E2953 background.


White color preview on #1E2953 background

This text has white color on #1E2953 background.


Related colors

Complementary color

Complementary color for #hex is #E1D6AC.


I love getcolorcode.com

Triadic colors

1 #531E29 and #29531E with #1E2953 are triadic colors.

2 #53291E and #291E53 with #1E2953 are triadic colors.