COLOR #1177BA

HEX: #1177BA
RGB: (17,119,186)

Color info

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

RGB color model

#1177BA color RGB value is (17,119,186).

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

RGB channels and saturation

R 17 of 255 = 7%
G 119 of 255 = 47%
B 186 of 255 = 73%

17
119
186

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

Portions of RGB colors in percentages

R + G + B =
17 + 119 + 186 = 322 (100%)
R 17 of 322 ~ 5.28%
G 119 of 322 ~ 36.96%
B 186 of 322 ~ 57.76%

%36.96
%57.76

CMYK color model

#1177BA color CMYK value is (91,36,0,27).

  • cyan value is 90.86%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(91,36,0,27)
C91M36Y0K27 
(91%,36%,0%,27%)
(0.91/0.36/0.00/0.27)	

CMYK percentages

%90.86
%36.02
%0
%27.06

Codes

Color #1177BA in popluar color models

1177BA
RGB17119186
HSL204°83.25%39.80%
HSB/HSV204°90.86%72.94%
CMYK90.86%36.02%0.00%
27.06%

Color #1177BA in popluar number systems.

HEX1177BA
Decimal17119186
Binary10001111011110111010
Octal21167272

Shades and tints

Shades of #1177BA

#1177BA
(17,119,186)
#106DAA
(16,109,170)
#0F639A
(15,99,154)
#0E598A
(14,89,138)
#0D4F7A
(13,79,122)
#0C456A
(12,69,106)
#0B3B5A
(11,59,90)
#0A314A
(10,49,74)
#09273A
(9,39,58)
#081D2A
(8,29,42)
#07131A
(7,19,26)
#000000
(0,0,0)

Tints of #1177BA

#1177BA
(17,119,186)
#2683C0
(38,131,192)
#3B8FC6
(59,143,198)
#509BCC
(80,155,204)
#65A7D2
(101,167,210)
#7AB3D8
(122,179,216)
#8FBFDE
(143,191,222)
#A4CBE4
(164,203,228)
#B9D7EA
(185,215,234)
#CEE3F0
(206,227,240)
#E3EFF6
(227,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1177BA; }

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

This text font color is #1177BA.


Background Color

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

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

This div background color is #1177BA.


Border color

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

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

This div border color is #1177BA.


Opacity

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

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

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

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

This text has shadow with #1177BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1177BA on black background.


Color preview on white background

This text has color #1177BA on white background.



Black color preview on #1177BA background

This text has black color on #1177BA background.


White color preview on #1177BA background

This text has white color on #1177BA background.