COLOR #1E244F

HEX: #1E244F
RGB: (30,36,79)

Color info

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

RGB color model

#1E244F color RGB value is (30,36,79).

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

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 79 of 255 = 31%

30
36
79

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

Portions of RGB colors in percentages

R + G + B =
30 + 36 + 79 = 145 (100%)
R 30 of 145 ~ 20.69%
G 36 of 145 ~ 24.83%
B 79 of 145 ~ 54.48%

%20.69
%24.83
%54.48

CMYK color model

#1E244F color CMYK value is (62,54,0,69).

  • cyan value is 62.03%
  • magenta value is 54.43%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(62,54,0,69)
C62M54Y0K69 
(62%,54%,0%,69%)
(0.62/0.54/0.00/0.69)	

CMYK percentages

%62.03
%54.43
%0
%69.02

Codes

Color #1E244F in popluar color models

1E244F
RGB303679
HSL233°44.95%21.37%
HSB/HSV233°62.03%30.98%
CMYK62.03%54.43%0.00%
69.02%

Color #1E244F in popluar number systems.

HEX1E244F
Decimal303679
Binary111101001001001111
Octal3644117

Shades and tints

Shades of #1E244F

#1E244F
(30,36,79)
#1C2148
(28,33,72)
#1A1E41
(26,30,65)
#181B3A
(24,27,58)
#161833
(22,24,51)
#14152C
(20,21,44)
#121225
(18,18,37)
#100F1E
(16,15,30)
#0E0C17
(14,12,23)
#0C0910
(12,9,16)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #1E244F

#1E244F
(30,36,79)
#32375F
(50,55,95)
#464A6F
(70,74,111)
#5A5D7F
(90,93,127)
#6E708F
(110,112,143)
#82839F
(130,131,159)
#9696AF
(150,150,175)
#AAA9BF
(170,169,191)
#BEBCCF
(190,188,207)
#D2CFDF
(210,207,223)
#E6E2EF
(230,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E244F; }

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

This text font color is #1E244F.


Background Color

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

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

This div background color is #1E244F.


Border color

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

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

This div border color is #1E244F.


Opacity

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

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

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

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

This text has shadow with #1E244F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E244F on black background.


Color preview on white background

This text has color #1E244F on white background.



Black color preview on #1E244F background

This text has black color on #1E244F background.


White color preview on #1E244F background

This text has white color on #1E244F background.