COLOR #080018

HEX: #080018 RGB: (8,0,24)

Color info

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

RGB color model

#080018 color RGB value is (8,0,24).

RGB: (8,0,24) (3%, 0%, 9%)

RGB channels and saturation

R 8 of 255 = 3%
G 0 of 255 = 0%
B 24 of 255 = 9%

8
0
24

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

Portions of RGB colors in percentages

R + G + B = 8 + 0 + 24 = 32 (100%)
R 8 of 32 ~ 25%
G 0 of 32 ~ 0%
B 24 of 32 ~ 75'%

%25
%75

CMYK color model

#080018 color CMYK value is (67,100,0,91).

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

CMYK: (67,100,0,91)
C67M100Y0K91 (67%, 100%, 0%, 91%)
(0.67 / 1.00 / 0.00 / 0.91)

CMYK percentages

%66.67
%100
%0
%90.59

Codes

Color #080018 in popluar color models

08 00 18
RGB 8 0 24
HSL 260° 100.00% 4.71%
HSB/HSV 260° 100.00% 9.41%
CMYK 66.67% 100.00% 0.00%
90.59%

Color #080018 in popluar number systems.

HEX 08 00 18
Decimal 8 0 24
Binary 1000 0 11000
Octal 10 0 30

Shades and tints

Shades of #080018

#080018
(8,0,24)
#080016
(8,0,22)
#080014
(8,0,20)
#080012
(8,0,18)
#080010
(8,0,16)
#08000E
(8,0,14)
#08000C
(8,0,12)
#08000A
(8,0,10)
#080008
(8,0,8)
#080006
(8,0,6)
#080004
(8,0,4)
#000000
(0,0,0)

Tints of #080018

#080018
(8,0,24)
#1E172D
(30,23,45)
#342E42
(52,46,66)
#4A4557
(74,69,87)
#605C6C
(96,92,108)
#767381
(118,115,129)
#8C8A96
(140,138,150)
#A2A1AB
(162,161,171)
#B8B8C0
(184,184,192)
#CECFD5
(206,207,213)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080018; }

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

This text font color is #080018.

Background Color

.myBgColor { background-color: #080018; }

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

This div background color is #080018.

Border color

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

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

This div border color is #080018.

Opacity

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

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

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

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

This text has shadow with #080018 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080018.

Preview

Color preview on black background

This text has color #080018 on black background.


Color preview on white background

This text has color #080018 on white background.


Black color preview on #080018 background

This text has black color on #080018 background.


White color preview on #080018 background

This text has white color on #080018 background.


Related colors

Complementary color

Complementary color for #hex is #F7FFE7.


I love getcolorcode.com

Triadic colors

1 #180800 and #001808 with #080018 are triadic colors.

2 #180008 and #000818 with #080018 are triadic colors.