COLOR #1C6887

HEX: #1C6887
RGB: (28,104,135)

Color info

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

RGB color model

#1C6887 color RGB value is (28,104,135).

  • red value is 28;
  • green value is 104;
  • blue value is 135.
RGB:
(28,104,135)
(11%,41%,53%)

RGB channels and saturation

R 28 of 255 = 11%
G 104 of 255 = 41%
B 135 of 255 = 53%

28
104
135

R + G + B ~ 35%. #1C6887 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 104 + 135 = 267 (100%)
R 28 of 267 ~ 10.49%
G 104 of 267 ~ 38.95%
B 135 of 267 ~ 50.56%

%10.49
%38.95
%50.56

CMYK color model

#1C6887 color CMYK value is (79,23,0,47).

  • cyan value is 79.26%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(79,23,0,47)
C79M23Y0K47 
(79%,23%,0%,47%)
(0.79/0.23/0.00/0.47)	

CMYK percentages

%79.26
%22.96
%0
%47.06

Codes

Color #1C6887 in popluar color models

1C6887
RGB28104135
HSL197°65.64%31.96%
HSB/HSV197°79.26%52.94%
CMYK79.26%22.96%0.00%
47.06%

Color #1C6887 in popluar number systems.

HEX1C6887
Decimal28104135
Binary11100110100010000111
Octal34150207

Shades and tints

Shades of #1C6887

#1C6887
(28,104,135)
#1A5F7B
(26,95,123)
#18566F
(24,86,111)
#164D63
(22,77,99)
#144457
(20,68,87)
#123B4B
(18,59,75)
#10323F
(16,50,63)
#0E2933
(14,41,51)
#0C2027
(12,32,39)
#0A171B
(10,23,27)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #1C6887

#1C6887
(28,104,135)
#307591
(48,117,145)
#44829B
(68,130,155)
#588FA5
(88,143,165)
#6C9CAF
(108,156,175)
#80A9B9
(128,169,185)
#94B6C3
(148,182,195)
#A8C3CD
(168,195,205)
#BCD0D7
(188,208,215)
#D0DDE1
(208,221,225)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6887 color. Also use rgb(28,104,135) instead hex code.

Text Font Color

.myTextColor { color: #1C6887; }

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

This text font color is #1C6887.


Background Color

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

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

This div background color is #1C6887.


Border color

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

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

This div border color is #1C6887.


Opacity

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

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

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

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

This text has shadow with #1C6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6887 on black background.


Color preview on white background

This text has color #1C6887 on white background.



Black color preview on #1C6887 background

This text has black color on #1C6887 background.


White color preview on #1C6887 background

This text has white color on #1C6887 background.