COLOR #1E184D

HEX: #1E184D
RGB: (30,24,77)

Color info

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

RGB color model

#1E184D color RGB value is (30,24,77).

  • red value is 30;
  • green value is 24;
  • blue value is 77.
RGB:
(30,24,77)
(12%,9%,30%)

RGB channels and saturation

R 30 of 255 = 12%
G 24 of 255 = 9%
B 77 of 255 = 30%

30
24
77

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

Portions of RGB colors in percentages

R + G + B =
30 + 24 + 77 = 131 (100%)
R 30 of 131 ~ 22.9%
G 24 of 131 ~ 18.32%
B 77 of 131 ~ 58.78%

%22.9
%18.32
%58.78

CMYK color model

#1E184D color CMYK value is (61,69,0,70).

  • cyan value is 61.04%
  • magenta value is 68.83%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(61,69,0,70)
C61M69Y0K70 
(61%,69%,0%,70%)
(0.61/0.69/0.00/0.70)	

CMYK percentages

%61.04
%68.83
%0
%69.8

Codes

Color #1E184D in popluar color models

1E184D
RGB302477
HSL247°52.48%19.80%
HSB/HSV247°68.83%30.20%
CMYK61.04%68.83%0.00%
69.80%

Color #1E184D in popluar number systems.

HEX1E184D
Decimal302477
Binary11110110001001101
Octal3630115

Shades and tints

Shades of #1E184D

#1E184D
(30,24,77)
#1C1646
(28,22,70)
#1A143F
(26,20,63)
#181238
(24,18,56)
#161031
(22,16,49)
#140E2A
(20,14,42)
#120C23
(18,12,35)
#100A1C
(16,10,28)
#0E0815
(14,8,21)
#0C060E
(12,6,14)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #1E184D

#1E184D
(30,24,77)
#322D5D
(50,45,93)
#46426D
(70,66,109)
#5A577D
(90,87,125)
#6E6C8D
(110,108,141)
#82819D
(130,129,157)
#9696AD
(150,150,173)
#AAABBD
(170,171,189)
#BEC0CD
(190,192,205)
#D2D5DD
(210,213,221)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E184D color. Also use rgb(30,24,77) instead hex code.

Text Font Color

.myTextColor { color: #1E184D; }

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

This text font color is #1E184D.


Background Color

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

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

This div background color is #1E184D.


Border color

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

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

This div border color is #1E184D.


Opacity

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

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

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

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

This text has shadow with #1E184D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E184D on black background.


Color preview on white background

This text has color #1E184D on white background.



Black color preview on #1E184D background

This text has black color on #1E184D background.


White color preview on #1E184D background

This text has white color on #1E184D background.