COLOR #1E466C

HEX: #1E466C
RGB: (30,70,108)

Color info

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

RGB color model

#1E466C color RGB value is (30,70,108).

  • red value is 30;
  • green value is 70;
  • blue value is 108.
RGB:
(30,70,108)
(12%,27%,42%)

RGB channels and saturation

R 30 of 255 = 12%
G 70 of 255 = 27%
B 108 of 255 = 42%

30
70
108

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

Portions of RGB colors in percentages

R + G + B =
30 + 70 + 108 = 208 (100%)
R 30 of 208 ~ 14.42%
G 70 of 208 ~ 33.65%
B 108 of 208 ~ 51.92%

%14.42
%33.65
%51.92

CMYK color model

#1E466C color CMYK value is (72,35,0,58).

  • cyan value is 72.22%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(72,35,0,58)
C72M35Y0K58 
(72%,35%,0%,58%)
(0.72/0.35/0.00/0.58)	

CMYK percentages

%72.22
%35.19
%0
%57.65

Codes

Color #1E466C in popluar color models

1E466C
RGB3070108
HSL209°56.52%27.06%
HSB/HSV209°72.22%42.35%
CMYK72.22%35.19%0.00%
57.65%

Color #1E466C in popluar number systems.

HEX1E466C
Decimal3070108
Binary1111010001101101100
Octal36106154

Shades and tints

Shades of #1E466C

#1E466C
(30,70,108)
#1C4063
(28,64,99)
#1A3A5A
(26,58,90)
#183451
(24,52,81)
#162E48
(22,46,72)
#14283F
(20,40,63)
#122236
(18,34,54)
#101C2D
(16,28,45)
#0E1624
(14,22,36)
#0C101B
(12,16,27)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #1E466C

#1E466C
(30,70,108)
#325679
(50,86,121)
#466686
(70,102,134)
#5A7693
(90,118,147)
#6E86A0
(110,134,160)
#8296AD
(130,150,173)
#96A6BA
(150,166,186)
#AAB6C7
(170,182,199)
#BEC6D4
(190,198,212)
#D2D6E1
(210,214,225)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E466C color. Also use rgb(30,70,108) instead hex code.

Text Font Color

.myTextColor { color: #1E466C; }

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

This text font color is #1E466C.


Background Color

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

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

This div background color is #1E466C.


Border color

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

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

This div border color is #1E466C.


Opacity

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

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

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

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

This text has shadow with #1E466C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E466C on black background.


Color preview on white background

This text has color #1E466C on white background.



Black color preview on #1E466C background

This text has black color on #1E466C background.


White color preview on #1E466C background

This text has white color on #1E466C background.