COLOR #1E4B5E

HEX: #1E4B5E RGB: (30,75,94)

Color info

#1E4B5E contains mainly green and blue colors. Web safe color of #1E4B5E is #333366 (or #336).

RGB color model

#1E4B5E color RGB value is (30,75,94).

RGB: (30,75,94) (12%, 29%, 37%)

RGB channels and saturation

R 30 of 255 = 12%
G 75 of 255 = 29%
B 94 of 255 = 37%

30
75
94

R + G + B ~ 26%. #1E4B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 75 + 94 = 199 (100%)
R 30 of 199 ~ 15.08%
G 75 of 199 ~ 37.69%
B 94 of 199 ~ 47.24'%

%15.08
%37.69
%47.24

CMYK color model

#1E4B5E color CMYK value is (68,20,0,63).

  • cyan value is 68.09%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (68,20,0,63)
C68M20Y0K63 (68%, 20%, 0%, 63%)
(0.68 / 0.20 / 0.00 / 0.63)

CMYK percentages

%68.09
%20.21
%0
%63.14

Codes

Color #1E4B5E in popluar color models

1E 4B 5E
RGB 30 75 94
HSL 198° 51.61% 24.31%
HSB/HSV 198° 68.09% 36.86%
CMYK 68.09% 20.21% 0.00%
63.14%

Color #1E4B5E in popluar number systems.

HEX 1E 4B 5E
Decimal 30 75 94
Binary 11110 1001011 1011110
Octal 36 113 136

Shades and tints

Shades of #1E4B5E

#1E4B5E
(30,75,94)
#1C4556
(28,69,86)
#1A3F4E
(26,63,78)
#183946
(24,57,70)
#16333E
(22,51,62)
#142D36
(20,45,54)
#12272E
(18,39,46)
#102126
(16,33,38)
#0E1B1E
(14,27,30)
#0C1516
(12,21,22)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #1E4B5E

#1E4B5E
(30,75,94)
#325B6C
(50,91,108)
#466B7A
(70,107,122)
#5A7B88
(90,123,136)
#6E8B96
(110,139,150)
#829BA4
(130,155,164)
#96ABB2
(150,171,178)
#AABBC0
(170,187,192)
#BECBCE
(190,203,206)
#D2DBDC
(210,219,220)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4B5E; }

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

This text font color is #1E4B5E.

Background Color

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

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

This div background color is #1E4B5E.

Border color

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

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

This div border color is #1E4B5E.

Opacity

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

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

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

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

This text has shadow with #1E4B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E4B5E.

Preview

Color preview on black background

This text has color #1E4B5E on black background.


Color preview on white background

This text has color #1E4B5E on white background.


Black color preview on #1E4B5E background

This text has black color on #1E4B5E background.


White color preview on #1E4B5E background

This text has white color on #1E4B5E background.


Related colors

Complementary color

Complementary color for #hex is #E1B4A1.


I love getcolorcode.com

Triadic colors

1 #5E1E4B and #4B5E1E with #1E4B5E are triadic colors.

2 #5E4B1E and #4B1E5E with #1E4B5E are triadic colors.