COLOR #110019

HEX: #110019
RGB: (17,0,25)

Color info

#110019 contains only red and blue colors. Web safe color of #110019 is #000000 (or #000).

RGB color model

#110019 color RGB value is (17,0,25).

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

RGB channels and saturation

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

17
0
25

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

Portions of RGB colors in percentages

R + G + B =
17 + 0 + 25 = 42 (100%)
R 17 of 42 ~ 40.48%
G 0 of 42 ~ 0%
B 25 of 42 ~ 59.52%

%40.48
%59.52

CMYK color model

#110019 color CMYK value is (32,100,0,90).

  • cyan value is 32.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(32,100,0,90)
C32M100Y0K90 
(32%,100%,0%,90%)
(0.32/1.00/0.00/0.90)	

CMYK percentages

%32
%100
%0
%90.2

Codes

Color #110019 in popluar color models

110019
RGB17025
HSL281°100.00%4.90%
HSB/HSV281°100.00%9.80%
CMYK32.00%100.00%0.00%
90.20%

Color #110019 in popluar number systems.

HEX110019
Decimal17025
Binary10001011001
Octal21031

Shades and tints

Shades of #110019

#110019
(17,0,25)
#100017
(16,0,23)
#0F0015
(15,0,21)
#0E0013
(14,0,19)
#0D0011
(13,0,17)
#0C000F
(12,0,15)
#0B000D
(11,0,13)
#0A000B
(10,0,11)
#090009
(9,0,9)
#080007
(8,0,7)
#070005
(7,0,5)
#000000
(0,0,0)

Tints of #110019

#110019
(17,0,25)
#26172D
(38,23,45)
#3B2E41
(59,46,65)
#504555
(80,69,85)
#655C69
(101,92,105)
#7A737D
(122,115,125)
#8F8A91
(143,138,145)
#A4A1A5
(164,161,165)
#B9B8B9
(185,184,185)
#CECFCD
(206,207,205)
#E3E6E1
(227,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110019; }

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

This text font color is #110019.


Background Color

.myBgColor { background-color: #110019; }

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

This div background color is #110019.


Border color

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

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

This div border color is #110019.


Opacity

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

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

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

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

This text has shadow with #110019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110019 on black background.


Color preview on white background

This text has color #110019 on white background.



Black color preview on #110019 background

This text has black color on #110019 background.


White color preview on #110019 background

This text has white color on #110019 background.