COLOR #1E4B5F

HEX: #1E4B5F
RGB: (30,75,95)

Color info

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

RGB color model

#1E4B5F color RGB value is (30,75,95).

  • red value is 30;
  • green value is 75;
  • blue value is 95.
RGB:
(30,75,95)
(12%,29%,37%)

RGB channels and saturation

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

30
75
95

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

Portions of RGB colors in percentages

R + G + B =
30 + 75 + 95 = 200 (100%)
R 30 of 200 ~ 15%
G 75 of 200 ~ 37.5%
B 95 of 200 ~ 47.5%

%15
%37.5
%47.5

CMYK color model

#1E4B5F color CMYK value is (68,21,0,63).

  • cyan value is 68.42%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(68,21,0,63)
C68M21Y0K63 
(68%,21%,0%,63%)
(0.68/0.21/0.00/0.63)	

CMYK percentages

%68.42
%21.05
%0
%62.75

Codes

Color #1E4B5F in popluar color models

1E4B5F
RGB307595
HSL198°52.00%24.51%
HSB/HSV198°68.42%37.25%
CMYK68.42%21.05%0.00%
62.75%

Color #1E4B5F in popluar number systems.

HEX1E4B5F
Decimal307595
Binary1111010010111011111
Octal36113137

Shades and tints

Shades of #1E4B5F

#1E4B5F
(30,75,95)
#1C4557
(28,69,87)
#1A3F4F
(26,63,79)
#183947
(24,57,71)
#16333F
(22,51,63)
#142D37
(20,45,55)
#12272F
(18,39,47)
#102127
(16,33,39)
#0E1B1F
(14,27,31)
#0C1517
(12,21,23)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #1E4B5F

#1E4B5F
(30,75,95)
#325B6D
(50,91,109)
#466B7B
(70,107,123)
#5A7B89
(90,123,137)
#6E8B97
(110,139,151)
#829BA5
(130,155,165)
#96ABB3
(150,171,179)
#AABBC1
(170,187,193)
#BECBCF
(190,203,207)
#D2DBDD
(210,219,221)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4B5F; }

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

This text font color is #1E4B5F.


Background Color

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

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

This div background color is #1E4B5F.


Border color

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

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

This div border color is #1E4B5F.


Opacity

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

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

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

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

This text has shadow with #1E4B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4B5F on black background.


Color preview on white background

This text has color #1E4B5F on white background.



Black color preview on #1E4B5F background

This text has black color on #1E4B5F background.


White color preview on #1E4B5F background

This text has white color on #1E4B5F background.