COLOR #1E58A6

HEX: #1E58A6
RGB: (30,88,166)

Color info

#1E58A6 contains mainly blue color. Web safe color of #1E58A6 is #336699 (or #369).

RGB color model

#1E58A6 color RGB value is (30,88,166).

  • red value is 30;
  • green value is 88;
  • blue value is 166.
RGB:
(30,88,166)
(12%,35%,65%)

RGB channels and saturation

R 30 of 255 = 12%
G 88 of 255 = 35%
B 166 of 255 = 65%

30
88
166

R + G + B ~ 37%. #1E58A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 88 + 166 = 284 (100%)
R 30 of 284 ~ 10.56%
G 88 of 284 ~ 30.99%
B 166 of 284 ~ 58.45%

%10.56
%30.99
%58.45

CMYK color model

#1E58A6 color CMYK value is (82,47,0,35).

  • cyan value is 81.93%
  • magenta value is 46.99%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(82,47,0,35)
C82M47Y0K35 
(82%,47%,0%,35%)
(0.82/0.47/0.00/0.35)	

CMYK percentages

%81.93
%46.99
%0
%34.9

Codes

Color #1E58A6 in popluar color models

1E58A6
RGB3088166
HSL214°69.39%38.43%
HSB/HSV214°81.93%65.10%
CMYK81.93%46.99%0.00%
34.90%

Color #1E58A6 in popluar number systems.

HEX1E58A6
Decimal3088166
Binary11110101100010100110
Octal36130246

Shades and tints

Shades of #1E58A6

#1E58A6
(30,88,166)
#1C5097
(28,80,151)
#1A4888
(26,72,136)
#184079
(24,64,121)
#16386A
(22,56,106)
#14305B
(20,48,91)
#12284C
(18,40,76)
#10203D
(16,32,61)
#0E182E
(14,24,46)
#0C101F
(12,16,31)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #1E58A6

#1E58A6
(30,88,166)
#3267AE
(50,103,174)
#4676B6
(70,118,182)
#5A85BE
(90,133,190)
#6E94C6
(110,148,198)
#82A3CE
(130,163,206)
#96B2D6
(150,178,214)
#AAC1DE
(170,193,222)
#BED0E6
(190,208,230)
#D2DFEE
(210,223,238)
#E6EEF6
(230,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E58A6 color. Also use rgb(30,88,166) instead hex code.

Text Font Color

.myTextColor { color: #1E58A6; }

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

This text font color is #1E58A6.


Background Color

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

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

This div background color is #1E58A6.


Border color

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

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

This div border color is #1E58A6.


Opacity

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

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

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

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

This text has shadow with #1E58A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E58A6 on black background.


Color preview on white background

This text has color #1E58A6 on white background.



Black color preview on #1E58A6 background

This text has black color on #1E58A6 background.


White color preview on #1E58A6 background

This text has white color on #1E58A6 background.