COLOR #110876

HEX: #110876 RGB: (17,8,118)

Color info

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

RGB color model

#110876 color RGB value is (17,8,118).

RGB: (17,8,118) (7%, 3%, 46%)

RGB channels and saturation

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

17
8
118

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

Portions of RGB colors in percentages

R + G + B = 17 + 8 + 118 = 143 (100%)
R 17 of 143 ~ 11.89%
G 8 of 143 ~ 5.59%
B 118 of 143 ~ 82.52'%

%11.89
%82.52

CMYK color model

#110876 color CMYK value is (86,93,0,54).

  • cyan value is 85.59%
  • magenta value is 93.22%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (86,93,0,54)
C86M93Y0K54 (86%, 93%, 0%, 54%)
(0.86 / 0.93 / 0.00 / 0.54)

CMYK percentages

%85.59
%93.22
%0
%53.73

Codes

Color #110876 in popluar color models

11 08 76
RGB 17 8 118
HSL 245° 87.30% 24.71%
HSB/HSV 245° 93.22% 46.27%
CMYK 85.59% 93.22% 0.00%
53.73%

Color #110876 in popluar number systems.

HEX 11 08 76
Decimal 17 8 118
Binary 10001 1000 1110110
Octal 21 10 166

Shades and tints

Shades of #110876

#110876
(17,8,118)
#10086C
(16,8,108)
#0F0862
(15,8,98)
#0E0858
(14,8,88)
#0D084E
(13,8,78)
#0C0844
(12,8,68)
#0B083A
(11,8,58)
#0A0830
(10,8,48)
#090826
(9,8,38)
#08081C
(8,8,28)
#070812
(7,8,18)
#000000
(0,0,0)

Tints of #110876

#110876
(17,8,118)
#261E82
(38,30,130)
#3B348E
(59,52,142)
#504A9A
(80,74,154)
#6560A6
(101,96,166)
#7A76B2
(122,118,178)
#8F8CBE
(143,140,190)
#A4A2CA
(164,162,202)
#B9B8D6
(185,184,214)
#CECEE2
(206,206,226)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110876; }

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

This text font color is #110876.

Background Color

.myBgColor { background-color: #110876; }

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

This div background color is #110876.

Border color

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

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

This div border color is #110876.

Opacity

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

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

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

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

This text has shadow with #110876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110876.

Preview

Color preview on black background

This text has color #110876 on black background.


Color preview on white background

This text has color #110876 on white background.


Black color preview on #110876 background

This text has black color on #110876 background.


White color preview on #110876 background

This text has white color on #110876 background.


Related colors

Complementary color

Complementary color for #hex is #EEF789.


I love getcolorcode.com

Triadic colors

1 #761108 and #087611 with #110876 are triadic colors.

2 #760811 and #081176 with #110876 are triadic colors.