COLOR #1C6196

HEX: #1C6196
RGB: (28,97,150)

Color info

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

RGB color model

#1C6196 color RGB value is (28,97,150).

  • red value is 28;
  • green value is 97;
  • blue value is 150.
RGB:
(28,97,150)
(11%,38%,59%)

RGB channels and saturation

R 28 of 255 = 11%
G 97 of 255 = 38%
B 150 of 255 = 59%

28
97
150

R + G + B ~ 36%. #1C6196 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 97 + 150 = 275 (100%)
R 28 of 275 ~ 10.18%
G 97 of 275 ~ 35.27%
B 150 of 275 ~ 54.55%

%10.18
%35.27
%54.55

CMYK color model

#1C6196 color CMYK value is (81,35,0,41).

  • cyan value is 81.33%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(81,35,0,41)
C81M35Y0K41 
(81%,35%,0%,41%)
(0.81/0.35/0.00/0.41)	

CMYK percentages

%81.33
%35.33
%0
%41.18

Codes

Color #1C6196 in popluar color models

1C6196
RGB2897150
HSL206°68.54%34.90%
HSB/HSV206°81.33%58.82%
CMYK81.33%35.33%0.00%
41.18%

Color #1C6196 in popluar number systems.

HEX1C6196
Decimal2897150
Binary11100110000110010110
Octal34141226

Shades and tints

Shades of #1C6196

#1C6196
(28,97,150)
#1A5989
(26,89,137)
#18517C
(24,81,124)
#16496F
(22,73,111)
#144162
(20,65,98)
#123955
(18,57,85)
#103148
(16,49,72)
#0E293B
(14,41,59)
#0C212E
(12,33,46)
#0A1921
(10,25,33)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #1C6196

#1C6196
(28,97,150)
#306F9F
(48,111,159)
#447DA8
(68,125,168)
#588BB1
(88,139,177)
#6C99BA
(108,153,186)
#80A7C3
(128,167,195)
#94B5CC
(148,181,204)
#A8C3D5
(168,195,213)
#BCD1DE
(188,209,222)
#D0DFE7
(208,223,231)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6196 color. Also use rgb(28,97,150) instead hex code.

Text Font Color

.myTextColor { color: #1C6196; }

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

This text font color is #1C6196.


Background Color

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

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

This div background color is #1C6196.


Border color

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

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

This div border color is #1C6196.


Opacity

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

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

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

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

This text has shadow with #1C6196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6196 on black background.


Color preview on white background

This text has color #1C6196 on white background.



Black color preview on #1C6196 background

This text has black color on #1C6196 background.


White color preview on #1C6196 background

This text has white color on #1C6196 background.