COLOR #1C5EA2

HEX: #1C5EA2
RGB: (28,94,162)

Color info

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

RGB color model

#1C5EA2 color RGB value is (28,94,162).

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

RGB channels and saturation

R 28 of 255 = 11%
G 94 of 255 = 37%
B 162 of 255 = 64%

28
94
162

R + G + B ~ 37%. #1C5EA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 94 + 162 = 284 (100%)
R 28 of 284 ~ 9.86%
G 94 of 284 ~ 33.1%
B 162 of 284 ~ 57.04%

%9.86
%33.1
%57.04

CMYK color model

#1C5EA2 color CMYK value is (83,42,0,36).

  • cyan value is 82.72%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(83,42,0,36)
C83M42Y0K36 
(83%,42%,0%,36%)
(0.83/0.42/0.00/0.36)	

CMYK percentages

%82.72
%41.98
%0
%36.47

Codes

Color #1C5EA2 in popluar color models

1C5EA2
RGB2894162
HSL210°70.53%37.25%
HSB/HSV210°82.72%63.53%
CMYK82.72%41.98%0.00%
36.47%

Color #1C5EA2 in popluar number systems.

HEX1C5EA2
Decimal2894162
Binary11100101111010100010
Octal34136242

Shades and tints

Shades of #1C5EA2

#1C5EA2
(28,94,162)
#1A5694
(26,86,148)
#184E86
(24,78,134)
#164678
(22,70,120)
#143E6A
(20,62,106)
#12365C
(18,54,92)
#102E4E
(16,46,78)
#0E2640
(14,38,64)
#0C1E32
(12,30,50)
#0A1624
(10,22,36)
#080E16
(8,14,22)
#000000
(0,0,0)

Tints of #1C5EA2

#1C5EA2
(28,94,162)
#306CAA
(48,108,170)
#447AB2
(68,122,178)
#5888BA
(88,136,186)
#6C96C2
(108,150,194)
#80A4CA
(128,164,202)
#94B2D2
(148,178,210)
#A8C0DA
(168,192,218)
#BCCEE2
(188,206,226)
#D0DCEA
(208,220,234)
#E4EAF2
(228,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5EA2; }

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

This text font color is #1C5EA2.


Background Color

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

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

This div background color is #1C5EA2.


Border color

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

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

This div border color is #1C5EA2.


Opacity

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

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

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

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

This text has shadow with #1C5EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5EA2 on black background.


Color preview on white background

This text has color #1C5EA2 on white background.



Black color preview on #1C5EA2 background

This text has black color on #1C5EA2 background.


White color preview on #1C5EA2 background

This text has white color on #1C5EA2 background.