COLOR #1E246E

HEX: #1E246E
RGB: (30,36,110)

Color info

#1E246E contains mainly blue color. Web safe color of #1E246E is #333366 (or #336).

RGB color model

#1E246E color RGB value is (30,36,110).

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

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 110 of 255 = 43%

30
36
110

R + G + B ~ 23%. #1E246E is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 36 + 110 = 176 (100%)
R 30 of 176 ~ 17.05%
G 36 of 176 ~ 20.45%
B 110 of 176 ~ 62.5%

%17.05
%20.45
%62.5

CMYK color model

#1E246E color CMYK value is (73,67,0,57).

  • cyan value is 72.73%
  • magenta value is 67.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(73,67,0,57)
C73M67Y0K57 
(73%,67%,0%,57%)
(0.73/0.67/0.00/0.57)	

CMYK percentages

%72.73
%67.27
%0
%56.86

Codes

Color #1E246E in popluar color models

1E246E
RGB3036110
HSL236°57.14%27.45%
HSB/HSV236°72.73%43.14%
CMYK72.73%67.27%0.00%
56.86%

Color #1E246E in popluar number systems.

HEX1E246E
Decimal3036110
Binary111101001001101110
Octal3644156

Shades and tints

Shades of #1E246E

#1E246E
(30,36,110)
#1C2164
(28,33,100)
#1A1E5A
(26,30,90)
#181B50
(24,27,80)
#161846
(22,24,70)
#14153C
(20,21,60)
#121232
(18,18,50)
#100F28
(16,15,40)
#0E0C1E
(14,12,30)
#0C0914
(12,9,20)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #1E246E

#1E246E
(30,36,110)
#32377B
(50,55,123)
#464A88
(70,74,136)
#5A5D95
(90,93,149)
#6E70A2
(110,112,162)
#8283AF
(130,131,175)
#9696BC
(150,150,188)
#AAA9C9
(170,169,201)
#BEBCD6
(190,188,214)
#D2CFE3
(210,207,227)
#E6E2F0
(230,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E246E; }

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

This text font color is #1E246E.


Background Color

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

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

This div background color is #1E246E.


Border color

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

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

This div border color is #1E246E.


Opacity

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

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

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

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

This text has shadow with #1E246E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E246E on black background.


Color preview on white background

This text has color #1E246E on white background.



Black color preview on #1E246E background

This text has black color on #1E246E background.


White color preview on #1E246E background

This text has white color on #1E246E background.