COLOR #1E498C

HEX: #1E498C
RGB: (30,73,140)

Color info

#1E498C contains mainly blue color. Web safe color of #1E498C is #333399 (or #339).

RGB color model

#1E498C color RGB value is (30,73,140).

  • red value is 30;
  • green value is 73;
  • blue value is 140.
RGB:
(30,73,140)
(12%,29%,55%)

RGB channels and saturation

R 30 of 255 = 12%
G 73 of 255 = 29%
B 140 of 255 = 55%

30
73
140

R + G + B ~ 32%. #1E498C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 73 + 140 = 243 (100%)
R 30 of 243 ~ 12.35%
G 73 of 243 ~ 30.04%
B 140 of 243 ~ 57.61%

%12.35
%30.04
%57.61

CMYK color model

#1E498C color CMYK value is (79,48,0,45).

  • cyan value is 78.57%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(79,48,0,45)
C79M48Y0K45 
(79%,48%,0%,45%)
(0.79/0.48/0.00/0.45)	

CMYK percentages

%78.57
%47.86
%0
%45.1

Codes

Color #1E498C in popluar color models

1E498C
RGB3073140
HSL217°64.71%33.33%
HSB/HSV217°78.57%54.90%
CMYK78.57%47.86%0.00%
45.10%

Color #1E498C in popluar number systems.

HEX1E498C
Decimal3073140
Binary11110100100110001100
Octal36111214

Shades and tints

Shades of #1E498C

#1E498C
(30,73,140)
#1C4380
(28,67,128)
#1A3D74
(26,61,116)
#183768
(24,55,104)
#16315C
(22,49,92)
#142B50
(20,43,80)
#122544
(18,37,68)
#101F38
(16,31,56)
#0E192C
(14,25,44)
#0C1320
(12,19,32)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #1E498C

#1E498C
(30,73,140)
#325996
(50,89,150)
#4669A0
(70,105,160)
#5A79AA
(90,121,170)
#6E89B4
(110,137,180)
#8299BE
(130,153,190)
#96A9C8
(150,169,200)
#AAB9D2
(170,185,210)
#BEC9DC
(190,201,220)
#D2D9E6
(210,217,230)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E498C color. Also use rgb(30,73,140) instead hex code.

Text Font Color

.myTextColor { color: #1E498C; }

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

This text font color is #1E498C.


Background Color

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

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

This div background color is #1E498C.


Border color

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

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

This div border color is #1E498C.


Opacity

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

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

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

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

This text has shadow with #1E498C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E498C on black background.


Color preview on white background

This text has color #1E498C on white background.



Black color preview on #1E498C background

This text has black color on #1E498C background.


White color preview on #1E498C background

This text has white color on #1E498C background.