COLOR #110647

HEX: #110647 RGB: (17,6,71)

Color info

#110647 contains mainly red and blue colors. Web safe color of #110647 is #000033 (or #003).

RGB color model

#110647 color RGB value is (17,6,71).

RGB: (17,6,71) (7%, 2%, 28%)

RGB channels and saturation

R 17 of 255 = 7%
G 6 of 255 = 2%
B 71 of 255 = 28%

17
6
71

R + G + B ~ 12%. #110647 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 6 + 71 = 94 (100%)
R 17 of 94 ~ 18.09%
G 6 of 94 ~ 6.38%
B 71 of 94 ~ 75.53'%

%18.09
%75.53

CMYK color model

#110647 color CMYK value is (76,92,0,72).

  • cyan value is 76.06%
  • magenta value is 91.55%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (76,92,0,72)
C76M92Y0K72 (76%, 92%, 0%, 72%)
(0.76 / 0.92 / 0.00 / 0.72)

CMYK percentages

%76.06
%91.55
%0
%72.16

Codes

Color #110647 in popluar color models

11 06 47
RGB 17 6 71
HSL 250° 84.42% 15.10%
HSB/HSV 250° 91.55% 27.84%
CMYK 76.06% 91.55% 0.00%
72.16%

Color #110647 in popluar number systems.

HEX 11 06 47
Decimal 17 6 71
Binary 10001 110 1000111
Octal 21 6 107

Shades and tints

Shades of #110647

#110647
(17,6,71)
#100641
(16,6,65)
#0F063B
(15,6,59)
#0E0635
(14,6,53)
#0D062F
(13,6,47)
#0C0629
(12,6,41)
#0B0623
(11,6,35)
#0A061D
(10,6,29)
#090617
(9,6,23)
#080611
(8,6,17)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #110647

#110647
(17,6,71)
#261C57
(38,28,87)
#3B3267
(59,50,103)
#504877
(80,72,119)
#655E87
(101,94,135)
#7A7497
(122,116,151)
#8F8AA7
(143,138,167)
#A4A0B7
(164,160,183)
#B9B6C7
(185,182,199)
#CECCD7
(206,204,215)
#E3E2E7
(227,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110647 color. Also use rgb(17,6,71) instead hex code.

Text Font Color

.myTextColor { color: #110647; }

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

This text font color is #110647.

Background Color

.myBgColor { background-color: #110647; }

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

This div background color is #110647.

Border color

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

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

This div border color is #110647.

Opacity

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

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

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

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

This text has shadow with #110647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110647.

Preview

Color preview on black background

This text has color #110647 on black background.


Color preview on white background

This text has color #110647 on white background.


Black color preview on #110647 background

This text has black color on #110647 background.


White color preview on #110647 background

This text has white color on #110647 background.


Related colors

Complementary color

Complementary color for #hex is #EEF9B8.


I love getcolorcode.com

Triadic colors

1 #471106 and #064711 with #110647 are triadic colors.

2 #470611 and #061147 with #110647 are triadic colors.