COLOR #1E5973

HEX: #1E5973
RGB: (30,89,115)

Color info

#1E5973 contains mainly green and blue colors. Web safe color of #1E5973 is #336666 (or #366).

RGB color model

#1E5973 color RGB value is (30,89,115).

  • red value is 30;
  • green value is 89;
  • blue value is 115.
RGB:
(30,89,115)
(12%,35%,45%)

RGB channels and saturation

R 30 of 255 = 12%
G 89 of 255 = 35%
B 115 of 255 = 45%

30
89
115

R + G + B ~ 31%. #1E5973 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 89 + 115 = 234 (100%)
R 30 of 234 ~ 12.82%
G 89 of 234 ~ 38.03%
B 115 of 234 ~ 49.15%

%12.82
%38.03
%49.15

CMYK color model

#1E5973 color CMYK value is (74,23,0,55).

  • cyan value is 73.91%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(74,23,0,55)
C74M23Y0K55 
(74%,23%,0%,55%)
(0.74/0.23/0.00/0.55)	

CMYK percentages

%73.91
%22.61
%0
%54.9

Codes

Color #1E5973 in popluar color models

1E5973
RGB3089115
HSL198°58.62%28.43%
HSB/HSV198°73.91%45.10%
CMYK73.91%22.61%0.00%
54.90%

Color #1E5973 in popluar number systems.

HEX1E5973
Decimal3089115
Binary1111010110011110011
Octal36131163

Shades and tints

Shades of #1E5973

#1E5973
(30,89,115)
#1C5169
(28,81,105)
#1A495F
(26,73,95)
#184155
(24,65,85)
#16394B
(22,57,75)
#143141
(20,49,65)
#122937
(18,41,55)
#10212D
(16,33,45)
#0E1923
(14,25,35)
#0C1119
(12,17,25)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #1E5973

#1E5973
(30,89,115)
#32687F
(50,104,127)
#46778B
(70,119,139)
#5A8697
(90,134,151)
#6E95A3
(110,149,163)
#82A4AF
(130,164,175)
#96B3BB
(150,179,187)
#AAC2C7
(170,194,199)
#BED1D3
(190,209,211)
#D2E0DF
(210,224,223)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5973 color. Also use rgb(30,89,115) instead hex code.

Text Font Color

.myTextColor { color: #1E5973; }

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

This text font color is #1E5973.


Background Color

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

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

This div background color is #1E5973.


Border color

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

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

This div border color is #1E5973.


Opacity

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

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

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

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

This text has shadow with #1E5973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5973 on black background.


Color preview on white background

This text has color #1E5973 on white background.



Black color preview on #1E5973 background

This text has black color on #1E5973 background.


White color preview on #1E5973 background

This text has white color on #1E5973 background.