COLOR #1C5082

HEX: #1C5082
RGB: (28,80,130)

Color info

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

RGB color model

#1C5082 color RGB value is (28,80,130).

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

RGB channels and saturation

R 28 of 255 = 11%
G 80 of 255 = 31%
B 130 of 255 = 51%

28
80
130

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

Portions of RGB colors in percentages

R + G + B =
28 + 80 + 130 = 238 (100%)
R 28 of 238 ~ 11.76%
G 80 of 238 ~ 33.61%
B 130 of 238 ~ 54.62%

%11.76
%33.61
%54.62

CMYK color model

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

  • cyan value is 78.46%
  • magenta value is 38.46%
  • 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
%38.46
%0
%49.02

Codes

Color #1C5082 in popluar color models

1C5082
RGB2880130
HSL209°64.56%30.98%
HSB/HSV209°78.46%50.98%
CMYK78.46%38.46%0.00%
49.02%

Color #1C5082 in popluar number systems.

HEX1C5082
Decimal2880130
Binary11100101000010000010
Octal34120202

Shades and tints

Shades of #1C5082

#1C5082
(28,80,130)
#1A4977
(26,73,119)
#18426C
(24,66,108)
#163B61
(22,59,97)
#143456
(20,52,86)
#122D4B
(18,45,75)
#102640
(16,38,64)
#0E1F35
(14,31,53)
#0C182A
(12,24,42)
#0A111F
(10,17,31)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #1C5082

#1C5082
(28,80,130)
#305F8D
(48,95,141)
#446E98
(68,110,152)
#587DA3
(88,125,163)
#6C8CAE
(108,140,174)
#809BB9
(128,155,185)
#94AAC4
(148,170,196)
#A8B9CF
(168,185,207)
#BCC8DA
(188,200,218)
#D0D7E5
(208,215,229)
#E4E6F0
(228,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5082; }

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

This text font color is #1C5082.


Background Color

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

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

This div background color is #1C5082.


Border color

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

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

This div border color is #1C5082.


Opacity

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

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

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

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

This text has shadow with #1C5082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5082 on black background.


Color preview on white background

This text has color #1C5082 on white background.



Black color preview on #1C5082 background

This text has black color on #1C5082 background.


White color preview on #1C5082 background

This text has white color on #1C5082 background.