COLOR #001119

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
17
25

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

Portions of RGB colors in percentages

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

%40.48
%59.52

CMYK color model

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

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

CMYK percentages

%100
%32
%0
%90.2

Codes

Color #001119 in popluar color models

001119
RGB01725
HSL199°100.00%4.90%
HSB/HSV199°100.00%9.80%
CMYK100.00%32.00%0.00%
90.20%

Color #001119 in popluar number systems.

HEX001119
Decimal01725
Binary01000111001
Octal02131

Shades and tints

Shades of #001119

#001119
(0,17,25)
#001017
(0,16,23)
#000F15
(0,15,21)
#000E13
(0,14,19)
#000D11
(0,13,17)
#000C0F
(0,12,15)
#000B0D
(0,11,13)
#000A0B
(0,10,11)
#000909
(0,9,9)
#000807
(0,8,7)
#000705
(0,7,5)
#000000
(0,0,0)

Tints of #001119

#001119
(0,17,25)
#17262D
(23,38,45)
#2E3B41
(46,59,65)
#455055
(69,80,85)
#5C6569
(92,101,105)
#737A7D
(115,122,125)
#8A8F91
(138,143,145)
#A1A4A5
(161,164,165)
#B8B9B9
(184,185,185)
#CFCECD
(207,206,205)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001119; }

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

This text font color is #001119.


Background Color

.myBgColor { background-color: #001119; }

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

This div background color is #001119.


Border color

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

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

This div border color is #001119.


Opacity

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

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

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

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

This text has shadow with #001119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001119 on black background.


Color preview on white background

This text has color #001119 on white background.



Black color preview on #001119 background

This text has black color on #001119 background.


White color preview on #001119 background

This text has white color on #001119 background.