COLOR #1E6293

HEX: #1E6293 RGB: (30,98,147)

Color info

#1E6293 contains mainly green and blue colors. Web safe color of #1E6293 is #336699 (or #369).

RGB color model

#1E6293 color RGB value is (30,98,147).

RGB: (30,98,147) (12%, 38%, 58%)

RGB channels and saturation

R 30 of 255 = 12%
G 98 of 255 = 38%
B 147 of 255 = 58%

30
98
147

R + G + B ~ 36%. #1E6293 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 98 + 147 = 275 (100%)
R 30 of 275 ~ 10.91%
G 98 of 275 ~ 35.64%
B 147 of 275 ~ 53.45'%

%10.91
%35.64
%53.45

CMYK color model

#1E6293 color CMYK value is (80,33,0,42).

  • cyan value is 79.59%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (80,33,0,42)
C80M33Y0K42 (80%, 33%, 0%, 42%)
(0.80 / 0.33 / 0.00 / 0.42)

CMYK percentages

%79.59
%33.33
%0
%42.35

Codes

Color #1E6293 in popluar color models

1E 62 93
RGB 30 98 147
HSL 205° 66.10% 34.71%
HSB/HSV 205° 79.59% 57.65%
CMYK 79.59% 33.33% 0.00%
42.35%

Color #1E6293 in popluar number systems.

HEX 1E 62 93
Decimal 30 98 147
Binary 11110 1100010 10010011
Octal 36 142 223

Shades and tints

Shades of #1E6293

#1E6293
(30,98,147)
#1C5A86
(28,90,134)
#1A5279
(26,82,121)
#184A6C
(24,74,108)
#16425F
(22,66,95)
#143A52
(20,58,82)
#123245
(18,50,69)
#102A38
(16,42,56)
#0E222B
(14,34,43)
#0C1A1E
(12,26,30)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #1E6293

#1E6293
(30,98,147)
#32709C
(50,112,156)
#467EA5
(70,126,165)
#5A8CAE
(90,140,174)
#6E9AB7
(110,154,183)
#82A8C0
(130,168,192)
#96B6C9
(150,182,201)
#AAC4D2
(170,196,210)
#BED2DB
(190,210,219)
#D2E0E4
(210,224,228)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6293 color. Also use rgb(30,98,147) instead hex code.

Text Font Color

.myTextColor { color: #1E6293; }

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

This text font color is #1E6293.

Background Color

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

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

This div background color is #1E6293.

Border color

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

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

This div border color is #1E6293.

Opacity

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

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

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

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

This text has shadow with #1E6293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E6293.

Preview

Color preview on black background

This text has color #1E6293 on black background.


Color preview on white background

This text has color #1E6293 on white background.


Black color preview on #1E6293 background

This text has black color on #1E6293 background.


White color preview on #1E6293 background

This text has white color on #1E6293 background.


Related colors

Complementary color

Complementary color for #hex is #E19D6C.


I love getcolorcode.com

Triadic colors

1 #931E62 and #62931E with #1E6293 are triadic colors.

2 #93621E and #621E93 with #1E6293 are triadic colors.