COLOR #110751

HEX: #110751 RGB: (17,7,81)

Color info

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

RGB color model

#110751 color RGB value is (17,7,81).

RGB: (17,7,81) (7%, 3%, 32%)

RGB channels and saturation

R 17 of 255 = 7%
G 7 of 255 = 3%
B 81 of 255 = 32%

17
7
81

R + G + B ~ 14%. #110751 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 7 + 81 = 105 (100%)
R 17 of 105 ~ 16.19%
G 7 of 105 ~ 6.67%
B 81 of 105 ~ 77.14'%

%16.19
%77.14

CMYK color model

#110751 color CMYK value is (79,91,0,68).

  • cyan value is 79.01%
  • magenta value is 91.36%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (79,91,0,68)
C79M91Y0K68 (79%, 91%, 0%, 68%)
(0.79 / 0.91 / 0.00 / 0.68)

CMYK percentages

%79.01
%91.36
%0
%68.24

Codes

Color #110751 in popluar color models

11 07 51
RGB 17 7 81
HSL 248° 84.09% 17.25%
HSB/HSV 248° 91.36% 31.76%
CMYK 79.01% 91.36% 0.00%
68.24%

Color #110751 in popluar number systems.

HEX 11 07 51
Decimal 17 7 81
Binary 10001 111 1010001
Octal 21 7 121

Shades and tints

Shades of #110751

#110751
(17,7,81)
#10074A
(16,7,74)
#0F0743
(15,7,67)
#0E073C
(14,7,60)
#0D0735
(13,7,53)
#0C072E
(12,7,46)
#0B0727
(11,7,39)
#0A0720
(10,7,32)
#090719
(9,7,25)
#080712
(8,7,18)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #110751

#110751
(17,7,81)
#261D60
(38,29,96)
#3B336F
(59,51,111)
#50497E
(80,73,126)
#655F8D
(101,95,141)
#7A759C
(122,117,156)
#8F8BAB
(143,139,171)
#A4A1BA
(164,161,186)
#B9B7C9
(185,183,201)
#CECDD8
(206,205,216)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110751; }

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

This text font color is #110751.

Background Color

.myBgColor { background-color: #110751; }

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

This div background color is #110751.

Border color

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

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

This div border color is #110751.

Opacity

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

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

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

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

This text has shadow with #110751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110751.

Preview

Color preview on black background

This text has color #110751 on black background.


Color preview on white background

This text has color #110751 on white background.


Black color preview on #110751 background

This text has black color on #110751 background.


White color preview on #110751 background

This text has white color on #110751 background.


Related colors

Complementary color

Complementary color for #hex is #EEF8AE.


I love getcolorcode.com

Triadic colors

1 #511107 and #075111 with #110751 are triadic colors.

2 #510711 and #071151 with #110751 are triadic colors.