COLOR #1E133C

HEX: #1E133C
RGB: (30,19,60)

Color info

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

RGB color model

#1E133C color RGB value is (30,19,60).

  • red value is 30;
  • green value is 19;
  • blue value is 60.
RGB:
(30,19,60)
(12%,7%,24%)

RGB channels and saturation

R 30 of 255 = 12%
G 19 of 255 = 7%
B 60 of 255 = 24%

30
19
60

R + G + B ~ 14%. #1E133C is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 19 + 60 = 109 (100%)
R 30 of 109 ~ 27.52%
G 19 of 109 ~ 17.43%
B 60 of 109 ~ 55.05%

%27.52
%17.43
%55.05

CMYK color model

#1E133C color CMYK value is (50,68,0,76).

  • cyan value is 50.00%
  • magenta value is 68.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(50,68,0,76)
C50M68Y0K76 
(50%,68%,0%,76%)
(0.50/0.68/0.00/0.76)	

CMYK percentages

%50
%68.33
%0
%76.47

Codes

Color #1E133C in popluar color models

1E133C
RGB301960
HSL256°51.90%15.49%
HSB/HSV256°68.33%23.53%
CMYK50.00%68.33%0.00%
76.47%

Color #1E133C in popluar number systems.

HEX1E133C
Decimal301960
Binary1111010011111100
Octal362374

Shades and tints

Shades of #1E133C

#1E133C
(30,19,60)
#1C1237
(28,18,55)
#1A1132
(26,17,50)
#18102D
(24,16,45)
#160F28
(22,15,40)
#140E23
(20,14,35)
#120D1E
(18,13,30)
#100C19
(16,12,25)
#0E0B14
(14,11,20)
#0C0A0F
(12,10,15)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #1E133C

#1E133C
(30,19,60)
#32284D
(50,40,77)
#463D5E
(70,61,94)
#5A526F
(90,82,111)
#6E6780
(110,103,128)
#827C91
(130,124,145)
#9691A2
(150,145,162)
#AAA6B3
(170,166,179)
#BEBBC4
(190,187,196)
#D2D0D5
(210,208,213)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E133C; }

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

This text font color is #1E133C.


Background Color

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

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

This div background color is #1E133C.


Border color

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

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

This div border color is #1E133C.


Opacity

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

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

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

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

This text has shadow with #1E133C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E133C on black background.


Color preview on white background

This text has color #1E133C on white background.



Black color preview on #1E133C background

This text has black color on #1E133C background.


White color preview on #1E133C background

This text has white color on #1E133C background.