COLOR #001204

HEX: #001204
RGB: (0,18,4)

Color info

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

RGB color model

#001204 color RGB value is (0,18,4).

  • red value is 0;
  • green value is 18;
  • blue value is 4.
RGB:
(0,18,4)
(0%,7%,2%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 4 of 255 = 2%

0
18
4

R + G + B ~ 3%. #001204 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 4 = 22 (100%)
R 0 of 22 ~ 0%
G 18 of 22 ~ 81.82%
B 4 of 22 ~ 18.18%

%81.82
%18.18

CMYK color model

#001204 color CMYK value is (100,0,78,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 92.94%
CMYK:
(100,0,78,93)
C100M0Y78K93 
(100%,0%,78%,93%)
(1.00/0.00/0.78/0.93)	

CMYK percentages

%100
%0
%77.78
%92.94

Codes

Color #001204 in popluar color models

001204
RGB0184
HSL133°100.00%3.53%
HSB/HSV133°100.00%7.06%
CMYK100.00%0.00%77.78%
92.94%

Color #001204 in popluar number systems.

HEX001204
Decimal0184
Binary010010100
Octal0224

Shades and tints

Shades of #001204

#001204
(0,18,4)
#001104
(0,17,4)
#001004
(0,16,4)
#000F04
(0,15,4)
#000E04
(0,14,4)
#000D04
(0,13,4)
#000C04
(0,12,4)
#000B04
(0,11,4)
#000A04
(0,10,4)
#000904
(0,9,4)
#000804
(0,8,4)
#000000
(0,0,0)

Tints of #001204

#001204
(0,18,4)
#17271A
(23,39,26)
#2E3C30
(46,60,48)
#455146
(69,81,70)
#5C665C
(92,102,92)
#737B72
(115,123,114)
#8A9088
(138,144,136)
#A1A59E
(161,165,158)
#B8BAB4
(184,186,180)
#CFCFCA
(207,207,202)
#E6E4E0
(230,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001204 color. Also use rgb(0,18,4) instead hex code.

Text Font Color

.myTextColor { color: #001204; }

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

This text font color is #001204.


Background Color

.myBgColor { background-color: #001204; }

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

This div background color is #001204.


Border color

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

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

This div border color is #001204.


Opacity

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

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

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

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

This text has shadow with #001204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001204 on black background.


Color preview on white background

This text has color #001204 on white background.



Black color preview on #001204 background

This text has black color on #001204 background.


White color preview on #001204 background

This text has white color on #001204 background.