COLOR #001214

HEX: #001214
RGB: (0,18,20)

Color info

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

RGB color model

#001214 color RGB value is (0,18,20).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 20 of 255 = 8%

0
18
20

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 20 = 38 (100%)
R 0 of 38 ~ 0%
G 18 of 38 ~ 47.37%
B 20 of 38 ~ 52.63%

%47.37
%52.63

CMYK color model

#001214 color CMYK value is (100,10,0,92).

  • cyan value is 100.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(100,10,0,92)
C100M10Y0K92 
(100%,10%,0%,92%)
(1.00/0.10/0.00/0.92)	

CMYK percentages

%100
%10
%0
%92.16

Codes

Color #001214 in popluar color models

001214
RGB01820
HSL186°100.00%3.92%
HSB/HSV186°100.00%7.84%
CMYK100.00%10.00%0.00%
92.16%

Color #001214 in popluar number systems.

HEX001214
Decimal01820
Binary01001010100
Octal02224

Shades and tints

Shades of #001214

#001214
(0,18,20)
#001113
(0,17,19)
#001012
(0,16,18)
#000F11
(0,15,17)
#000E10
(0,14,16)
#000D0F
(0,13,15)
#000C0E
(0,12,14)
#000B0D
(0,11,13)
#000A0C
(0,10,12)
#00090B
(0,9,11)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #001214

#001214
(0,18,20)
#172729
(23,39,41)
#2E3C3E
(46,60,62)
#455153
(69,81,83)
#5C6668
(92,102,104)
#737B7D
(115,123,125)
#8A9092
(138,144,146)
#A1A5A7
(161,165,167)
#B8BABC
(184,186,188)
#CFCFD1
(207,207,209)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001214; }

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

This text font color is #001214.


Background Color

.myBgColor { background-color: #001214; }

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

This div background color is #001214.


Border color

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

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

This div border color is #001214.


Opacity

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

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

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

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

This text has shadow with #001214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001214 on black background.


Color preview on white background

This text has color #001214 on white background.



Black color preview on #001214 background

This text has black color on #001214 background.


White color preview on #001214 background

This text has white color on #001214 background.