COLOR #1C5C7E

HEX: #1C5C7E
RGB: (28,92,126)

Color info

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

RGB color model

#1C5C7E color RGB value is (28,92,126).

  • red value is 28;
  • green value is 92;
  • blue value is 126.
RGB:
(28,92,126)
(11%,36%,49%)

RGB channels and saturation

R 28 of 255 = 11%
G 92 of 255 = 36%
B 126 of 255 = 49%

28
92
126

R + G + B ~ 32%. #1C5C7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 92 + 126 = 246 (100%)
R 28 of 246 ~ 11.38%
G 92 of 246 ~ 37.4%
B 126 of 246 ~ 51.22%

%11.38
%37.4
%51.22

CMYK color model

#1C5C7E color CMYK value is (78,27,0,51).

  • cyan value is 77.78%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(78,27,0,51)
C78M27Y0K51 
(78%,27%,0%,51%)
(0.78/0.27/0.00/0.51)	

CMYK percentages

%77.78
%26.98
%0
%50.59

Codes

Color #1C5C7E in popluar color models

1C5C7E
RGB2892126
HSL201°63.64%30.20%
HSB/HSV201°77.78%49.41%
CMYK77.78%26.98%0.00%
50.59%

Color #1C5C7E in popluar number systems.

HEX1C5C7E
Decimal2892126
Binary1110010111001111110
Octal34134176

Shades and tints

Shades of #1C5C7E

#1C5C7E
(28,92,126)
#1A5473
(26,84,115)
#184C68
(24,76,104)
#16445D
(22,68,93)
#143C52
(20,60,82)
#123447
(18,52,71)
#102C3C
(16,44,60)
#0E2431
(14,36,49)
#0C1C26
(12,28,38)
#0A141B
(10,20,27)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #1C5C7E

#1C5C7E
(28,92,126)
#306A89
(48,106,137)
#447894
(68,120,148)
#58869F
(88,134,159)
#6C94AA
(108,148,170)
#80A2B5
(128,162,181)
#94B0C0
(148,176,192)
#A8BECB
(168,190,203)
#BCCCD6
(188,204,214)
#D0DAE1
(208,218,225)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5C7E color. Also use rgb(28,92,126) instead hex code.

Text Font Color

.myTextColor { color: #1C5C7E; }

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

This text font color is #1C5C7E.


Background Color

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

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

This div background color is #1C5C7E.


Border color

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

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

This div border color is #1C5C7E.


Opacity

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

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

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

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

This text has shadow with #1C5C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5C7E on black background.


Color preview on white background

This text has color #1C5C7E on white background.



Black color preview on #1C5C7E background

This text has black color on #1C5C7E background.


White color preview on #1C5C7E background

This text has white color on #1C5C7E background.