COLOR #1E486D

HEX: #1E486D
RGB: (30,72,109)

Color info

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

RGB color model

#1E486D color RGB value is (30,72,109).

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

RGB channels and saturation

R 30 of 255 = 12%
G 72 of 255 = 28%
B 109 of 255 = 43%

30
72
109

R + G + B ~ 28%. #1E486D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 72 + 109 = 211 (100%)
R 30 of 211 ~ 14.22%
G 72 of 211 ~ 34.12%
B 109 of 211 ~ 51.66%

%14.22
%34.12
%51.66

CMYK color model

#1E486D color CMYK value is (72,34,0,57).

  • cyan value is 72.48%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(72,34,0,57)
C72M34Y0K57 
(72%,34%,0%,57%)
(0.72/0.34/0.00/0.57)	

CMYK percentages

%72.48
%33.94
%0
%57.25

Codes

Color #1E486D in popluar color models

1E486D
RGB3072109
HSL208°56.83%27.25%
HSB/HSV208°72.48%42.75%
CMYK72.48%33.94%0.00%
57.25%

Color #1E486D in popluar number systems.

HEX1E486D
Decimal3072109
Binary1111010010001101101
Octal36110155

Shades and tints

Shades of #1E486D

#1E486D
(30,72,109)
#1C4264
(28,66,100)
#1A3C5B
(26,60,91)
#183652
(24,54,82)
#163049
(22,48,73)
#142A40
(20,42,64)
#122437
(18,36,55)
#101E2E
(16,30,46)
#0E1825
(14,24,37)
#0C121C
(12,18,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #1E486D

#1E486D
(30,72,109)
#32587A
(50,88,122)
#466887
(70,104,135)
#5A7894
(90,120,148)
#6E88A1
(110,136,161)
#8298AE
(130,152,174)
#96A8BB
(150,168,187)
#AAB8C8
(170,184,200)
#BEC8D5
(190,200,213)
#D2D8E2
(210,216,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E486D; }

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

This text font color is #1E486D.


Background Color

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

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

This div background color is #1E486D.


Border color

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

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

This div border color is #1E486D.


Opacity

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

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

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

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

This text has shadow with #1E486D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E486D on black background.


Color preview on white background

This text has color #1E486D on white background.



Black color preview on #1E486D background

This text has black color on #1E486D background.


White color preview on #1E486D background

This text has white color on #1E486D background.