COLOR #1E125B

HEX: #1E125B RGB: (30,18,91)

Color info

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

RGB color model

#1E125B color RGB value is (30,18,91).

RGB: (30,18,91) (12%, 7%, 36%)

RGB channels and saturation

R 30 of 255 = 12%
G 18 of 255 = 7%
B 91 of 255 = 36%

30
18
91

R + G + B ~ 18%. #1E125B is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 18 + 91 = 139 (100%)
R 30 of 139 ~ 21.58%
G 18 of 139 ~ 12.95%
B 91 of 139 ~ 65.47'%

%21.58
%12.95
%65.47

CMYK color model

#1E125B color CMYK value is (67,80,0,64).

  • cyan value is 67.03%
  • magenta value is 80.22%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (67,80,0,64)
C67M80Y0K64 (67%, 80%, 0%, 64%)
(0.67 / 0.80 / 0.00 / 0.64)

CMYK percentages

%67.03
%80.22
%0
%64.31

Codes

Color #1E125B in popluar color models

1E 12 5B
RGB 30 18 91
HSL 250° 66.97% 21.37%
HSB/HSV 250° 80.22% 35.69%
CMYK 67.03% 80.22% 0.00%
64.31%

Color #1E125B in popluar number systems.

HEX 1E 12 5B
Decimal 30 18 91
Binary 11110 10010 1011011
Octal 36 22 133

Shades and tints

Shades of #1E125B

#1E125B
(30,18,91)
#1C1153
(28,17,83)
#1A104B
(26,16,75)
#180F43
(24,15,67)
#160E3B
(22,14,59)
#140D33
(20,13,51)
#120C2B
(18,12,43)
#100B23
(16,11,35)
#0E0A1B
(14,10,27)
#0C0913
(12,9,19)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #1E125B

#1E125B
(30,18,91)
#322769
(50,39,105)
#463C77
(70,60,119)
#5A5185
(90,81,133)
#6E6693
(110,102,147)
#827BA1
(130,123,161)
#9690AF
(150,144,175)
#AAA5BD
(170,165,189)
#BEBACB
(190,186,203)
#D2CFD9
(210,207,217)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E125B; }

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

This text font color is #1E125B.

Background Color

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

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

This div background color is #1E125B.

Border color

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

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

This div border color is #1E125B.

Opacity

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

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

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

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

This text has shadow with #1E125B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E125B.

Preview

Color preview on black background

This text has color #1E125B on black background.


Color preview on white background

This text has color #1E125B on white background.


Black color preview on #1E125B background

This text has black color on #1E125B background.


White color preview on #1E125B background

This text has white color on #1E125B background.


Related colors

Complementary color

Complementary color for #hex is #E1EDA4.


I love getcolorcode.com

Triadic colors

1 #5B1E12 and #125B1E with #1E125B are triadic colors.

2 #5B121E and #121E5B with #1E125B are triadic colors.