COLOR #1E0083

HEX: #1E0083
RGB: (30,0,131)

Color info

#1E0083 contains mainly blue color. Web safe color of #1E0083 is #330099 (or #309).

RGB color model

#1E0083 color RGB value is (30,0,131).

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

RGB channels and saturation

R 30 of 255 = 12%
G 0 of 255 = 0%
B 131 of 255 = 51%

30
0
131

R + G + B ~ 21%. #1E0083 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 0 + 131 = 161 (100%)
R 30 of 161 ~ 18.63%
G 0 of 161 ~ 0%
B 131 of 161 ~ 81.37%

%18.63
%81.37

CMYK color model

#1E0083 color CMYK value is (77,100,0,49).

  • cyan value is 77.10%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(77,100,0,49)
C77M100Y0K49 
(77%,100%,0%,49%)
(0.77/1.00/0.00/0.49)	

CMYK percentages

%77.1
%100
%0
%48.63

Codes

Color #1E0083 in popluar color models

1E0083
RGB300131
HSL254°100.00%25.69%
HSB/HSV254°100.00%51.37%
CMYK77.10%100.00%0.00%
48.63%

Color #1E0083 in popluar number systems.

HEX1E0083
Decimal300131
Binary11110010000011
Octal360203

Shades and tints

Shades of #1E0083

#1E0083
(30,0,131)
#1C0078
(28,0,120)
#1A006D
(26,0,109)
#180062
(24,0,98)
#160057
(22,0,87)
#14004C
(20,0,76)
#120041
(18,0,65)
#100036
(16,0,54)
#0E002B
(14,0,43)
#0C0020
(12,0,32)
#0A0015
(10,0,21)
#000000
(0,0,0)

Tints of #1E0083

#1E0083
(30,0,131)
#32178E
(50,23,142)
#462E99
(70,46,153)
#5A45A4
(90,69,164)
#6E5CAF
(110,92,175)
#8273BA
(130,115,186)
#968AC5
(150,138,197)
#AAA1D0
(170,161,208)
#BEB8DB
(190,184,219)
#D2CFE6
(210,207,230)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E0083; }

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

This text font color is #1E0083.


Background Color

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

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

This div background color is #1E0083.


Border color

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

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

This div border color is #1E0083.


Opacity

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

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

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

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

This text has shadow with #1E0083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E0083 on black background.


Color preview on white background

This text has color #1E0083 on white background.



Black color preview on #1E0083 background

This text has black color on #1E0083 background.


White color preview on #1E0083 background

This text has white color on #1E0083 background.