COLOR #1E537E

HEX: #1E537E
RGB: (30,83,126)

Color info

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

RGB color model

#1E537E color RGB value is (30,83,126).

  • red value is 30;
  • green value is 83;
  • blue value is 126.
RGB:
(30,83,126)
(12%,33%,49%)

RGB channels and saturation

R 30 of 255 = 12%
G 83 of 255 = 33%
B 126 of 255 = 49%

30
83
126

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

Portions of RGB colors in percentages

R + G + B =
30 + 83 + 126 = 239 (100%)
R 30 of 239 ~ 12.55%
G 83 of 239 ~ 34.73%
B 126 of 239 ~ 52.72%

%12.55
%34.73
%52.72

CMYK color model

#1E537E color CMYK value is (76,34,0,51).

  • cyan value is 76.19%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(76,34,0,51)
C76M34Y0K51 
(76%,34%,0%,51%)
(0.76/0.34/0.00/0.51)	

CMYK percentages

%76.19
%34.13
%0
%50.59

Codes

Color #1E537E in popluar color models

1E537E
RGB3083126
HSL207°61.54%30.59%
HSB/HSV207°76.19%49.41%
CMYK76.19%34.13%0.00%
50.59%

Color #1E537E in popluar number systems.

HEX1E537E
Decimal3083126
Binary1111010100111111110
Octal36123176

Shades and tints

Shades of #1E537E

#1E537E
(30,83,126)
#1C4C73
(28,76,115)
#1A4568
(26,69,104)
#183E5D
(24,62,93)
#163752
(22,55,82)
#143047
(20,48,71)
#12293C
(18,41,60)
#102231
(16,34,49)
#0E1B26
(14,27,38)
#0C141B
(12,20,27)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #1E537E

#1E537E
(30,83,126)
#326289
(50,98,137)
#467194
(70,113,148)
#5A809F
(90,128,159)
#6E8FAA
(110,143,170)
#829EB5
(130,158,181)
#96ADC0
(150,173,192)
#AABCCB
(170,188,203)
#BECBD6
(190,203,214)
#D2DAE1
(210,218,225)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E537E color. Also use rgb(30,83,126) instead hex code.

Text Font Color

.myTextColor { color: #1E537E; }

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

This text font color is #1E537E.


Background Color

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

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

This div background color is #1E537E.


Border color

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

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

This div border color is #1E537E.


Opacity

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

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

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

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

This text has shadow with #1E537E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E537E on black background.


Color preview on white background

This text has color #1E537E on white background.



Black color preview on #1E537E background

This text has black color on #1E537E background.


White color preview on #1E537E background

This text has white color on #1E537E background.