COLOR #1E738B

HEX: #1E738B
RGB: (30,115,139)

Color info

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

RGB color model

#1E738B color RGB value is (30,115,139).

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

RGB channels and saturation

R 30 of 255 = 12%
G 115 of 255 = 45%
B 139 of 255 = 55%

30
115
139

R + G + B ~ 37%. #1E738B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 115 + 139 = 284 (100%)
R 30 of 284 ~ 10.56%
G 115 of 284 ~ 40.49%
B 139 of 284 ~ 48.94%

%10.56
%40.49
%48.94

CMYK color model

#1E738B color CMYK value is (78,17,0,45).

  • cyan value is 78.42%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(78,17,0,45)
C78M17Y0K45 
(78%,17%,0%,45%)
(0.78/0.17/0.00/0.45)	

CMYK percentages

%78.42
%17.27
%0
%45.49

Codes

Color #1E738B in popluar color models

1E738B
RGB30115139
HSL193°64.50%33.14%
HSB/HSV193°78.42%54.51%
CMYK78.42%17.27%0.00%
45.49%

Color #1E738B in popluar number systems.

HEX1E738B
Decimal30115139
Binary11110111001110001011
Octal36163213

Shades and tints

Shades of #1E738B

#1E738B
(30,115,139)
#1C697F
(28,105,127)
#1A5F73
(26,95,115)
#185567
(24,85,103)
#164B5B
(22,75,91)
#14414F
(20,65,79)
#123743
(18,55,67)
#102D37
(16,45,55)
#0E232B
(14,35,43)
#0C191F
(12,25,31)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #1E738B

#1E738B
(30,115,139)
#327F95
(50,127,149)
#468B9F
(70,139,159)
#5A97A9
(90,151,169)
#6EA3B3
(110,163,179)
#82AFBD
(130,175,189)
#96BBC7
(150,187,199)
#AAC7D1
(170,199,209)
#BED3DB
(190,211,219)
#D2DFE5
(210,223,229)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E738B; }

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

This text font color is #1E738B.


Background Color

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

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

This div background color is #1E738B.


Border color

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

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

This div border color is #1E738B.


Opacity

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

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

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

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

This text has shadow with #1E738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E738B on black background.


Color preview on white background

This text has color #1E738B on white background.



Black color preview on #1E738B background

This text has black color on #1E738B background.


White color preview on #1E738B background

This text has white color on #1E738B background.