COLOR #001117

HEX: #001117 RGB: (0,17,23)

Color info

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

RGB color model

#001117 color RGB value is (0,17,23).

RGB: (0,17,23) (0%, 7%, 9%)

RGB channels and saturation

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

0
17
23

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

Portions of RGB colors in percentages

R + G + B = 0 + 17 + 23 = 40 (100%)
R 0 of 40 ~ 0%
G 17 of 40 ~ 42.5%
B 23 of 40 ~ 57.5'%

%42.5
%57.5

CMYK color model

#001117 color CMYK value is (100,26,0,91).

  • cyan value is 100.00%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (100,26,0,91)
C100M26Y0K91 (100%, 26%, 0%, 91%)
(1.00 / 0.26 / 0.00 / 0.91)

CMYK percentages

%100
%26.09
%0
%90.98

Codes

Color #001117 in popluar color models

00 11 17
RGB 0 17 23
HSL 196° 100.00% 4.51%
HSB/HSV 196° 100.00% 9.02%
CMYK 100.00% 26.09% 0.00%
90.98%

Color #001117 in popluar number systems.

HEX 00 11 17
Decimal 0 17 23
Binary 0 10001 10111
Octal 0 21 27

Shades and tints

Shades of #001117

#001117
(0,17,23)
#001015
(0,16,21)
#000F13
(0,15,19)
#000E11
(0,14,17)
#000D0F
(0,13,15)
#000C0D
(0,12,13)
#000B0B
(0,11,11)
#000A09
(0,10,9)
#000907
(0,9,7)
#000805
(0,8,5)
#000703
(0,7,3)
#000000
(0,0,0)

Tints of #001117

#001117
(0,17,23)
#17262C
(23,38,44)
#2E3B41
(46,59,65)
#455056
(69,80,86)
#5C656B
(92,101,107)
#737A80
(115,122,128)
#8A8F95
(138,143,149)
#A1A4AA
(161,164,170)
#B8B9BF
(184,185,191)
#CFCED4
(207,206,212)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001117; }

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

This text font color is #001117.

Background Color

.myBgColor { background-color: #001117; }

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

This div background color is #001117.

Border color

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

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

This div border color is #001117.

Opacity

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

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

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

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

This text has shadow with #001117 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001117.

Preview

Color preview on black background

This text has color #001117 on black background.


Color preview on white background

This text has color #001117 on white background.


Black color preview on #001117 background

This text has black color on #001117 background.


White color preview on #001117 background

This text has white color on #001117 background.


Related colors

Complementary color

Complementary color for #hex is #FFEEE8.


I love getcolorcode.com

Triadic colors

1 #170011 and #111700 with #001117 are triadic colors.

2 #171100 and #110017 with #001117 are triadic colors.