COLOR #1C79C2

HEX: #1C79C2
RGB: (28,121,194)

Color info

#1C79C2 contains mainly blue color. Web safe color of #1C79C2 is #3366CC (or #36C).

RGB color model

#1C79C2 color RGB value is (28,121,194).

  • red value is 28;
  • green value is 121;
  • blue value is 194.
RGB:
(28,121,194)
(11%,47%,76%)

RGB channels and saturation

R 28 of 255 = 11%
G 121 of 255 = 47%
B 194 of 255 = 76%

28
121
194

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

Portions of RGB colors in percentages

R + G + B =
28 + 121 + 194 = 343 (100%)
R 28 of 343 ~ 8.16%
G 121 of 343 ~ 35.28%
B 194 of 343 ~ 56.56%

%35.28
%56.56

CMYK color model

#1C79C2 color CMYK value is (86,38,0,24).

  • cyan value is 85.57%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(86,38,0,24)
C86M38Y0K24 
(86%,38%,0%,24%)
(0.86/0.38/0.00/0.24)	

CMYK percentages

%85.57
%37.63
%0
%23.92

Codes

Color #1C79C2 in popluar color models

1C79C2
RGB28121194
HSL206°74.77%43.53%
HSB/HSV206°85.57%76.08%
CMYK85.57%37.63%0.00%
23.92%

Color #1C79C2 in popluar number systems.

HEX1C79C2
Decimal28121194
Binary11100111100111000010
Octal34171302

Shades and tints

Shades of #1C79C2

#1C79C2
(28,121,194)
#1A6EB1
(26,110,177)
#1863A0
(24,99,160)
#16588F
(22,88,143)
#144D7E
(20,77,126)
#12426D
(18,66,109)
#10375C
(16,55,92)
#0E2C4B
(14,44,75)
#0C213A
(12,33,58)
#0A1629
(10,22,41)
#080B18
(8,11,24)
#000000
(0,0,0)

Tints of #1C79C2

#1C79C2
(28,121,194)
#3085C7
(48,133,199)
#4491CC
(68,145,204)
#589DD1
(88,157,209)
#6CA9D6
(108,169,214)
#80B5DB
(128,181,219)
#94C1E0
(148,193,224)
#A8CDE5
(168,205,229)
#BCD9EA
(188,217,234)
#D0E5EF
(208,229,239)
#E4F1F4
(228,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C79C2 color. Also use rgb(28,121,194) instead hex code.

Text Font Color

.myTextColor { color: #1C79C2; }

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

This text font color is #1C79C2.


Background Color

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

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

This div background color is #1C79C2.


Border color

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

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

This div border color is #1C79C2.


Opacity

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

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

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

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

This text has shadow with #1C79C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C79C2 on black background.


Color preview on white background

This text has color #1C79C2 on white background.



Black color preview on #1C79C2 background

This text has black color on #1C79C2 background.


White color preview on #1C79C2 background

This text has white color on #1C79C2 background.