COLOR #001218

HEX: #001218
RGB: (0,18,24)

Color info

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

RGB color model

#001218 color RGB value is (0,18,24).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 24 of 255 = 9%

0
18
24

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 24 = 42 (100%)
R 0 of 42 ~ 0%
G 18 of 42 ~ 42.86%
B 24 of 42 ~ 57.14%

%42.86
%57.14

CMYK color model

#001218 color CMYK value is (100,25,0,91).

  • cyan value is 100.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(100,25,0,91)
C100M25Y0K91 
(100%,25%,0%,91%)
(1.00/0.25/0.00/0.91)	

CMYK percentages

%100
%25
%0
%90.59

Codes

Color #001218 in popluar color models

001218
RGB01824
HSL195°100.00%4.71%
HSB/HSV195°100.00%9.41%
CMYK100.00%25.00%0.00%
90.59%

Color #001218 in popluar number systems.

HEX001218
Decimal01824
Binary01001011000
Octal02230

Shades and tints

Shades of #001218

#001218
(0,18,24)
#001116
(0,17,22)
#001014
(0,16,20)
#000F12
(0,15,18)
#000E10
(0,14,16)
#000D0E
(0,13,14)
#000C0C
(0,12,12)
#000B0A
(0,11,10)
#000A08
(0,10,8)
#000906
(0,9,6)
#000804
(0,8,4)
#000000
(0,0,0)

Tints of #001218

#001218
(0,18,24)
#17272D
(23,39,45)
#2E3C42
(46,60,66)
#455157
(69,81,87)
#5C666C
(92,102,108)
#737B81
(115,123,129)
#8A9096
(138,144,150)
#A1A5AB
(161,165,171)
#B8BAC0
(184,186,192)
#CFCFD5
(207,207,213)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001218; }

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

This text font color is #001218.


Background Color

.myBgColor { background-color: #001218; }

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

This div background color is #001218.


Border color

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

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

This div border color is #001218.


Opacity

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

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

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

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

This text has shadow with #001218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001218 on black background.


Color preview on white background

This text has color #001218 on white background.



Black color preview on #001218 background

This text has black color on #001218 background.


White color preview on #001218 background

This text has white color on #001218 background.