COLOR #001120

HEX: #001120
RGB: (0,17,32)

Color info

#001120 contains only green and blue colors. Web safe color of #001120 is #000033 (or #003).

RGB color model

#001120 color RGB value is (0,17,32).

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

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 32 of 255 = 13%

0
17
32

R + G + B ~ 7%. #001120 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 32 = 49 (100%)
R 0 of 49 ~ 0%
G 17 of 49 ~ 34.69%
B 32 of 49 ~ 65.31%

%34.69
%65.31

CMYK color model

#001120 color CMYK value is (100,47,0,87).

  • cyan value is 100.00%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(100,47,0,87)
C100M47Y0K87 
(100%,47%,0%,87%)
(1.00/0.47/0.00/0.87)	

CMYK percentages

%100
%46.88
%0
%87.45

Codes

Color #001120 in popluar color models

001120
RGB01732
HSL208°100.00%6.27%
HSB/HSV208°100.00%12.55%
CMYK100.00%46.88%0.00%
87.45%

Color #001120 in popluar number systems.

HEX001120
Decimal01732
Binary010001100000
Octal02140

Shades and tints

Shades of #001120

#001120
(0,17,32)
#00101E
(0,16,30)
#000F1C
(0,15,28)
#000E1A
(0,14,26)
#000D18
(0,13,24)
#000C16
(0,12,22)
#000B14
(0,11,20)
#000A12
(0,10,18)
#000910
(0,9,16)
#00080E
(0,8,14)
#00070C
(0,7,12)
#000000
(0,0,0)

Tints of #001120

#001120
(0,17,32)
#172634
(23,38,52)
#2E3B48
(46,59,72)
#45505C
(69,80,92)
#5C6570
(92,101,112)
#737A84
(115,122,132)
#8A8F98
(138,143,152)
#A1A4AC
(161,164,172)
#B8B9C0
(184,185,192)
#CFCED4
(207,206,212)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001120; }

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

This text font color is #001120.


Background Color

.myBgColor { background-color: #001120; }

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

This div background color is #001120.


Border color

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

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

This div border color is #001120.


Opacity

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

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

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

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

This text has shadow with #001120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001120 on black background.


Color preview on white background

This text has color #001120 on white background.



Black color preview on #001120 background

This text has black color on #001120 background.


White color preview on #001120 background

This text has white color on #001120 background.