Color Hex Logo

#00071f Color Hex

#00071F
(0,7,31)
0 Favorites   0 Comments

Color spaces of #00071f

RGB 0731
HSL0.631.000.06
HSV226°100°12°
CMYK 1.000.770.00   0.88
XYZ0.32330.25091.3277
Yxy0.25090.17000.1319
Hunter Lab5.00902.7554-12.2093
CIE-Lab2.26643.4749-14.5401

#00071f color RGB value is (0,7,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000111 00011111
Octal 0 7 37
Decimal 0 7 31
Hex 0 7 1F

RGB Percentages of Color #00071f

%0.00
%18.42
%81.58

CMYK Percentages of Color #00071f

%100
%77
%0
%88

Triadic Colors of #00071f

#00071f #1f0007 #071f00

Analogous Colors of #00071f

#00071f #09001f #00171f

Monochromatic Colors of #00071f

#00071f

Complementary Color

#00071f #1f1800

#00071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00071f Color CSS Codes

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

#00071f Text Font Color

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

This sample text font color is #00071f
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.


#00071f Background Color

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

This div background color is #00071f


#00071f Border Color

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

This div border color is #00071f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00071f

#00071f Color Palettes


Comments

No comments written yet.

Please login to write comment.