COLOR #001017

HEX: #001017
RGB: (0,16,23)

Color info

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

RGB color model

#001017 color RGB value is (0,16,23).

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

RGB channels and saturation

R 0 of 255 = 0%
G 16 of 255 = 6%
B 23 of 255 = 9%

0
16
23

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

Portions of RGB colors in percentages

R + G + B =
0 + 16 + 23 = 39 (100%)
R 0 of 39 ~ 0%
G 16 of 39 ~ 41.03%
B 23 of 39 ~ 58.97%

%41.03
%58.97

CMYK color model

#001017 color CMYK value is (100,30,0,91).

  • cyan value is 100.00%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(100,30,0,91)
C100M30Y0K91 
(100%,30%,0%,91%)
(1.00/0.30/0.00/0.91)	

CMYK percentages

%100
%30.43
%0
%90.98

Codes

Color #001017 in popluar color models

001017
RGB01623
HSL198°100.00%4.51%
HSB/HSV198°100.00%9.02%
CMYK100.00%30.43%0.00%
90.98%

Color #001017 in popluar number systems.

HEX001017
Decimal01623
Binary01000010111
Octal02027

Shades and tints

Shades of #001017

#001017
(0,16,23)
#000F15
(0,15,21)
#000E13
(0,14,19)
#000D11
(0,13,17)
#000C0F
(0,12,15)
#000B0D
(0,11,13)
#000A0B
(0,10,11)
#000909
(0,9,9)
#000807
(0,8,7)
#000705
(0,7,5)
#000603
(0,6,3)
#000000
(0,0,0)

Tints of #001017

#001017
(0,16,23)
#17252C
(23,37,44)
#2E3A41
(46,58,65)
#454F56
(69,79,86)
#5C646B
(92,100,107)
#737980
(115,121,128)
#8A8E95
(138,142,149)
#A1A3AA
(161,163,170)
#B8B8BF
(184,184,191)
#CFCDD4
(207,205,212)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001017; }

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

This text font color is #001017.


Background Color

.myBgColor { background-color: #001017; }

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

This div background color is #001017.


Border color

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

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

This div border color is #001017.


Opacity

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

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

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

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

This text has shadow with #001017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001017 on black background.


Color preview on white background

This text has color #001017 on white background.



Black color preview on #001017 background

This text has black color on #001017 background.


White color preview on #001017 background

This text has white color on #001017 background.