COLOR #001018

HEX: #001018
RGB: (0,16,24)

Color info

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

RGB color model

#001018 color RGB value is (0,16,24).

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

RGB channels and saturation

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

0
16
24

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

Portions of RGB colors in percentages

R + G + B =
0 + 16 + 24 = 40 (100%)
R 0 of 40 ~ 0%
G 16 of 40 ~ 40%
B 24 of 40 ~ 60%

%40
%60

CMYK color model

#001018 color CMYK value is (100,33,0,91).

  • cyan value is 100.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(100,33,0,91)
C100M33Y0K91 
(100%,33%,0%,91%)
(1.00/0.33/0.00/0.91)	

CMYK percentages

%100
%33.33
%0
%90.59

Codes

Color #001018 in popluar color models

001018
RGB01624
HSL200°100.00%4.71%
HSB/HSV200°100.00%9.41%
CMYK100.00%33.33%0.00%
90.59%

Color #001018 in popluar number systems.

HEX001018
Decimal01624
Binary01000011000
Octal02030

Shades and tints

Shades of #001018

#001018
(0,16,24)
#000F16
(0,15,22)
#000E14
(0,14,20)
#000D12
(0,13,18)
#000C10
(0,12,16)
#000B0E
(0,11,14)
#000A0C
(0,10,12)
#00090A
(0,9,10)
#000808
(0,8,8)
#000706
(0,7,6)
#000604
(0,6,4)
#000000
(0,0,0)

Tints of #001018

#001018
(0,16,24)
#17252D
(23,37,45)
#2E3A42
(46,58,66)
#454F57
(69,79,87)
#5C646C
(92,100,108)
#737981
(115,121,129)
#8A8E96
(138,142,150)
#A1A3AB
(161,163,171)
#B8B8C0
(184,184,192)
#CFCDD5
(207,205,213)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001018; }

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

This text font color is #001018.


Background Color

.myBgColor { background-color: #001018; }

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

This div background color is #001018.


Border color

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

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

This div border color is #001018.


Opacity

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

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

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

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

This text has shadow with #001018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001018 on black background.


Color preview on white background

This text has color #001018 on white background.



Black color preview on #001018 background

This text has black color on #001018 background.


White color preview on #001018 background

This text has white color on #001018 background.