COLOR #110550

HEX: #110550 RGB: (17,5,80)

Color info

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

RGB color model

#110550 color RGB value is (17,5,80).

RGB: (17,5,80) (7%, 2%, 31%)

RGB channels and saturation

R 17 of 255 = 7%
G 5 of 255 = 2%
B 80 of 255 = 31%

17
5
80

R + G + B ~ 13%. #110550 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 5 + 80 = 102 (100%)
R 17 of 102 ~ 16.67%
G 5 of 102 ~ 4.9%
B 80 of 102 ~ 78.43'%

%16.67
%78.43

CMYK color model

#110550 color CMYK value is (79,94,0,69).

  • cyan value is 78.75%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (79,94,0,69)
C79M94Y0K69 (79%, 94%, 0%, 69%)
(0.79 / 0.94 / 0.00 / 0.69)

CMYK percentages

%78.75
%93.75
%0
%68.63

Codes

Color #110550 in popluar color models

11 05 50
RGB 17 5 80
HSL 250° 88.24% 16.67%
HSB/HSV 250° 93.75% 31.37%
CMYK 78.75% 93.75% 0.00%
68.63%

Color #110550 in popluar number systems.

HEX 11 05 50
Decimal 17 5 80
Binary 10001 101 1010000
Octal 21 5 120

Shades and tints

Shades of #110550

#110550
(17,5,80)
#100549
(16,5,73)
#0F0542
(15,5,66)
#0E053B
(14,5,59)
#0D0534
(13,5,52)
#0C052D
(12,5,45)
#0B0526
(11,5,38)
#0A051F
(10,5,31)
#090518
(9,5,24)
#080511
(8,5,17)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #110550

#110550
(17,5,80)
#261B5F
(38,27,95)
#3B316E
(59,49,110)
#50477D
(80,71,125)
#655D8C
(101,93,140)
#7A739B
(122,115,155)
#8F89AA
(143,137,170)
#A49FB9
(164,159,185)
#B9B5C8
(185,181,200)
#CECBD7
(206,203,215)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110550 color. Also use rgb(17,5,80) instead hex code.

Text Font Color

.myTextColor { color: #110550; }

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

This text font color is #110550.

Background Color

.myBgColor { background-color: #110550; }

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

This div background color is #110550.

Border color

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

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

This div border color is #110550.

Opacity

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

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

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

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

This text has shadow with #110550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110550.

Preview

Color preview on black background

This text has color #110550 on black background.


Color preview on white background

This text has color #110550 on white background.


Black color preview on #110550 background

This text has black color on #110550 background.


White color preview on #110550 background

This text has white color on #110550 background.


Related colors

Complementary color

Complementary color for #hex is #EEFAAF.


I love getcolorcode.com

Triadic colors

1 #501105 and #055011 with #110550 are triadic colors.

2 #500511 and #051150 with #110550 are triadic colors.