COLOR #1E1E85

HEX: #1E1E85
RGB: (30,30,133)

Color info

#1E1E85 contains mainly blue color. Web safe color of #1E1E85 is #333399 (or #339).

RGB color model

#1E1E85 color RGB value is (30,30,133).

  • red value is 30;
  • green value is 30;
  • blue value is 133.
RGB:
(30,30,133)
(12%,12%,52%)

RGB channels and saturation

R 30 of 255 = 12%
G 30 of 255 = 12%
B 133 of 255 = 52%

30
30
133

R + G + B ~ 25%. #1E1E85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 30 + 133 = 193 (100%)
R 30 of 193 ~ 15.54%
G 30 of 193 ~ 15.54%
B 133 of 193 ~ 68.91%

%15.54
%15.54
%68.91

CMYK color model

#1E1E85 color CMYK value is (77,77,0,48).

  • cyan value is 77.44%
  • magenta value is 77.44%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(77,77,0,48)
C77M77Y0K48 
(77%,77%,0%,48%)
(0.77/0.77/0.00/0.48)	

CMYK percentages

%77.44
%77.44
%0
%47.84

Codes

Color #1E1E85 in popluar color models

1E1E85
RGB3030133
HSL240°63.19%31.96%
HSB/HSV240°77.44%52.16%
CMYK77.44%77.44%0.00%
47.84%

Color #1E1E85 in popluar number systems.

HEX1E1E85
Decimal3030133
Binary111101111010000101
Octal3636205

Shades and tints

Shades of #1E1E85

#1E1E85
(30,30,133)
#1C1C79
(28,28,121)
#1A1A6D
(26,26,109)
#181861
(24,24,97)
#161655
(22,22,85)
#141449
(20,20,73)
#12123D
(18,18,61)
#101031
(16,16,49)
#0E0E25
(14,14,37)
#0C0C19
(12,12,25)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #1E1E85

#1E1E85
(30,30,133)
#323290
(50,50,144)
#46469B
(70,70,155)
#5A5AA6
(90,90,166)
#6E6EB1
(110,110,177)
#8282BC
(130,130,188)
#9696C7
(150,150,199)
#AAAAD2
(170,170,210)
#BEBEDD
(190,190,221)
#D2D2E8
(210,210,232)
#E6E6F3
(230,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1E85; }

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

This text font color is #1E1E85.


Background Color

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

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

This div background color is #1E1E85.


Border color

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

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

This div border color is #1E1E85.


Opacity

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

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

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

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

This text has shadow with #1E1E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1E85 on black background.


Color preview on white background

This text has color #1E1E85 on white background.



Black color preview on #1E1E85 background

This text has black color on #1E1E85 background.


White color preview on #1E1E85 background

This text has white color on #1E1E85 background.