COLOR #110776

HEX: #110776
RGB: (17,7,118)

Color info

#110776 contains mainly blue color. Web safe color of #110776 is #000066 (or #006).

RGB color model

#110776 color RGB value is (17,7,118).

  • red value is 17;
  • green value is 7;
  • blue value is 118.
RGB:
(17,7,118)
(7%,3%,46%)

RGB channels and saturation

R 17 of 255 = 7%
G 7 of 255 = 3%
B 118 of 255 = 46%

17
7
118

R + G + B ~ 19%. #110776 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 7 + 118 = 142 (100%)
R 17 of 142 ~ 11.97%
G 7 of 142 ~ 4.93%
B 118 of 142 ~ 83.1%

%11.97
%83.1

CMYK color model

#110776 color CMYK value is (86,94,0,54).

  • cyan value is 85.59%
  • magenta value is 94.07%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(86,94,0,54)
C86M94Y0K54 
(86%,94%,0%,54%)
(0.86/0.94/0.00/0.54)	

CMYK percentages

%85.59
%94.07
%0
%53.73

Codes

Color #110776 in popluar color models

110776
RGB177118
HSL245°88.80%24.51%
HSB/HSV245°94.07%46.27%
CMYK85.59%94.07%0.00%
53.73%

Color #110776 in popluar number systems.

HEX110776
Decimal177118
Binary100011111110110
Octal217166

Shades and tints

Shades of #110776

#110776
(17,7,118)
#10076C
(16,7,108)
#0F0762
(15,7,98)
#0E0758
(14,7,88)
#0D074E
(13,7,78)
#0C0744
(12,7,68)
#0B073A
(11,7,58)
#0A0730
(10,7,48)
#090726
(9,7,38)
#08071C
(8,7,28)
#070712
(7,7,18)
#000000
(0,0,0)

Tints of #110776

#110776
(17,7,118)
#261D82
(38,29,130)
#3B338E
(59,51,142)
#50499A
(80,73,154)
#655FA6
(101,95,166)
#7A75B2
(122,117,178)
#8F8BBE
(143,139,190)
#A4A1CA
(164,161,202)
#B9B7D6
(185,183,214)
#CECDE2
(206,205,226)
#E3E3EE
(227,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110776 color. Also use rgb(17,7,118) instead hex code.

Text Font Color

.myTextColor { color: #110776; }

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

This text font color is #110776.


Background Color

.myBgColor { background-color: #110776; }

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

This div background color is #110776.


Border color

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

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

This div border color is #110776.


Opacity

.myOpacity80 { color: #110776; opacity: 0.8; }

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

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

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

This text has shadow with #110776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110776 on black background.


Color preview on white background

This text has color #110776 on white background.



Black color preview on #110776 background

This text has black color on #110776 background.


White color preview on #110776 background

This text has white color on #110776 background.