COLOR #1C6CB1

HEX: #1C6CB1
RGB: (28,108,177)

Color info

#1C6CB1 contains mainly blue color. Web safe color of #1C6CB1 is #336699 (or #369).

RGB color model

#1C6CB1 color RGB value is (28,108,177).

  • red value is 28;
  • green value is 108;
  • blue value is 177.
RGB:
(28,108,177)
(11%,42%,69%)

RGB channels and saturation

R 28 of 255 = 11%
G 108 of 255 = 42%
B 177 of 255 = 69%

28
108
177

R + G + B ~ 41%. #1C6CB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
28 + 108 + 177 = 313 (100%)
R 28 of 313 ~ 8.95%
G 108 of 313 ~ 34.5%
B 177 of 313 ~ 56.55%

%34.5
%56.55

CMYK color model

#1C6CB1 color CMYK value is (84,39,0,31).

  • cyan value is 84.18%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(84,39,0,31)
C84M39Y0K31 
(84%,39%,0%,31%)
(0.84/0.39/0.00/0.31)	

CMYK percentages

%84.18
%38.98
%0
%30.59

Codes

Color #1C6CB1 in popluar color models

1C6CB1
RGB28108177
HSL208°72.68%40.20%
HSB/HSV208°84.18%69.41%
CMYK84.18%38.98%0.00%
30.59%

Color #1C6CB1 in popluar number systems.

HEX1C6CB1
Decimal28108177
Binary11100110110010110001
Octal34154261

Shades and tints

Shades of #1C6CB1

#1C6CB1
(28,108,177)
#1A63A1
(26,99,161)
#185A91
(24,90,145)
#165181
(22,81,129)
#144871
(20,72,113)
#123F61
(18,63,97)
#103651
(16,54,81)
#0E2D41
(14,45,65)
#0C2431
(12,36,49)
#0A1B21
(10,27,33)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #1C6CB1

#1C6CB1
(28,108,177)
#3079B8
(48,121,184)
#4486BF
(68,134,191)
#5893C6
(88,147,198)
#6CA0CD
(108,160,205)
#80ADD4
(128,173,212)
#94BADB
(148,186,219)
#A8C7E2
(168,199,226)
#BCD4E9
(188,212,233)
#D0E1F0
(208,225,240)
#E4EEF7
(228,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6CB1 color. Also use rgb(28,108,177) instead hex code.

Text Font Color

.myTextColor { color: #1C6CB1; }

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

This text font color is #1C6CB1.


Background Color

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

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

This div background color is #1C6CB1.


Border color

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

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

This div border color is #1C6CB1.


Opacity

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

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

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

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

This text has shadow with #1C6CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6CB1 on black background.


Color preview on white background

This text has color #1C6CB1 on white background.



Black color preview on #1C6CB1 background

This text has black color on #1C6CB1 background.


White color preview on #1C6CB1 background

This text has white color on #1C6CB1 background.