COLOR #1C5182

HEX: #1C5182
RGB: (28,81,130)

Color info

#1C5182 contains mainly green and blue colors. Web safe color of #1C5182 is #336699 (or #369).

RGB color model

#1C5182 color RGB value is (28,81,130).

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

RGB channels and saturation

R 28 of 255 = 11%
G 81 of 255 = 32%
B 130 of 255 = 51%

28
81
130

R + G + B ~ 31%. #1C5182 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 81 + 130 = 239 (100%)
R 28 of 239 ~ 11.72%
G 81 of 239 ~ 33.89%
B 130 of 239 ~ 54.39%

%11.72
%33.89
%54.39

CMYK color model

#1C5182 color CMYK value is (78,38,0,49).

  • cyan value is 78.46%
  • magenta value is 37.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(78,38,0,49)
C78M38Y0K49 
(78%,38%,0%,49%)
(0.78/0.38/0.00/0.49)	

CMYK percentages

%78.46
%37.69
%0
%49.02

Codes

Color #1C5182 in popluar color models

1C5182
RGB2881130
HSL209°64.56%30.98%
HSB/HSV209°78.46%50.98%
CMYK78.46%37.69%0.00%
49.02%

Color #1C5182 in popluar number systems.

HEX1C5182
Decimal2881130
Binary11100101000110000010
Octal34121202

Shades and tints

Shades of #1C5182

#1C5182
(28,81,130)
#1A4A77
(26,74,119)
#18436C
(24,67,108)
#163C61
(22,60,97)
#143556
(20,53,86)
#122E4B
(18,46,75)
#102740
(16,39,64)
#0E2035
(14,32,53)
#0C192A
(12,25,42)
#0A121F
(10,18,31)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #1C5182

#1C5182
(28,81,130)
#30608D
(48,96,141)
#446F98
(68,111,152)
#587EA3
(88,126,163)
#6C8DAE
(108,141,174)
#809CB9
(128,156,185)
#94ABC4
(148,171,196)
#A8BACF
(168,186,207)
#BCC9DA
(188,201,218)
#D0D8E5
(208,216,229)
#E4E7F0
(228,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5182; }

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

This text font color is #1C5182.


Background Color

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

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

This div background color is #1C5182.


Border color

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

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

This div border color is #1C5182.


Opacity

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

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

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

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

This text has shadow with #1C5182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5182 on black background.


Color preview on white background

This text has color #1C5182 on white background.



Black color preview on #1C5182 background

This text has black color on #1C5182 background.


White color preview on #1C5182 background

This text has white color on #1C5182 background.