COLOR #1E495F

HEX: #1E495F
RGB: (30,73,95)

Color info

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

RGB color model

#1E495F color RGB value is (30,73,95).

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

RGB channels and saturation

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

30
73
95

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

Portions of RGB colors in percentages

R + G + B =
30 + 73 + 95 = 198 (100%)
R 30 of 198 ~ 15.15%
G 73 of 198 ~ 36.87%
B 95 of 198 ~ 47.98%

%15.15
%36.87
%47.98

CMYK color model

#1E495F color CMYK value is (68,23,0,63).

  • cyan value is 68.42%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(68,23,0,63)
C68M23Y0K63 
(68%,23%,0%,63%)
(0.68/0.23/0.00/0.63)	

CMYK percentages

%68.42
%23.16
%0
%62.75

Codes

Color #1E495F in popluar color models

1E495F
RGB307395
HSL200°52.00%24.51%
HSB/HSV200°68.42%37.25%
CMYK68.42%23.16%0.00%
62.75%

Color #1E495F in popluar number systems.

HEX1E495F
Decimal307395
Binary1111010010011011111
Octal36111137

Shades and tints

Shades of #1E495F

#1E495F
(30,73,95)
#1C4357
(28,67,87)
#1A3D4F
(26,61,79)
#183747
(24,55,71)
#16313F
(22,49,63)
#142B37
(20,43,55)
#12252F
(18,37,47)
#101F27
(16,31,39)
#0E191F
(14,25,31)
#0C1317
(12,19,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #1E495F

#1E495F
(30,73,95)
#32596D
(50,89,109)
#46697B
(70,105,123)
#5A7989
(90,121,137)
#6E8997
(110,137,151)
#8299A5
(130,153,165)
#96A9B3
(150,169,179)
#AAB9C1
(170,185,193)
#BEC9CF
(190,201,207)
#D2D9DD
(210,217,221)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E495F; }

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

This text font color is #1E495F.


Background Color

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

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

This div background color is #1E495F.


Border color

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

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

This div border color is #1E495F.


Opacity

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

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

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

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

This text has shadow with #1E495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E495F on black background.


Color preview on white background

This text has color #1E495F on white background.



Black color preview on #1E495F background

This text has black color on #1E495F background.


White color preview on #1E495F background

This text has white color on #1E495F background.