COLOR #110096

HEX: #110096
RGB: (17,0,150)

Color info

#110096 contains mainly blue color. Web safe color of #110096 is #000099 (or #009).

RGB color model

#110096 color RGB value is (17,0,150).

  • red value is 17;
  • green value is 0;
  • blue value is 150.
RGB:
(17,0,150)
(7%,0%,59%)

RGB channels and saturation

R 17 of 255 = 7%
G 0 of 255 = 0%
B 150 of 255 = 59%

17
0
150

R + G + B ~ 22%. #110096 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 0 + 150 = 167 (100%)
R 17 of 167 ~ 10.18%
G 0 of 167 ~ 0%
B 150 of 167 ~ 89.82%

%10.18
%89.82

CMYK color model

#110096 color CMYK value is (89,100,0,41).

  • cyan value is 88.67%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(89,100,0,41)
C89M100Y0K41 
(89%,100%,0%,41%)
(0.89/1.00/0.00/0.41)	

CMYK percentages

%88.67
%100
%0
%41.18

Codes

Color #110096 in popluar color models

110096
RGB170150
HSL247°100.00%29.41%
HSB/HSV247°100.00%58.82%
CMYK88.67%100.00%0.00%
41.18%

Color #110096 in popluar number systems.

HEX110096
Decimal170150
Binary10001010010110
Octal210226

Shades and tints

Shades of #110096

#110096
(17,0,150)
#100089
(16,0,137)
#0F007C
(15,0,124)
#0E006F
(14,0,111)
#0D0062
(13,0,98)
#0C0055
(12,0,85)
#0B0048
(11,0,72)
#0A003B
(10,0,59)
#09002E
(9,0,46)
#080021
(8,0,33)
#070014
(7,0,20)
#000000
(0,0,0)

Tints of #110096

#110096
(17,0,150)
#26179F
(38,23,159)
#3B2EA8
(59,46,168)
#5045B1
(80,69,177)
#655CBA
(101,92,186)
#7A73C3
(122,115,195)
#8F8ACC
(143,138,204)
#A4A1D5
(164,161,213)
#B9B8DE
(185,184,222)
#CECFE7
(206,207,231)
#E3E6F0
(227,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110096 color. Also use rgb(17,0,150) instead hex code.

Text Font Color

.myTextColor { color: #110096; }

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

This text font color is #110096.


Background Color

.myBgColor { background-color: #110096; }

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

This div background color is #110096.


Border color

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

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

This div border color is #110096.


Opacity

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

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

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

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

This text has shadow with #110096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110096 on black background.


Color preview on white background

This text has color #110096 on white background.



Black color preview on #110096 background

This text has black color on #110096 background.


White color preview on #110096 background

This text has white color on #110096 background.