COLOR #1E507A

HEX: #1E507A
RGB: (30,80,122)

Color info

#1E507A contains mainly green and blue colors. Web safe color of #1E507A is #336666 (or #366).

RGB color model

#1E507A color RGB value is (30,80,122).

  • red value is 30;
  • green value is 80;
  • blue value is 122.
RGB:
(30,80,122)
(12%,31%,48%)

RGB channels and saturation

R 30 of 255 = 12%
G 80 of 255 = 31%
B 122 of 255 = 48%

30
80
122

R + G + B ~ 30%. #1E507A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 80 + 122 = 232 (100%)
R 30 of 232 ~ 12.93%
G 80 of 232 ~ 34.48%
B 122 of 232 ~ 52.59%

%12.93
%34.48
%52.59

CMYK color model

#1E507A color CMYK value is (75,34,0,52).

  • cyan value is 75.41%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(75,34,0,52)
C75M34Y0K52 
(75%,34%,0%,52%)
(0.75/0.34/0.00/0.52)	

CMYK percentages

%75.41
%34.43
%0
%52.16

Codes

Color #1E507A in popluar color models

1E507A
RGB3080122
HSL207°60.53%29.80%
HSB/HSV207°75.41%47.84%
CMYK75.41%34.43%0.00%
52.16%

Color #1E507A in popluar number systems.

HEX1E507A
Decimal3080122
Binary1111010100001111010
Octal36120172

Shades and tints

Shades of #1E507A

#1E507A
(30,80,122)
#1C496F
(28,73,111)
#1A4264
(26,66,100)
#183B59
(24,59,89)
#16344E
(22,52,78)
#142D43
(20,45,67)
#122638
(18,38,56)
#101F2D
(16,31,45)
#0E1822
(14,24,34)
#0C1117
(12,17,23)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #1E507A

#1E507A
(30,80,122)
#325F86
(50,95,134)
#466E92
(70,110,146)
#5A7D9E
(90,125,158)
#6E8CAA
(110,140,170)
#829BB6
(130,155,182)
#96AAC2
(150,170,194)
#AAB9CE
(170,185,206)
#BEC8DA
(190,200,218)
#D2D7E6
(210,215,230)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E507A color. Also use rgb(30,80,122) instead hex code.

Text Font Color

.myTextColor { color: #1E507A; }

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

This text font color is #1E507A.


Background Color

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

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

This div background color is #1E507A.


Border color

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

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

This div border color is #1E507A.


Opacity

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

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

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

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

This text has shadow with #1E507A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E507A on black background.


Color preview on white background

This text has color #1E507A on white background.



Black color preview on #1E507A background

This text has black color on #1E507A background.


White color preview on #1E507A background

This text has white color on #1E507A background.