COLOR #110963

HEX: #110963
RGB: (17,9,99)

Color info

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

RGB color model

#110963 color RGB value is (17,9,99).

  • red value is 17;
  • green value is 9;
  • blue value is 99.
RGB:
(17,9,99)
(7%,4%,39%)

RGB channels and saturation

R 17 of 255 = 7%
G 9 of 255 = 4%
B 99 of 255 = 39%

17
9
99

R + G + B ~ 17%. #110963 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 9 + 99 = 125 (100%)
R 17 of 125 ~ 13.6%
G 9 of 125 ~ 7.2%
B 99 of 125 ~ 79.2%

%13.6
%79.2

CMYK color model

#110963 color CMYK value is (83,91,0,61).

  • cyan value is 82.83%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(83,91,0,61)
C83M91Y0K61 
(83%,91%,0%,61%)
(0.83/0.91/0.00/0.61)	

CMYK percentages

%82.83
%90.91
%0
%61.18

Codes

Color #110963 in popluar color models

110963
RGB17999
HSL245°83.33%21.18%
HSB/HSV245°90.91%38.82%
CMYK82.83%90.91%0.00%
61.18%

Color #110963 in popluar number systems.

HEX110963
Decimal17999
Binary1000110011100011
Octal2111143

Shades and tints

Shades of #110963

#110963
(17,9,99)
#10095A
(16,9,90)
#0F0951
(15,9,81)
#0E0948
(14,9,72)
#0D093F
(13,9,63)
#0C0936
(12,9,54)
#0B092D
(11,9,45)
#0A0924
(10,9,36)
#09091B
(9,9,27)
#080912
(8,9,18)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #110963

#110963
(17,9,99)
#261F71
(38,31,113)
#3B357F
(59,53,127)
#504B8D
(80,75,141)
#65619B
(101,97,155)
#7A77A9
(122,119,169)
#8F8DB7
(143,141,183)
#A4A3C5
(164,163,197)
#B9B9D3
(185,185,211)
#CECFE1
(206,207,225)
#E3E5EF
(227,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110963 color. Also use rgb(17,9,99) instead hex code.

Text Font Color

.myTextColor { color: #110963; }

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

This text font color is #110963.


Background Color

.myBgColor { background-color: #110963; }

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

This div background color is #110963.


Border color

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

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

This div border color is #110963.


Opacity

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

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

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

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

This text has shadow with #110963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110963 on black background.


Color preview on white background

This text has color #110963 on white background.



Black color preview on #110963 background

This text has black color on #110963 background.


White color preview on #110963 background

This text has white color on #110963 background.