COLOR #1C5872

HEX: #1C5872
RGB: (28,88,114)

Color info

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

RGB color model

#1C5872 color RGB value is (28,88,114).

  • red value is 28;
  • green value is 88;
  • blue value is 114.
RGB:
(28,88,114)
(11%,35%,45%)

RGB channels and saturation

R 28 of 255 = 11%
G 88 of 255 = 35%
B 114 of 255 = 45%

28
88
114

R + G + B ~ 30%. #1C5872 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 88 + 114 = 230 (100%)
R 28 of 230 ~ 12.17%
G 88 of 230 ~ 38.26%
B 114 of 230 ~ 49.57%

%12.17
%38.26
%49.57

CMYK color model

#1C5872 color CMYK value is (75,23,0,55).

  • cyan value is 75.44%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(75,23,0,55)
C75M23Y0K55 
(75%,23%,0%,55%)
(0.75/0.23/0.00/0.55)	

CMYK percentages

%75.44
%22.81
%0
%55.29

Codes

Color #1C5872 in popluar color models

1C5872
RGB2888114
HSL198°60.56%27.84%
HSB/HSV198°75.44%44.71%
CMYK75.44%22.81%0.00%
55.29%

Color #1C5872 in popluar number systems.

HEX1C5872
Decimal2888114
Binary1110010110001110010
Octal34130162

Shades and tints

Shades of #1C5872

#1C5872
(28,88,114)
#1A5068
(26,80,104)
#18485E
(24,72,94)
#164054
(22,64,84)
#14384A
(20,56,74)
#123040
(18,48,64)
#102836
(16,40,54)
#0E202C
(14,32,44)
#0C1822
(12,24,34)
#0A1018
(10,16,24)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #1C5872

#1C5872
(28,88,114)
#30677E
(48,103,126)
#44768A
(68,118,138)
#588596
(88,133,150)
#6C94A2
(108,148,162)
#80A3AE
(128,163,174)
#94B2BA
(148,178,186)
#A8C1C6
(168,193,198)
#BCD0D2
(188,208,210)
#D0DFDE
(208,223,222)
#E4EEEA
(228,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5872 color. Also use rgb(28,88,114) instead hex code.

Text Font Color

.myTextColor { color: #1C5872; }

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

This text font color is #1C5872.


Background Color

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

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

This div background color is #1C5872.


Border color

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

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

This div border color is #1C5872.


Opacity

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

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

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

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

This text has shadow with #1C5872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5872 on black background.


Color preview on white background

This text has color #1C5872 on white background.



Black color preview on #1C5872 background

This text has black color on #1C5872 background.


White color preview on #1C5872 background

This text has white color on #1C5872 background.