COLOR #1E6484

HEX: #1E6484
RGB: (30,100,132)

Color info

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

RGB color model

#1E6484 color RGB value is (30,100,132).

  • red value is 30;
  • green value is 100;
  • blue value is 132.
RGB:
(30,100,132)
(12%,39%,52%)

RGB channels and saturation

R 30 of 255 = 12%
G 100 of 255 = 39%
B 132 of 255 = 52%

30
100
132

R + G + B ~ 34%. #1E6484 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 100 + 132 = 262 (100%)
R 30 of 262 ~ 11.45%
G 100 of 262 ~ 38.17%
B 132 of 262 ~ 50.38%

%11.45
%38.17
%50.38

CMYK color model

#1E6484 color CMYK value is (77,24,0,48).

  • cyan value is 77.27%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(77,24,0,48)
C77M24Y0K48 
(77%,24%,0%,48%)
(0.77/0.24/0.00/0.48)	

CMYK percentages

%77.27
%24.24
%0
%48.24

Codes

Color #1E6484 in popluar color models

1E6484
RGB30100132
HSL199°62.96%31.76%
HSB/HSV199°77.27%51.76%
CMYK77.27%24.24%0.00%
48.24%

Color #1E6484 in popluar number systems.

HEX1E6484
Decimal30100132
Binary11110110010010000100
Octal36144204

Shades and tints

Shades of #1E6484

#1E6484
(30,100,132)
#1C5B78
(28,91,120)
#1A526C
(26,82,108)
#184960
(24,73,96)
#164054
(22,64,84)
#143748
(20,55,72)
#122E3C
(18,46,60)
#102530
(16,37,48)
#0E1C24
(14,28,36)
#0C1318
(12,19,24)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #1E6484

#1E6484
(30,100,132)
#32728F
(50,114,143)
#46809A
(70,128,154)
#5A8EA5
(90,142,165)
#6E9CB0
(110,156,176)
#82AABB
(130,170,187)
#96B8C6
(150,184,198)
#AAC6D1
(170,198,209)
#BED4DC
(190,212,220)
#D2E2E7
(210,226,231)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6484 color. Also use rgb(30,100,132) instead hex code.

Text Font Color

.myTextColor { color: #1E6484; }

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

This text font color is #1E6484.


Background Color

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

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

This div background color is #1E6484.


Border color

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

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

This div border color is #1E6484.


Opacity

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

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

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

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

This text has shadow with #1E6484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6484 on black background.


Color preview on white background

This text has color #1E6484 on white background.



Black color preview on #1E6484 background

This text has black color on #1E6484 background.


White color preview on #1E6484 background

This text has white color on #1E6484 background.