COLOR #000418

HEX: #000418 RGB: (0,4,24)

Color info

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

RGB color model

#000418 color RGB value is (0,4,24).

RGB: (0,4,24) (0%, 2%, 9%)

RGB channels and saturation

R 0 of 255 = 0%
G 4 of 255 = 2%
B 24 of 255 = 9%

0
4
24

R + G + B ~ 4%. #000418 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 4 + 24 = 28 (100%)
R 0 of 28 ~ 0%
G 4 of 28 ~ 14.29%
B 24 of 28 ~ 85.71'%

%14.29
%85.71

CMYK color model

#000418 color CMYK value is (100,83,0,91).

  • cyan value is 100.00%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (100,83,0,91)
C100M83Y0K91 (100%, 83%, 0%, 91%)
(1.00 / 0.83 / 0.00 / 0.91)

CMYK percentages

%100
%83.33
%0
%90.59

Codes

Color #000418 in popluar color models

00 04 18
RGB 0 4 24
HSL 230° 100.00% 4.71%
HSB/HSV 230° 100.00% 9.41%
CMYK 100.00% 83.33% 0.00%
90.59%

Color #000418 in popluar number systems.

HEX 00 04 18
Decimal 0 4 24
Binary 0 100 11000
Octal 0 4 30

Shades and tints

Shades of #000418

#000418
(0,4,24)
#000416
(0,4,22)
#000414
(0,4,20)
#000412
(0,4,18)
#000410
(0,4,16)
#00040E
(0,4,14)
#00040C
(0,4,12)
#00040A
(0,4,10)
#000408
(0,4,8)
#000406
(0,4,6)
#000404
(0,4,4)
#000000
(0,0,0)

Tints of #000418

#000418
(0,4,24)
#171A2D
(23,26,45)
#2E3042
(46,48,66)
#454657
(69,70,87)
#5C5C6C
(92,92,108)
#737281
(115,114,129)
#8A8896
(138,136,150)
#A19EAB
(161,158,171)
#B8B4C0
(184,180,192)
#CFCAD5
(207,202,213)
#E6E0EA
(230,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000418; }

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

This text font color is #000418.

Background Color

.myBgColor { background-color: #000418; }

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

This div background color is #000418.

Border color

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

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

This div border color is #000418.

Opacity

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

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

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

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

This text has shadow with #000418 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000418.

Preview

Color preview on black background

This text has color #000418 on black background.


Color preview on white background

This text has color #000418 on white background.


Black color preview on #000418 background

This text has black color on #000418 background.


White color preview on #000418 background

This text has white color on #000418 background.


Related colors

Complementary color

Complementary color for #hex is #FFFBE7.


I love getcolorcode.com

Triadic colors

1 #180004 and #041800 with #000418 are triadic colors.

2 #180400 and #040018 with #000418 are triadic colors.