COLOR #1E486B

HEX: #1E486B
RGB: (30,72,107)

Color info

#1E486B contains mainly green and blue colors. Web safe color of #1E486B is #333366 (or #336).

RGB color model

#1E486B color RGB value is (30,72,107).

  • red value is 30;
  • green value is 72;
  • blue value is 107.
RGB:
(30,72,107)
(12%,28%,42%)

RGB channels and saturation

R 30 of 255 = 12%
G 72 of 255 = 28%
B 107 of 255 = 42%

30
72
107

R + G + B ~ 27%. #1E486B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 72 + 107 = 209 (100%)
R 30 of 209 ~ 14.35%
G 72 of 209 ~ 34.45%
B 107 of 209 ~ 51.2%

%14.35
%34.45
%51.2

CMYK color model

#1E486B color CMYK value is (72,33,0,58).

  • cyan value is 71.96%
  • magenta value is 32.71%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(72,33,0,58)
C72M33Y0K58 
(72%,33%,0%,58%)
(0.72/0.33/0.00/0.58)	

CMYK percentages

%71.96
%32.71
%0
%58.04

Codes

Color #1E486B in popluar color models

1E486B
RGB3072107
HSL207°56.20%26.86%
HSB/HSV207°71.96%41.96%
CMYK71.96%32.71%0.00%
58.04%

Color #1E486B in popluar number systems.

HEX1E486B
Decimal3072107
Binary1111010010001101011
Octal36110153

Shades and tints

Shades of #1E486B

#1E486B
(30,72,107)
#1C4262
(28,66,98)
#1A3C59
(26,60,89)
#183650
(24,54,80)
#163047
(22,48,71)
#142A3E
(20,42,62)
#122435
(18,36,53)
#101E2C
(16,30,44)
#0E1823
(14,24,35)
#0C121A
(12,18,26)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #1E486B

#1E486B
(30,72,107)
#325878
(50,88,120)
#466885
(70,104,133)
#5A7892
(90,120,146)
#6E889F
(110,136,159)
#8298AC
(130,152,172)
#96A8B9
(150,168,185)
#AAB8C6
(170,184,198)
#BEC8D3
(190,200,211)
#D2D8E0
(210,216,224)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E486B color. Also use rgb(30,72,107) instead hex code.

Text Font Color

.myTextColor { color: #1E486B; }

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

This text font color is #1E486B.


Background Color

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

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

This div background color is #1E486B.


Border color

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

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

This div border color is #1E486B.


Opacity

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

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

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

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

This text has shadow with #1E486B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E486B on black background.


Color preview on white background

This text has color #1E486B on white background.



Black color preview on #1E486B background

This text has black color on #1E486B background.


White color preview on #1E486B background

This text has white color on #1E486B background.