COLOR #1E7488

HEX: #1E7488
RGB: (30,116,136)

Color info

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

RGB color model

#1E7488 color RGB value is (30,116,136).

  • red value is 30;
  • green value is 116;
  • blue value is 136.
RGB:
(30,116,136)
(12%,45%,53%)

RGB channels and saturation

R 30 of 255 = 12%
G 116 of 255 = 45%
B 136 of 255 = 53%

30
116
136

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

Portions of RGB colors in percentages

R + G + B =
30 + 116 + 136 = 282 (100%)
R 30 of 282 ~ 10.64%
G 116 of 282 ~ 41.13%
B 136 of 282 ~ 48.23%

%10.64
%41.13
%48.23

CMYK color model

#1E7488 color CMYK value is (78,15,0,47).

  • cyan value is 77.94%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(78,15,0,47)
C78M15Y0K47 
(78%,15%,0%,47%)
(0.78/0.15/0.00/0.47)	

CMYK percentages

%77.94
%14.71
%0
%46.67

Codes

Color #1E7488 in popluar color models

1E7488
RGB30116136
HSL191°63.86%32.55%
HSB/HSV191°77.94%53.33%
CMYK77.94%14.71%0.00%
46.67%

Color #1E7488 in popluar number systems.

HEX1E7488
Decimal30116136
Binary11110111010010001000
Octal36164210

Shades and tints

Shades of #1E7488

#1E7488
(30,116,136)
#1C6A7C
(28,106,124)
#1A6070
(26,96,112)
#185664
(24,86,100)
#164C58
(22,76,88)
#14424C
(20,66,76)
#123840
(18,56,64)
#102E34
(16,46,52)
#0E2428
(14,36,40)
#0C1A1C
(12,26,28)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #1E7488

#1E7488
(30,116,136)
#328092
(50,128,146)
#468C9C
(70,140,156)
#5A98A6
(90,152,166)
#6EA4B0
(110,164,176)
#82B0BA
(130,176,186)
#96BCC4
(150,188,196)
#AAC8CE
(170,200,206)
#BED4D8
(190,212,216)
#D2E0E2
(210,224,226)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7488 color. Also use rgb(30,116,136) instead hex code.

Text Font Color

.myTextColor { color: #1E7488; }

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

This text font color is #1E7488.


Background Color

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

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

This div background color is #1E7488.


Border color

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

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

This div border color is #1E7488.


Opacity

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

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

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

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

This text has shadow with #1E7488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7488 on black background.


Color preview on white background

This text has color #1E7488 on white background.



Black color preview on #1E7488 background

This text has black color on #1E7488 background.


White color preview on #1E7488 background

This text has white color on #1E7488 background.