COLOR #1E5178

HEX: #1E5178
RGB: (30,81,120)

Color info

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

RGB color model

#1E5178 color RGB value is (30,81,120).

  • red value is 30;
  • green value is 81;
  • blue value is 120.
RGB:
(30,81,120)
(12%,32%,47%)

RGB channels and saturation

R 30 of 255 = 12%
G 81 of 255 = 32%
B 120 of 255 = 47%

30
81
120

R + G + B ~ 30%. #1E5178 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 81 + 120 = 231 (100%)
R 30 of 231 ~ 12.99%
G 81 of 231 ~ 35.06%
B 120 of 231 ~ 51.95%

%12.99
%35.06
%51.95

CMYK color model

#1E5178 color CMYK value is (75,33,0,53).

  • cyan value is 75.00%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(75,33,0,53)
C75M33Y0K53 
(75%,33%,0%,53%)
(0.75/0.33/0.00/0.53)	

CMYK percentages

%75
%32.5
%0
%52.94

Codes

Color #1E5178 in popluar color models

1E5178
RGB3081120
HSL206°60.00%29.41%
HSB/HSV206°75.00%47.06%
CMYK75.00%32.50%0.00%
52.94%

Color #1E5178 in popluar number systems.

HEX1E5178
Decimal3081120
Binary1111010100011111000
Octal36121170

Shades and tints

Shades of #1E5178

#1E5178
(30,81,120)
#1C4A6E
(28,74,110)
#1A4364
(26,67,100)
#183C5A
(24,60,90)
#163550
(22,53,80)
#142E46
(20,46,70)
#12273C
(18,39,60)
#102032
(16,32,50)
#0E1928
(14,25,40)
#0C121E
(12,18,30)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #1E5178

#1E5178
(30,81,120)
#326084
(50,96,132)
#466F90
(70,111,144)
#5A7E9C
(90,126,156)
#6E8DA8
(110,141,168)
#829CB4
(130,156,180)
#96ABC0
(150,171,192)
#AABACC
(170,186,204)
#BEC9D8
(190,201,216)
#D2D8E4
(210,216,228)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5178 color. Also use rgb(30,81,120) instead hex code.

Text Font Color

.myTextColor { color: #1E5178; }

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

This text font color is #1E5178.


Background Color

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

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

This div background color is #1E5178.


Border color

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

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

This div border color is #1E5178.


Opacity

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

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

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

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

This text has shadow with #1E5178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5178 on black background.


Color preview on white background

This text has color #1E5178 on white background.



Black color preview on #1E5178 background

This text has black color on #1E5178 background.


White color preview on #1E5178 background

This text has white color on #1E5178 background.