COLOR #1C6D9E

HEX: #1C6D9E
RGB: (28,109,158)

Color info

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

RGB color model

#1C6D9E color RGB value is (28,109,158).

  • red value is 28;
  • green value is 109;
  • blue value is 158.
RGB:
(28,109,158)
(11%,43%,62%)

RGB channels and saturation

R 28 of 255 = 11%
G 109 of 255 = 43%
B 158 of 255 = 62%

28
109
158

R + G + B ~ 39%. #1C6D9E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 109 + 158 = 295 (100%)
R 28 of 295 ~ 9.49%
G 109 of 295 ~ 36.95%
B 158 of 295 ~ 53.56%

%36.95
%53.56

CMYK color model

#1C6D9E color CMYK value is (82,31,0,38).

  • cyan value is 82.28%
  • magenta value is 31.01%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(82,31,0,38)
C82M31Y0K38 
(82%,31%,0%,38%)
(0.82/0.31/0.00/0.38)	

CMYK percentages

%82.28
%31.01
%0
%38.04

Codes

Color #1C6D9E in popluar color models

1C6D9E
RGB28109158
HSL203°69.89%36.47%
HSB/HSV203°82.28%61.96%
CMYK82.28%31.01%0.00%
38.04%

Color #1C6D9E in popluar number systems.

HEX1C6D9E
Decimal28109158
Binary11100110110110011110
Octal34155236

Shades and tints

Shades of #1C6D9E

#1C6D9E
(28,109,158)
#1A6490
(26,100,144)
#185B82
(24,91,130)
#165274
(22,82,116)
#144966
(20,73,102)
#124058
(18,64,88)
#10374A
(16,55,74)
#0E2E3C
(14,46,60)
#0C252E
(12,37,46)
#0A1C20
(10,28,32)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #1C6D9E

#1C6D9E
(28,109,158)
#307AA6
(48,122,166)
#4487AE
(68,135,174)
#5894B6
(88,148,182)
#6CA1BE
(108,161,190)
#80AEC6
(128,174,198)
#94BBCE
(148,187,206)
#A8C8D6
(168,200,214)
#BCD5DE
(188,213,222)
#D0E2E6
(208,226,230)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6D9E color. Also use rgb(28,109,158) instead hex code.

Text Font Color

.myTextColor { color: #1C6D9E; }

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

This text font color is #1C6D9E.


Background Color

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

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

This div background color is #1C6D9E.


Border color

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

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

This div border color is #1C6D9E.


Opacity

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

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

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

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

This text has shadow with #1C6D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6D9E on black background.


Color preview on white background

This text has color #1C6D9E on white background.



Black color preview on #1C6D9E background

This text has black color on #1C6D9E background.


White color preview on #1C6D9E background

This text has white color on #1C6D9E background.