COLOR #1E588E

HEX: #1E588E
RGB: (30,88,142)

Color info

#1E588E contains mainly green and blue colors. Web safe color of #1E588E is #336699 (or #369).

RGB color model

#1E588E color RGB value is (30,88,142).

  • red value is 30;
  • green value is 88;
  • blue value is 142.
RGB:
(30,88,142)
(12%,35%,56%)

RGB channels and saturation

R 30 of 255 = 12%
G 88 of 255 = 35%
B 142 of 255 = 56%

30
88
142

R + G + B ~ 34%. #1E588E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 88 + 142 = 260 (100%)
R 30 of 260 ~ 11.54%
G 88 of 260 ~ 33.85%
B 142 of 260 ~ 54.62%

%11.54
%33.85
%54.62

CMYK color model

#1E588E color CMYK value is (79,38,0,44).

  • cyan value is 78.87%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(79,38,0,44)
C79M38Y0K44 
(79%,38%,0%,44%)
(0.79/0.38/0.00/0.44)	

CMYK percentages

%78.87
%38.03
%0
%44.31

Codes

Color #1E588E in popluar color models

1E588E
RGB3088142
HSL209°65.12%33.73%
HSB/HSV209°78.87%55.69%
CMYK78.87%38.03%0.00%
44.31%

Color #1E588E in popluar number systems.

HEX1E588E
Decimal3088142
Binary11110101100010001110
Octal36130216

Shades and tints

Shades of #1E588E

#1E588E
(30,88,142)
#1C5082
(28,80,130)
#1A4876
(26,72,118)
#18406A
(24,64,106)
#16385E
(22,56,94)
#143052
(20,48,82)
#122846
(18,40,70)
#10203A
(16,32,58)
#0E182E
(14,24,46)
#0C1022
(12,16,34)
#0A0816
(10,8,22)
#000000
(0,0,0)

Tints of #1E588E

#1E588E
(30,88,142)
#326798
(50,103,152)
#4676A2
(70,118,162)
#5A85AC
(90,133,172)
#6E94B6
(110,148,182)
#82A3C0
(130,163,192)
#96B2CA
(150,178,202)
#AAC1D4
(170,193,212)
#BED0DE
(190,208,222)
#D2DFE8
(210,223,232)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E588E color. Also use rgb(30,88,142) instead hex code.

Text Font Color

.myTextColor { color: #1E588E; }

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

This text font color is #1E588E.


Background Color

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

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

This div background color is #1E588E.


Border color

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

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

This div border color is #1E588E.


Opacity

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

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

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

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

This text has shadow with #1E588E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E588E on black background.


Color preview on white background

This text has color #1E588E on white background.



Black color preview on #1E588E background

This text has black color on #1E588E background.


White color preview on #1E588E background

This text has white color on #1E588E background.