COLOR #1E1649

HEX: #1E1649
RGB: (30,22,73)

Color info

#1E1649 contains red, green and blue colors in about the same proportion. Web safe color of #1E1649 is #330033 (or #303).

RGB color model

#1E1649 color RGB value is (30,22,73).

  • red value is 30;
  • green value is 22;
  • blue value is 73.
RGB:
(30,22,73)
(12%,9%,29%)

RGB channels and saturation

R 30 of 255 = 12%
G 22 of 255 = 9%
B 73 of 255 = 29%

30
22
73

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

Portions of RGB colors in percentages

R + G + B =
30 + 22 + 73 = 125 (100%)
R 30 of 125 ~ 24%
G 22 of 125 ~ 17.6%
B 73 of 125 ~ 58.4%

%24
%17.6
%58.4

CMYK color model

#1E1649 color CMYK value is (59,70,0,71).

  • cyan value is 58.90%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(59,70,0,71)
C59M70Y0K71 
(59%,70%,0%,71%)
(0.59/0.70/0.00/0.71)	

CMYK percentages

%58.9
%69.86
%0
%71.37

Codes

Color #1E1649 in popluar color models

1E1649
RGB302273
HSL249°53.68%18.63%
HSB/HSV249°69.86%28.63%
CMYK58.90%69.86%0.00%
71.37%

Color #1E1649 in popluar number systems.

HEX1E1649
Decimal302273
Binary11110101101001001
Octal3626111

Shades and tints

Shades of #1E1649

#1E1649
(30,22,73)
#1C1443
(28,20,67)
#1A123D
(26,18,61)
#181037
(24,16,55)
#160E31
(22,14,49)
#140C2B
(20,12,43)
#120A25
(18,10,37)
#10081F
(16,8,31)
#0E0619
(14,6,25)
#0C0413
(12,4,19)
#0A020D
(10,2,13)
#000000
(0,0,0)

Tints of #1E1649

#1E1649
(30,22,73)
#322B59
(50,43,89)
#464069
(70,64,105)
#5A5579
(90,85,121)
#6E6A89
(110,106,137)
#827F99
(130,127,153)
#9694A9
(150,148,169)
#AAA9B9
(170,169,185)
#BEBEC9
(190,190,201)
#D2D3D9
(210,211,217)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E1649 color. Also use rgb(30,22,73) instead hex code.

Text Font Color

.myTextColor { color: #1E1649; }

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

This text font color is #1E1649.


Background Color

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

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

This div background color is #1E1649.


Border color

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

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

This div border color is #1E1649.


Opacity

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

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

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

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

This text has shadow with #1E1649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1649 on black background.


Color preview on white background

This text has color #1E1649 on white background.



Black color preview on #1E1649 background

This text has black color on #1E1649 background.


White color preview on #1E1649 background

This text has white color on #1E1649 background.