COLOR #1E4266

HEX: #1E4266 RGB: (30,66,102)

Color info

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

RGB color model

#1E4266 color RGB value is (30,66,102).

RGB: (30,66,102) (12%, 26%, 40%)

RGB channels and saturation

R 30 of 255 = 12%
G 66 of 255 = 26%
B 102 of 255 = 40%

30
66
102

R + G + B ~ 26%. #1E4266 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 66 + 102 = 198 (100%)
R 30 of 198 ~ 15.15%
G 66 of 198 ~ 33.33%
B 102 of 198 ~ 51.52'%

%15.15
%33.33
%51.52

CMYK color model

#1E4266 color CMYK value is (71,35,0,60).

  • cyan value is 70.59%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (71,35,0,60)
C71M35Y0K60 (71%, 35%, 0%, 60%)
(0.71 / 0.35 / 0.00 / 0.60)

CMYK percentages

%70.59
%35.29
%0
%60

Codes

Color #1E4266 in popluar color models

1E 42 66
RGB 30 66 102
HSL 210° 54.55% 25.88%
HSB/HSV 210° 70.59% 40.00%
CMYK 70.59% 35.29% 0.00%
60.00%

Color #1E4266 in popluar number systems.

HEX 1E 42 66
Decimal 30 66 102
Binary 11110 1000010 1100110
Octal 36 102 146

Shades and tints

Shades of #1E4266

#1E4266
(30,66,102)
#1C3C5D
(28,60,93)
#1A3654
(26,54,84)
#18304B
(24,48,75)
#162A42
(22,42,66)
#142439
(20,36,57)
#121E30
(18,30,48)
#101827
(16,24,39)
#0E121E
(14,18,30)
#0C0C15
(12,12,21)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #1E4266

#1E4266
(30,66,102)
#325373
(50,83,115)
#466480
(70,100,128)
#5A758D
(90,117,141)
#6E869A
(110,134,154)
#8297A7
(130,151,167)
#96A8B4
(150,168,180)
#AAB9C1
(170,185,193)
#BECACE
(190,202,206)
#D2DBDB
(210,219,219)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4266 color. Also use rgb(30,66,102) instead hex code.

Text Font Color

.myTextColor { color: #1E4266; }

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

This text font color is #1E4266.

Background Color

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

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

This div background color is #1E4266.

Border color

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

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

This div border color is #1E4266.

Opacity

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

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

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

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

This text has shadow with #1E4266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E4266.

Preview

Color preview on black background

This text has color #1E4266 on black background.


Color preview on white background

This text has color #1E4266 on white background.


Black color preview on #1E4266 background

This text has black color on #1E4266 background.


White color preview on #1E4266 background

This text has white color on #1E4266 background.


Related colors

Complementary color

Complementary color for #hex is #E1BD99.


I love getcolorcode.com

Triadic colors

1 #661E42 and #42661E with #1E4266 are triadic colors.

2 #66421E and #421E66 with #1E4266 are triadic colors.