COLOR #1E2443

HEX: #1E2443
RGB: (30,36,67)

Color info

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

RGB color model

#1E2443 color RGB value is (30,36,67).

  • red value is 30;
  • green value is 36;
  • blue value is 67.
RGB:
(30,36,67)
(12%,14%,26%)

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 67 of 255 = 26%

30
36
67

R + G + B ~ 17%. #1E2443 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 36 + 67 = 133 (100%)
R 30 of 133 ~ 22.56%
G 36 of 133 ~ 27.07%
B 67 of 133 ~ 50.38%

%22.56
%27.07
%50.38

CMYK color model

#1E2443 color CMYK value is (55,46,0,74).

  • cyan value is 55.22%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(55,46,0,74)
C55M46Y0K74 
(55%,46%,0%,74%)
(0.55/0.46/0.00/0.74)	

CMYK percentages

%55.22
%46.27
%0
%73.73

Codes

Color #1E2443 in popluar color models

1E2443
RGB303667
HSL230°38.14%19.02%
HSB/HSV230°55.22%26.27%
CMYK55.22%46.27%0.00%
73.73%

Color #1E2443 in popluar number systems.

HEX1E2443
Decimal303667
Binary111101001001000011
Octal3644103

Shades and tints

Shades of #1E2443

#1E2443
(30,36,67)
#1C213D
(28,33,61)
#1A1E37
(26,30,55)
#181B31
(24,27,49)
#16182B
(22,24,43)
#141525
(20,21,37)
#12121F
(18,18,31)
#100F19
(16,15,25)
#0E0C13
(14,12,19)
#0C090D
(12,9,13)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #1E2443

#1E2443
(30,36,67)
#323754
(50,55,84)
#464A65
(70,74,101)
#5A5D76
(90,93,118)
#6E7087
(110,112,135)
#828398
(130,131,152)
#9696A9
(150,150,169)
#AAA9BA
(170,169,186)
#BEBCCB
(190,188,203)
#D2CFDC
(210,207,220)
#E6E2ED
(230,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2443 color. Also use rgb(30,36,67) instead hex code.

Text Font Color

.myTextColor { color: #1E2443; }

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

This text font color is #1E2443.


Background Color

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

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

This div background color is #1E2443.


Border color

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

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

This div border color is #1E2443.


Opacity

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

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

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

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

This text has shadow with #1E2443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2443 on black background.


Color preview on white background

This text has color #1E2443 on white background.



Black color preview on #1E2443 background

This text has black color on #1E2443 background.


White color preview on #1E2443 background

This text has white color on #1E2443 background.