COLOR #1177C1

HEX: #1177C1
RGB: (17,119,193)

Color info

#1177C1 contains mainly blue color. Web safe color of #1177C1 is #0066CC (or #06C).

RGB color model

#1177C1 color RGB value is (17,119,193).

  • red value is 17;
  • green value is 119;
  • blue value is 193.
RGB:
(17,119,193)
(7%,47%,76%)

RGB channels and saturation

R 17 of 255 = 7%
G 119 of 255 = 47%
B 193 of 255 = 76%

17
119
193

R + G + B ~ 43%. #1177C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 119 + 193 = 329 (100%)
R 17 of 329 ~ 5.17%
G 119 of 329 ~ 36.17%
B 193 of 329 ~ 58.66%

%36.17
%58.66

CMYK color model

#1177C1 color CMYK value is (91,38,0,24).

  • cyan value is 91.19%
  • magenta value is 38.34%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(91,38,0,24)
C91M38Y0K24 
(91%,38%,0%,24%)
(0.91/0.38/0.00/0.24)	

CMYK percentages

%91.19
%38.34
%0
%24.31

Codes

Color #1177C1 in popluar color models

1177C1
RGB17119193
HSL205°83.81%41.18%
HSB/HSV205°91.19%75.69%
CMYK91.19%38.34%0.00%
24.31%

Color #1177C1 in popluar number systems.

HEX1177C1
Decimal17119193
Binary10001111011111000001
Octal21167301

Shades and tints

Shades of #1177C1

#1177C1
(17,119,193)
#106DB0
(16,109,176)
#0F639F
(15,99,159)
#0E598E
(14,89,142)
#0D4F7D
(13,79,125)
#0C456C
(12,69,108)
#0B3B5B
(11,59,91)
#0A314A
(10,49,74)
#092739
(9,39,57)
#081D28
(8,29,40)
#071317
(7,19,23)
#000000
(0,0,0)

Tints of #1177C1

#1177C1
(17,119,193)
#2683C6
(38,131,198)
#3B8FCB
(59,143,203)
#509BD0
(80,155,208)
#65A7D5
(101,167,213)
#7AB3DA
(122,179,218)
#8FBFDF
(143,191,223)
#A4CBE4
(164,203,228)
#B9D7E9
(185,215,233)
#CEE3EE
(206,227,238)
#E3EFF3
(227,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1177C1 color. Also use rgb(17,119,193) instead hex code.

Text Font Color

.myTextColor { color: #1177C1; }

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

This text font color is #1177C1.


Background Color

.myBgColor { background-color: #1177C1; }

<div style="background-color:#1177C1">Inner text</div>

This div background color is #1177C1.


Border color

.myBorderColor { border: 1px solid #1177C1; }

<div style="border:3px solid #1177C1">Div</div>

This div border color is #1177C1.


Opacity

.myOpacity80 { color: #1177C1; opacity: 0.8; }

<p style="color:#1177C1;opacity:0.8;">80%</p>

Text with #1177C1 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 #1177C1;}

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

This text has shadow with #1177C1 color.

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

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

This text has shadow with #1177C1 primary color and red secondary color.


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

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

This text has shadow with #1177C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1177C1 on black background.


Color preview on white background

This text has color #1177C1 on white background.



Black color preview on #1177C1 background

This text has black color on #1177C1 background.


White color preview on #1177C1 background

This text has white color on #1177C1 background.