Color Hex Logo

#00071e Color Hex

#00071E
(0,7,30)
0 Favorites   0 Comments

Color spaces of #00071e

RGB 0730
HSL0.631.000.06
HSV226°100°12°
CMYK 1.000.770.00   0.88
XYZ0.31030.24571.2594
Yxy0.24570.17090.1353
Hunter Lab4.95682.4998-11.5943
CIE-Lab2.21943.1448-13.8177

#00071e color RGB value is (0,7,30).

#00071e hex color red value is 0, green value is 7 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #00071e hue: 0.63 , saturation: 1.00 and the lightness value of 00071e is 0.06.

The process color (four color CMYK) of #00071e color hex is 1.00, 0.77, 0.00, 0.88. Web safe color of #00071e is #000033. Color #00071e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000111 00011110
Octal 0 7 36
Decimal 0 7 30
Hex 0 7 1E

RGB Percentages of Color #00071e

%0.00
%18.92
%81.08

CMYK Percentages of Color #00071e

%100
%77
%0
%88

Triadic Colors of #00071e

#00071e #1e0007 #071e00

Analogous Colors of #00071e

#00071e #08001e #00161e

Monochromatic Colors of #00071e

#00071e

Complementary Color

#00071e #1e1700

#00071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00071e Color CSS Codes

.mybgcolor {background-color:#00071e; } 
.myforecolor {color:#00071e; }
.mybordercolor {border:3px solid #00071e; }

#00071e Text Font Color

<p style="color:#00071e">Text here</p>

This sample text font color is #00071e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00071e Background Color

<div style="background-color:#00071e">
Div content here</div>

This div background color is #00071e


#00071e Border Color

<div style="border:3px solid #00071e">
Div here</div>

This div border color is #00071e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,7,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00071e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00071e;
  -webkit-box-shadow: 1px 1px 3px 2px #00071e;
  box-shadow:         1px 1px 3px 2px #00071e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,7,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00071e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00071e;
  -webkit-box-shadow: 1px 1px 3px 2px #00071e;
  box-shadow:         1px 1px 3px 2px #00071e;">
Div content here</div>

This div box has shadow with color #00071e


Comments

No comments written yet.

Please login to write comment.