COLOR #110119

HEX: #110119
RGB: (17,1,25)

Color info

#110119 contains red, green and blue colors in about the same proportion. Web safe color of #110119 is #000000 (or #000).

RGB color model

#110119 color RGB value is (17,1,25).

  • red value is 17;
  • green value is 1;
  • blue value is 25.
RGB:
(17,1,25)
(7%,0%,10%)

RGB channels and saturation

R 17 of 255 = 7%
G 1 of 255 = 0%
B 25 of 255 = 10%

17
1
25

R + G + B ~ 6%. #110119 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 1 + 25 = 43 (100%)
R 17 of 43 ~ 39.53%
G 1 of 43 ~ 2.33%
B 25 of 43 ~ 58.14%

%39.53
%58.14

CMYK color model

#110119 color CMYK value is (32,96,0,90).

  • cyan value is 32.00%
  • magenta value is 96.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(32,96,0,90)
C32M96Y0K90 
(32%,96%,0%,90%)
(0.32/0.96/0.00/0.90)	

CMYK percentages

%32
%96
%0
%90.2

Codes

Color #110119 in popluar color models

110119
RGB17125
HSL280°92.31%5.10%
HSB/HSV280°96.00%9.80%
CMYK32.00%96.00%0.00%
90.20%

Color #110119 in popluar number systems.

HEX110119
Decimal17125
Binary10001111001
Octal21131

Shades and tints

Shades of #110119

#110119
(17,1,25)
#100117
(16,1,23)
#0F0115
(15,1,21)
#0E0113
(14,1,19)
#0D0111
(13,1,17)
#0C010F
(12,1,15)
#0B010D
(11,1,13)
#0A010B
(10,1,11)
#090109
(9,1,9)
#080107
(8,1,7)
#070105
(7,1,5)
#000000
(0,0,0)

Tints of #110119

#110119
(17,1,25)
#26182D
(38,24,45)
#3B2F41
(59,47,65)
#504655
(80,70,85)
#655D69
(101,93,105)
#7A747D
(122,116,125)
#8F8B91
(143,139,145)
#A4A2A5
(164,162,165)
#B9B9B9
(185,185,185)
#CED0CD
(206,208,205)
#E3E7E1
(227,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110119 color. Also use rgb(17,1,25) instead hex code.

Text Font Color

.myTextColor { color: #110119; }

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

This text font color is #110119.


Background Color

.myBgColor { background-color: #110119; }

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

This div background color is #110119.


Border color

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

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

This div border color is #110119.


Opacity

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

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

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

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

This text has shadow with #110119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110119 on black background.


Color preview on white background

This text has color #110119 on white background.



Black color preview on #110119 background

This text has black color on #110119 background.


White color preview on #110119 background

This text has white color on #110119 background.