COLOR #1E1A37

HEX: #1E1A37
RGB: (30,26,55)

Color info

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

RGB color model

#1E1A37 color RGB value is (30,26,55).

  • red value is 30;
  • green value is 26;
  • blue value is 55.
RGB:
(30,26,55)
(12%,10%,22%)

RGB channels and saturation

R 30 of 255 = 12%
G 26 of 255 = 10%
B 55 of 255 = 22%

30
26
55

R + G + B ~ 15%. #1E1A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 26 + 55 = 111 (100%)
R 30 of 111 ~ 27.03%
G 26 of 111 ~ 23.42%
B 55 of 111 ~ 49.55%

%27.03
%23.42
%49.55

CMYK color model

#1E1A37 color CMYK value is (45,53,0,78).

  • cyan value is 45.45%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(45,53,0,78)
C45M53Y0K78 
(45%,53%,0%,78%)
(0.45/0.53/0.00/0.78)	

CMYK percentages

%45.45
%52.73
%0
%78.43

Codes

Color #1E1A37 in popluar color models

1E1A37
RGB302655
HSL248°35.80%15.88%
HSB/HSV248°52.73%21.57%
CMYK45.45%52.73%0.00%
78.43%

Color #1E1A37 in popluar number systems.

HEX1E1A37
Decimal302655
Binary1111011010110111
Octal363267

Shades and tints

Shades of #1E1A37

#1E1A37
(30,26,55)
#1C1832
(28,24,50)
#1A162D
(26,22,45)
#181428
(24,20,40)
#161223
(22,18,35)
#14101E
(20,16,30)
#120E19
(18,14,25)
#100C14
(16,12,20)
#0E0A0F
(14,10,15)
#0C080A
(12,8,10)
#0A0605
(10,6,5)
#000000
(0,0,0)

Tints of #1E1A37

#1E1A37
(30,26,55)
#322E49
(50,46,73)
#46425B
(70,66,91)
#5A566D
(90,86,109)
#6E6A7F
(110,106,127)
#827E91
(130,126,145)
#9692A3
(150,146,163)
#AAA6B5
(170,166,181)
#BEBAC7
(190,186,199)
#D2CED9
(210,206,217)
#E6E2EB
(230,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E1A37 color. Also use rgb(30,26,55) instead hex code.

Text Font Color

.myTextColor { color: #1E1A37; }

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

This text font color is #1E1A37.


Background Color

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

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

This div background color is #1E1A37.


Border color

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

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

This div border color is #1E1A37.


Opacity

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

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

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

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

This text has shadow with #1E1A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1A37 on black background.


Color preview on white background

This text has color #1E1A37 on white background.



Black color preview on #1E1A37 background

This text has black color on #1E1A37 background.


White color preview on #1E1A37 background

This text has white color on #1E1A37 background.