COLOR #1E6688

HEX: #1E6688
RGB: (30,102,136)

Color info

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

RGB color model

#1E6688 color RGB value is (30,102,136).

  • red value is 30;
  • green value is 102;
  • blue value is 136.
RGB:
(30,102,136)
(12%,40%,53%)

RGB channels and saturation

R 30 of 255 = 12%
G 102 of 255 = 40%
B 136 of 255 = 53%

30
102
136

R + G + B ~ 35%. #1E6688 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 102 + 136 = 268 (100%)
R 30 of 268 ~ 11.19%
G 102 of 268 ~ 38.06%
B 136 of 268 ~ 50.75%

%11.19
%38.06
%50.75

CMYK color model

#1E6688 color CMYK value is (78,25,0,47).

  • cyan value is 77.94%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(78,25,0,47)
C78M25Y0K47 
(78%,25%,0%,47%)
(0.78/0.25/0.00/0.47)	

CMYK percentages

%77.94
%25
%0
%46.67

Codes

Color #1E6688 in popluar color models

1E6688
RGB30102136
HSL199°63.86%32.55%
HSB/HSV199°77.94%53.33%
CMYK77.94%25.00%0.00%
46.67%

Color #1E6688 in popluar number systems.

HEX1E6688
Decimal30102136
Binary11110110011010001000
Octal36146210

Shades and tints

Shades of #1E6688

#1E6688
(30,102,136)
#1C5D7C
(28,93,124)
#1A5470
(26,84,112)
#184B64
(24,75,100)
#164258
(22,66,88)
#14394C
(20,57,76)
#123040
(18,48,64)
#102734
(16,39,52)
#0E1E28
(14,30,40)
#0C151C
(12,21,28)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #1E6688

#1E6688
(30,102,136)
#327392
(50,115,146)
#46809C
(70,128,156)
#5A8DA6
(90,141,166)
#6E9AB0
(110,154,176)
#82A7BA
(130,167,186)
#96B4C4
(150,180,196)
#AAC1CE
(170,193,206)
#BECED8
(190,206,216)
#D2DBE2
(210,219,226)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6688 color. Also use rgb(30,102,136) instead hex code.

Text Font Color

.myTextColor { color: #1E6688; }

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

This text font color is #1E6688.


Background Color

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

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

This div background color is #1E6688.


Border color

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

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

This div border color is #1E6688.


Opacity

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

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

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

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

This text has shadow with #1E6688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6688 on black background.


Color preview on white background

This text has color #1E6688 on white background.



Black color preview on #1E6688 background

This text has black color on #1E6688 background.


White color preview on #1E6688 background

This text has white color on #1E6688 background.