COLOR #070018

HEX: #070018 RGB: (7,0,24)

Color info

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

RGB color model

#070018 color RGB value is (7,0,24).

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

RGB channels and saturation

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

7
0
24

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

Portions of RGB colors in percentages

R + G + B = 7 + 0 + 24 = 31 (100%)
R 7 of 31 ~ 22.58%
G 0 of 31 ~ 0%
B 24 of 31 ~ 77.42'%

%22.58
%77.42

CMYK color model

#070018 color CMYK value is (71,100,0,91).

  • cyan value is 70.83%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK: (71,100,0,91) C71M100Y0K91 (71%,100%,0%,91%) (0.71/1.00/0.00/0.91) 

CMYK percentages

%70.83
%100
%0
%90.59

Codes

Color #070018 in popluar color models

07 00 18
RGB 7 0 24
HSL 258° 100.00% 4.71%
HSB/HSV 258° 100.00% 9.41%
CMYK 70.83% 100.00% 0.00%
90.59%

Color #070018 in popluar number systems.

HEX 07 00 18
Decimal 7 0 24
Binary 111 0 11000
Octal 7 0 30

Shades and tints

Shades of #070018

#070018
(7,0,24)
#070016
(7,0,22)
#070014
(7,0,20)
#070012
(7,0,18)
#070010
(7,0,16)
#07000E
(7,0,14)
#07000C
(7,0,12)
#07000A
(7,0,10)
#070008
(7,0,8)
#070006
(7,0,6)
#070004
(7,0,4)
#000000
(0,0,0)

Tints of #070018

#070018
(7,0,24)
#1D172D
(29,23,45)
#332E42
(51,46,66)
#494557
(73,69,87)
#5F5C6C
(95,92,108)
#757381
(117,115,129)
#8B8A96
(139,138,150)
#A1A1AB
(161,161,171)
#B7B8C0
(183,184,192)
#CDCFD5
(205,207,213)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070018; }

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

This text font color is #070018.

Background Color

.myBgColor { background-color: #070018; }

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

This div background color is #070018.

Border color

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

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

This div border color is #070018.

Opacity

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

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

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

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

This text has shadow with #070018 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070018.

Preview

Color preview on black background

This text has color #070018 on black background.


Color preview on white background

This text has color #070018 on white background.


Black color preview on #070018 background

This text has black color on #070018 background.


White color preview on #070018 background

This text has white color on #070018 background.


Related colors

Complementary color

Complementary color for #hex is #F8FFE7.


I love getcolorcode.com

Triadic colors

1 #180700 and #001807 with #070018 are triadic colors.

2 #180007 and #000718 with #070018 are triadic colors.