COLOR #1C5EAB

HEX: #1C5EAB
RGB: (28,94,171)

Color info

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

RGB color model

#1C5EAB color RGB value is (28,94,171).

  • red value is 28;
  • green value is 94;
  • blue value is 171.
RGB:
(28,94,171)
(11%,37%,67%)

RGB channels and saturation

R 28 of 255 = 11%
G 94 of 255 = 37%
B 171 of 255 = 67%

28
94
171

R + G + B ~ 38%. #1C5EAB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 94 + 171 = 293 (100%)
R 28 of 293 ~ 9.56%
G 94 of 293 ~ 32.08%
B 171 of 293 ~ 58.36%

%9.56
%32.08
%58.36

CMYK color model

#1C5EAB color CMYK value is (84,45,0,33).

  • cyan value is 83.63%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(84,45,0,33)
C84M45Y0K33 
(84%,45%,0%,33%)
(0.84/0.45/0.00/0.33)	

CMYK percentages

%83.63
%45.03
%0
%32.94

Codes

Color #1C5EAB in popluar color models

1C5EAB
RGB2894171
HSL212°71.86%39.02%
HSB/HSV212°83.63%67.06%
CMYK83.63%45.03%0.00%
32.94%

Color #1C5EAB in popluar number systems.

HEX1C5EAB
Decimal2894171
Binary11100101111010101011
Octal34136253

Shades and tints

Shades of #1C5EAB

#1C5EAB
(28,94,171)
#1A569C
(26,86,156)
#184E8D
(24,78,141)
#16467E
(22,70,126)
#143E6F
(20,62,111)
#123660
(18,54,96)
#102E51
(16,46,81)
#0E2642
(14,38,66)
#0C1E33
(12,30,51)
#0A1624
(10,22,36)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #1C5EAB

#1C5EAB
(28,94,171)
#306CB2
(48,108,178)
#447AB9
(68,122,185)
#5888C0
(88,136,192)
#6C96C7
(108,150,199)
#80A4CE
(128,164,206)
#94B2D5
(148,178,213)
#A8C0DC
(168,192,220)
#BCCEE3
(188,206,227)
#D0DCEA
(208,220,234)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5EAB color. Also use rgb(28,94,171) instead hex code.

Text Font Color

.myTextColor { color: #1C5EAB; }

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

This text font color is #1C5EAB.


Background Color

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

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

This div background color is #1C5EAB.


Border color

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

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

This div border color is #1C5EAB.


Opacity

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

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

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

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

This text has shadow with #1C5EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5EAB on black background.


Color preview on white background

This text has color #1C5EAB on white background.



Black color preview on #1C5EAB background

This text has black color on #1C5EAB background.


White color preview on #1C5EAB background

This text has white color on #1C5EAB background.