COLOR #1C5165

HEX: #1C5165
RGB: (28,81,101)

Color info

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

RGB color model

#1C5165 color RGB value is (28,81,101).

  • red value is 28;
  • green value is 81;
  • blue value is 101.
RGB:
(28,81,101)
(11%,32%,40%)

RGB channels and saturation

R 28 of 255 = 11%
G 81 of 255 = 32%
B 101 of 255 = 40%

28
81
101

R + G + B ~ 28%. #1C5165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 81 + 101 = 210 (100%)
R 28 of 210 ~ 13.33%
G 81 of 210 ~ 38.57%
B 101 of 210 ~ 48.1%

%13.33
%38.57
%48.1

CMYK color model

#1C5165 color CMYK value is (72,20,0,60).

  • cyan value is 72.28%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(72,20,0,60)
C72M20Y0K60 
(72%,20%,0%,60%)
(0.72/0.20/0.00/0.60)	

CMYK percentages

%72.28
%19.8
%0
%60.39

Codes

Color #1C5165 in popluar color models

1C5165
RGB2881101
HSL196°56.59%25.29%
HSB/HSV196°72.28%39.61%
CMYK72.28%19.80%0.00%
60.39%

Color #1C5165 in popluar number systems.

HEX1C5165
Decimal2881101
Binary1110010100011100101
Octal34121145

Shades and tints

Shades of #1C5165

#1C5165
(28,81,101)
#1A4A5C
(26,74,92)
#184353
(24,67,83)
#163C4A
(22,60,74)
#143541
(20,53,65)
#122E38
(18,46,56)
#10272F
(16,39,47)
#0E2026
(14,32,38)
#0C191D
(12,25,29)
#0A1214
(10,18,20)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #1C5165

#1C5165
(28,81,101)
#306073
(48,96,115)
#446F81
(68,111,129)
#587E8F
(88,126,143)
#6C8D9D
(108,141,157)
#809CAB
(128,156,171)
#94ABB9
(148,171,185)
#A8BAC7
(168,186,199)
#BCC9D5
(188,201,213)
#D0D8E3
(208,216,227)
#E4E7F1
(228,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5165 color. Also use rgb(28,81,101) instead hex code.

Text Font Color

.myTextColor { color: #1C5165; }

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

This text font color is #1C5165.


Background Color

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

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

This div background color is #1C5165.


Border color

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

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

This div border color is #1C5165.


Opacity

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

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

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

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

This text has shadow with #1C5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5165 on black background.


Color preview on white background

This text has color #1C5165 on white background.



Black color preview on #1C5165 background

This text has black color on #1C5165 background.


White color preview on #1C5165 background

This text has white color on #1C5165 background.