COLOR #001312

HEX: #001312
RGB: (0,19,18)

Color info

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

RGB color model

#001312 color RGB value is (0,19,18).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 18 of 255 = 7%

0
19
18

R + G + B ~ 5%. #001312 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 18 = 37 (100%)
R 0 of 37 ~ 0%
G 19 of 37 ~ 51.35%
B 18 of 37 ~ 48.65%

%51.35
%48.65

CMYK color model

#001312 color CMYK value is (100,0,5,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 92.55%
CMYK:
(100,0,5,93)
C100M0Y5K93 
(100%,0%,5%,93%)
(1.00/0.00/0.05/0.93)	

CMYK percentages

%100
%0
%5.26
%92.55

Codes

Color #001312 in popluar color models

001312
RGB01918
HSL177°100.00%3.73%
HSB/HSV177°100.00%7.45%
CMYK100.00%0.00%5.26%
92.55%

Color #001312 in popluar number systems.

HEX001312
Decimal01918
Binary01001110010
Octal02322

Shades and tints

Shades of #001312

#001312
(0,19,18)
#001211
(0,18,17)
#001110
(0,17,16)
#00100F
(0,16,15)
#000F0E
(0,15,14)
#000E0D
(0,14,13)
#000D0C
(0,13,12)
#000C0B
(0,12,11)
#000B0A
(0,11,10)
#000A09
(0,10,9)
#000908
(0,9,8)
#000000
(0,0,0)

Tints of #001312

#001312
(0,19,18)
#172827
(23,40,39)
#2E3D3C
(46,61,60)
#455251
(69,82,81)
#5C6766
(92,103,102)
#737C7B
(115,124,123)
#8A9190
(138,145,144)
#A1A6A5
(161,166,165)
#B8BBBA
(184,187,186)
#CFD0CF
(207,208,207)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001312; }

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

This text font color is #001312.


Background Color

.myBgColor { background-color: #001312; }

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

This div background color is #001312.


Border color

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

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

This div border color is #001312.


Opacity

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

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

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

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

This text has shadow with #001312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001312 on black background.


Color preview on white background

This text has color #001312 on white background.



Black color preview on #001312 background

This text has black color on #001312 background.


White color preview on #001312 background

This text has white color on #001312 background.