COLOR #1C5285

HEX: #1C5285
RGB: (28,82,133)

Color info

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

RGB color model

#1C5285 color RGB value is (28,82,133).

  • red value is 28;
  • green value is 82;
  • blue value is 133.
RGB:
(28,82,133)
(11%,32%,52%)

RGB channels and saturation

R 28 of 255 = 11%
G 82 of 255 = 32%
B 133 of 255 = 52%

28
82
133

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

Portions of RGB colors in percentages

R + G + B =
28 + 82 + 133 = 243 (100%)
R 28 of 243 ~ 11.52%
G 82 of 243 ~ 33.74%
B 133 of 243 ~ 54.73%

%11.52
%33.74
%54.73

CMYK color model

#1C5285 color CMYK value is (79,38,0,48).

  • cyan value is 78.95%
  • magenta value is 38.35%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(79,38,0,48)
C79M38Y0K48 
(79%,38%,0%,48%)
(0.79/0.38/0.00/0.48)	

CMYK percentages

%78.95
%38.35
%0
%47.84

Codes

Color #1C5285 in popluar color models

1C5285
RGB2882133
HSL209°65.22%31.57%
HSB/HSV209°78.95%52.16%
CMYK78.95%38.35%0.00%
47.84%

Color #1C5285 in popluar number systems.

HEX1C5285
Decimal2882133
Binary11100101001010000101
Octal34122205

Shades and tints

Shades of #1C5285

#1C5285
(28,82,133)
#1A4B79
(26,75,121)
#18446D
(24,68,109)
#163D61
(22,61,97)
#143655
(20,54,85)
#122F49
(18,47,73)
#10283D
(16,40,61)
#0E2131
(14,33,49)
#0C1A25
(12,26,37)
#0A1319
(10,19,25)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #1C5285

#1C5285
(28,82,133)
#306190
(48,97,144)
#44709B
(68,112,155)
#587FA6
(88,127,166)
#6C8EB1
(108,142,177)
#809DBC
(128,157,188)
#94ACC7
(148,172,199)
#A8BBD2
(168,187,210)
#BCCADD
(188,202,221)
#D0D9E8
(208,217,232)
#E4E8F3
(228,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5285 color. Also use rgb(28,82,133) instead hex code.

Text Font Color

.myTextColor { color: #1C5285; }

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

This text font color is #1C5285.


Background Color

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

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

This div background color is #1C5285.


Border color

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

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

This div border color is #1C5285.


Opacity

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

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

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

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

This text has shadow with #1C5285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5285 on black background.


Color preview on white background

This text has color #1C5285 on white background.



Black color preview on #1C5285 background

This text has black color on #1C5285 background.


White color preview on #1C5285 background

This text has white color on #1C5285 background.