COLOR #1C5B7A

HEX: #1C5B7A
RGB: (28,91,122)

Color info

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

RGB color model

#1C5B7A color RGB value is (28,91,122).

  • red value is 28;
  • green value is 91;
  • blue value is 122.
RGB:
(28,91,122)
(11%,36%,48%)

RGB channels and saturation

R 28 of 255 = 11%
G 91 of 255 = 36%
B 122 of 255 = 48%

28
91
122

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

Portions of RGB colors in percentages

R + G + B =
28 + 91 + 122 = 241 (100%)
R 28 of 241 ~ 11.62%
G 91 of 241 ~ 37.76%
B 122 of 241 ~ 50.62%

%11.62
%37.76
%50.62

CMYK color model

#1C5B7A color CMYK value is (77,25,0,52).

  • cyan value is 77.05%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(77,25,0,52)
C77M25Y0K52 
(77%,25%,0%,52%)
(0.77/0.25/0.00/0.52)	

CMYK percentages

%77.05
%25.41
%0
%52.16

Codes

Color #1C5B7A in popluar color models

1C5B7A
RGB2891122
HSL200°62.67%29.41%
HSB/HSV200°77.05%47.84%
CMYK77.05%25.41%0.00%
52.16%

Color #1C5B7A in popluar number systems.

HEX1C5B7A
Decimal2891122
Binary1110010110111111010
Octal34133172

Shades and tints

Shades of #1C5B7A

#1C5B7A
(28,91,122)
#1A536F
(26,83,111)
#184B64
(24,75,100)
#164359
(22,67,89)
#143B4E
(20,59,78)
#123343
(18,51,67)
#102B38
(16,43,56)
#0E232D
(14,35,45)
#0C1B22
(12,27,34)
#0A1317
(10,19,23)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #1C5B7A

#1C5B7A
(28,91,122)
#306986
(48,105,134)
#447792
(68,119,146)
#58859E
(88,133,158)
#6C93AA
(108,147,170)
#80A1B6
(128,161,182)
#94AFC2
(148,175,194)
#A8BDCE
(168,189,206)
#BCCBDA
(188,203,218)
#D0D9E6
(208,217,230)
#E4E7F2
(228,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5B7A color. Also use rgb(28,91,122) instead hex code.

Text Font Color

.myTextColor { color: #1C5B7A; }

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

This text font color is #1C5B7A.


Background Color

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

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

This div background color is #1C5B7A.


Border color

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

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

This div border color is #1C5B7A.


Opacity

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

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

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

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

This text has shadow with #1C5B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5B7A on black background.


Color preview on white background

This text has color #1C5B7A on white background.



Black color preview on #1C5B7A background

This text has black color on #1C5B7A background.


White color preview on #1C5B7A background

This text has white color on #1C5B7A background.