COLOR #1E244A

HEX: #1E244A
RGB: (30,36,74)

Color info

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

RGB color model

#1E244A color RGB value is (30,36,74).

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

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 74 of 255 = 29%

30
36
74

R + G + B ~ 18%. #1E244A is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 36 + 74 = 140 (100%)
R 30 of 140 ~ 21.43%
G 36 of 140 ~ 25.71%
B 74 of 140 ~ 52.86%

%21.43
%25.71
%52.86

CMYK color model

#1E244A color CMYK value is (59,51,0,71).

  • cyan value is 59.46%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(59,51,0,71)
C59M51Y0K71 
(59%,51%,0%,71%)
(0.59/0.51/0.00/0.71)	

CMYK percentages

%59.46
%51.35
%0
%70.98

Codes

Color #1E244A in popluar color models

1E244A
RGB303674
HSL232°42.31%20.39%
HSB/HSV232°59.46%29.02%
CMYK59.46%51.35%0.00%
70.98%

Color #1E244A in popluar number systems.

HEX1E244A
Decimal303674
Binary111101001001001010
Octal3644112

Shades and tints

Shades of #1E244A

#1E244A
(30,36,74)
#1C2144
(28,33,68)
#1A1E3E
(26,30,62)
#181B38
(24,27,56)
#161832
(22,24,50)
#14152C
(20,21,44)
#121226
(18,18,38)
#100F20
(16,15,32)
#0E0C1A
(14,12,26)
#0C0914
(12,9,20)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #1E244A

#1E244A
(30,36,74)
#32375A
(50,55,90)
#464A6A
(70,74,106)
#5A5D7A
(90,93,122)
#6E708A
(110,112,138)
#82839A
(130,131,154)
#9696AA
(150,150,170)
#AAA9BA
(170,169,186)
#BEBCCA
(190,188,202)
#D2CFDA
(210,207,218)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E244A; }

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

This text font color is #1E244A.


Background Color

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

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

This div background color is #1E244A.


Border color

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

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

This div border color is #1E244A.


Opacity

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

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

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

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

This text has shadow with #1E244A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E244A on black background.


Color preview on white background

This text has color #1E244A on white background.



Black color preview on #1E244A background

This text has black color on #1E244A background.


White color preview on #1E244A background

This text has white color on #1E244A background.