COLOR #1E2948

HEX: #1E2948 RGB: (30,41,72)

Color info

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

RGB color model

#1E2948 color RGB value is (30,41,72).

RGB: (30,41,72) (12%, 16%, 28%)

RGB channels and saturation

R 30 of 255 = 12%
G 41 of 255 = 16%
B 72 of 255 = 28%

30
41
72

R + G + B ~ 19%. #1E2948 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 41 + 72 = 143 (100%)
R 30 of 143 ~ 20.98%
G 41 of 143 ~ 28.67%
B 72 of 143 ~ 50.35'%

%20.98
%28.67
%50.35

CMYK color model

#1E2948 color CMYK value is (58,43,0,72).

  • cyan value is 58.33%
  • magenta value is 43.06%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (58,43,0,72)
C58M43Y0K72 (58%, 43%, 0%, 72%)
(0.58 / 0.43 / 0.00 / 0.72)

CMYK percentages

%58.33
%43.06
%0
%71.76

Codes

Color #1E2948 in popluar color models

1E 29 48
RGB 30 41 72
HSL 224° 41.18% 20.00%
HSB/HSV 224° 58.33% 28.24%
CMYK 58.33% 43.06% 0.00%
71.76%

Color #1E2948 in popluar number systems.

HEX 1E 29 48
Decimal 30 41 72
Binary 11110 101001 1001000
Octal 36 51 110

Shades and tints

Shades of #1E2948

#1E2948
(30,41,72)
#1C2642
(28,38,66)
#1A233C
(26,35,60)
#182036
(24,32,54)
#161D30
(22,29,48)
#141A2A
(20,26,42)
#121724
(18,23,36)
#10141E
(16,20,30)
#0E1118
(14,17,24)
#0C0E12
(12,14,18)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #1E2948

#1E2948
(30,41,72)
#323C58
(50,60,88)
#464F68
(70,79,104)
#5A6278
(90,98,120)
#6E7588
(110,117,136)
#828898
(130,136,152)
#969BA8
(150,155,168)
#AAAEB8
(170,174,184)
#BEC1C8
(190,193,200)
#D2D4D8
(210,212,216)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2948; }

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

This text font color is #1E2948.

Background Color

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

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

This div background color is #1E2948.

Border color

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

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

This div border color is #1E2948.

Opacity

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

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

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

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

This text has shadow with #1E2948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2948.

Preview

Color preview on black background

This text has color #1E2948 on black background.


Color preview on white background

This text has color #1E2948 on white background.


Black color preview on #1E2948 background

This text has black color on #1E2948 background.


White color preview on #1E2948 background

This text has white color on #1E2948 background.


Related colors

Complementary color

Complementary color for #hex is #E1D6B7.


I love getcolorcode.com

Triadic colors

1 #481E29 and #29481E with #1E2948 are triadic colors.

2 #48291E and #291E48 with #1E2948 are triadic colors.