COLOR #1E136D

HEX: #1E136D RGB: (30,19,109)

Color info

#1E136D contains mainly blue color. Web safe color of #1E136D is #330066 (or #306).

RGB color model

#1E136D color RGB value is (30,19,109).

RGB: (30,19,109) (12%, 7%, 43%)

RGB channels and saturation

R 30 of 255 = 12%
G 19 of 255 = 7%
B 109 of 255 = 43%

30
19
109

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

Portions of RGB colors in percentages

R + G + B = 30 + 19 + 109 = 158 (100%)
R 30 of 158 ~ 18.99%
G 19 of 158 ~ 12.03%
B 109 of 158 ~ 68.99'%

%18.99
%12.03
%68.99

CMYK color model

#1E136D color CMYK value is (72,83,0,57).

  • cyan value is 72.48%
  • magenta value is 82.57%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (72,83,0,57)
C72M83Y0K57 (72%, 83%, 0%, 57%)
(0.72 / 0.83 / 0.00 / 0.57)

CMYK percentages

%72.48
%82.57
%0
%57.25

Codes

Color #1E136D in popluar color models

1E 13 6D
RGB 30 19 109
HSL 247° 70.31% 25.10%
HSB/HSV 247° 82.57% 42.75%
CMYK 72.48% 82.57% 0.00%
57.25%

Color #1E136D in popluar number systems.

HEX 1E 13 6D
Decimal 30 19 109
Binary 11110 10011 1101101
Octal 36 23 155

Shades and tints

Shades of #1E136D

#1E136D
(30,19,109)
#1C1264
(28,18,100)
#1A115B
(26,17,91)
#181052
(24,16,82)
#160F49
(22,15,73)
#140E40
(20,14,64)
#120D37
(18,13,55)
#100C2E
(16,12,46)
#0E0B25
(14,11,37)
#0C0A1C
(12,10,28)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #1E136D

#1E136D
(30,19,109)
#32287A
(50,40,122)
#463D87
(70,61,135)
#5A5294
(90,82,148)
#6E67A1
(110,103,161)
#827CAE
(130,124,174)
#9691BB
(150,145,187)
#AAA6C8
(170,166,200)
#BEBBD5
(190,187,213)
#D2D0E2
(210,208,226)
#E6E5EF
(230,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E136D; }

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

This text font color is #1E136D.

Background Color

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

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

This div background color is #1E136D.

Border color

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

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

This div border color is #1E136D.

Opacity

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

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

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

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

This text has shadow with #1E136D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E136D.

Preview

Color preview on black background

This text has color #1E136D on black background.


Color preview on white background

This text has color #1E136D on white background.


Black color preview on #1E136D background

This text has black color on #1E136D background.


White color preview on #1E136D background

This text has white color on #1E136D background.


Related colors

Complementary color

Complementary color for #hex is #E1EC92.


I love getcolorcode.com

Triadic colors

1 #6D1E13 and #136D1E with #1E136D are triadic colors.

2 #6D131E and #131E6D with #1E136D are triadic colors.