COLOR #1E0047

HEX: #1E0047
RGB: (30,0,71)

Color info

#1E0047 contains only red and blue colors. Web safe color of #1E0047 is #330033 (or #303).

RGB color model

#1E0047 color RGB value is (30,0,71).

  • red value is 30;
  • green value is 0;
  • blue value is 71.
RGB:
(30,0,71)
(12%,0%,28%)

RGB channels and saturation

R 30 of 255 = 12%
G 0 of 255 = 0%
B 71 of 255 = 28%

30
0
71

R + G + B ~ 13%. #1E0047 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 0 + 71 = 101 (100%)
R 30 of 101 ~ 29.7%
G 0 of 101 ~ 0%
B 71 of 101 ~ 70.3%

%29.7
%70.3

CMYK color model

#1E0047 color CMYK value is (58,100,0,72).

  • cyan value is 57.75%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(58,100,0,72)
C58M100Y0K72 
(58%,100%,0%,72%)
(0.58/1.00/0.00/0.72)	

CMYK percentages

%57.75
%100
%0
%72.16

Codes

Color #1E0047 in popluar color models

1E0047
RGB30071
HSL265°100.00%13.92%
HSB/HSV265°100.00%27.84%
CMYK57.75%100.00%0.00%
72.16%

Color #1E0047 in popluar number systems.

HEX1E0047
Decimal30071
Binary1111001000111
Octal360107

Shades and tints

Shades of #1E0047

#1E0047
(30,0,71)
#1C0041
(28,0,65)
#1A003B
(26,0,59)
#180035
(24,0,53)
#16002F
(22,0,47)
#140029
(20,0,41)
#120023
(18,0,35)
#10001D
(16,0,29)
#0E0017
(14,0,23)
#0C0011
(12,0,17)
#0A000B
(10,0,11)
#000000
(0,0,0)

Tints of #1E0047

#1E0047
(30,0,71)
#321757
(50,23,87)
#462E67
(70,46,103)
#5A4577
(90,69,119)
#6E5C87
(110,92,135)
#827397
(130,115,151)
#968AA7
(150,138,167)
#AAA1B7
(170,161,183)
#BEB8C7
(190,184,199)
#D2CFD7
(210,207,215)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E0047 color. Also use rgb(30,0,71) instead hex code.

Text Font Color

.myTextColor { color: #1E0047; }

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

This text font color is #1E0047.


Background Color

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

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

This div background color is #1E0047.


Border color

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

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

This div border color is #1E0047.


Opacity

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

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

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

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

This text has shadow with #1E0047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E0047 on black background.


Color preview on white background

This text has color #1E0047 on white background.



Black color preview on #1E0047 background

This text has black color on #1E0047 background.


White color preview on #1E0047 background

This text has white color on #1E0047 background.