COLOR #1E193D

HEX: #1E193D
RGB: (30,25,61)

Color info

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

RGB color model

#1E193D color RGB value is (30,25,61).

  • red value is 30;
  • green value is 25;
  • blue value is 61.
RGB:
(30,25,61)
(12%,10%,24%)

RGB channels and saturation

R 30 of 255 = 12%
G 25 of 255 = 10%
B 61 of 255 = 24%

30
25
61

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

Portions of RGB colors in percentages

R + G + B =
30 + 25 + 61 = 116 (100%)
R 30 of 116 ~ 25.86%
G 25 of 116 ~ 21.55%
B 61 of 116 ~ 52.59%

%25.86
%21.55
%52.59

CMYK color model

#1E193D color CMYK value is (51,59,0,76).

  • cyan value is 50.82%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(51,59,0,76)
C51M59Y0K76 
(51%,59%,0%,76%)
(0.51/0.59/0.00/0.76)	

CMYK percentages

%50.82
%59.02
%0
%76.08

Codes

Color #1E193D in popluar color models

1E193D
RGB302561
HSL248°41.86%16.86%
HSB/HSV248°59.02%23.92%
CMYK50.82%59.02%0.00%
76.08%

Color #1E193D in popluar number systems.

HEX1E193D
Decimal302561
Binary1111011001111101
Octal363175

Shades and tints

Shades of #1E193D

#1E193D
(30,25,61)
#1C1738
(28,23,56)
#1A1533
(26,21,51)
#18132E
(24,19,46)
#161129
(22,17,41)
#140F24
(20,15,36)
#120D1F
(18,13,31)
#100B1A
(16,11,26)
#0E0915
(14,9,21)
#0C0710
(12,7,16)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #1E193D

#1E193D
(30,25,61)
#322D4E
(50,45,78)
#46415F
(70,65,95)
#5A5570
(90,85,112)
#6E6981
(110,105,129)
#827D92
(130,125,146)
#9691A3
(150,145,163)
#AAA5B4
(170,165,180)
#BEB9C5
(190,185,197)
#D2CDD6
(210,205,214)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E193D color. Also use rgb(30,25,61) instead hex code.

Text Font Color

.myTextColor { color: #1E193D; }

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

This text font color is #1E193D.


Background Color

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

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

This div background color is #1E193D.


Border color

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

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

This div border color is #1E193D.


Opacity

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

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

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

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

This text has shadow with #1E193D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E193D on black background.


Color preview on white background

This text has color #1E193D on white background.



Black color preview on #1E193D background

This text has black color on #1E193D background.


White color preview on #1E193D background

This text has white color on #1E193D background.