COLOR #001217

HEX: #001217
RGB: (0,18,23)

Color info

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

RGB color model

#001217 color RGB value is (0,18,23).

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

RGB channels and saturation

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

0
18
23

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 23 = 41 (100%)
R 0 of 41 ~ 0%
G 18 of 41 ~ 43.9%
B 23 of 41 ~ 56.1%

%43.9
%56.1

CMYK color model

#001217 color CMYK value is (100,22,0,91).

  • cyan value is 100.00%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(100,22,0,91)
C100M22Y0K91 
(100%,22%,0%,91%)
(1.00/0.22/0.00/0.91)	

CMYK percentages

%100
%21.74
%0
%90.98

Codes

Color #001217 in popluar color models

001217
RGB01823
HSL193°100.00%4.51%
HSB/HSV193°100.00%9.02%
CMYK100.00%21.74%0.00%
90.98%

Color #001217 in popluar number systems.

HEX001217
Decimal01823
Binary01001010111
Octal02227

Shades and tints

Shades of #001217

#001217
(0,18,23)
#001115
(0,17,21)
#001013
(0,16,19)
#000F11
(0,15,17)
#000E0F
(0,14,15)
#000D0D
(0,13,13)
#000C0B
(0,12,11)
#000B09
(0,11,9)
#000A07
(0,10,7)
#000905
(0,9,5)
#000803
(0,8,3)
#000000
(0,0,0)

Tints of #001217

#001217
(0,18,23)
#17272C
(23,39,44)
#2E3C41
(46,60,65)
#455156
(69,81,86)
#5C666B
(92,102,107)
#737B80
(115,123,128)
#8A9095
(138,144,149)
#A1A5AA
(161,165,170)
#B8BABF
(184,186,191)
#CFCFD4
(207,207,212)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001217; }

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

This text font color is #001217.


Background Color

.myBgColor { background-color: #001217; }

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

This div background color is #001217.


Border color

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

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

This div border color is #001217.


Opacity

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

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

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

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

This text has shadow with #001217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001217 on black background.


Color preview on white background

This text has color #001217 on white background.



Black color preview on #001217 background

This text has black color on #001217 background.


White color preview on #001217 background

This text has white color on #001217 background.