Color Hex Logo

#071640 Color Hex

#071640
(7,22,64)
0 Favorites   0 Comments

Color spaces of #071640

RGB 72264
HSL0.620.800.14
HSV224°89°25°
CMYK 0.890.660.00   0.75
XYZ1.29990.98924.9729
Yxy0.98920.17900.1362
Hunter Lab9.94595.9243-22.6827
CIE-Lab8.901112.2388-28.5572

#071640 color RGB value is (7,22,64).

#071640 hex color red value is 7, green value is 22 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #071640 hue: 0.62 , saturation: 0.80 and the lightness value of 071640 is 0.14.

The process color (four color CMYK) of #071640 color hex is 0.89, 0.66, 0.00, 0.75. Web safe color of #071640 is #000033. Color #071640 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010110 01000000
Octal 7 26 100
Decimal 7 22 64
Hex 7 16 40

RGB Percentages of Color #071640

%7.53
%23.66
%68.82

CMYK Percentages of Color #071640

%89
%66
%0
%75

Triadic Colors of #071640

#071640 #400716 #164007

Analogous Colors of #071640

#071640 #150740 #073340

Monochromatic Colors of #071640

#071640

Complementary Color

#071640 #403107

#071640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071640 Color CSS Codes

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

#071640 Text Font Color

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

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


#071640 Background Color

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

This div background color is #071640


#071640 Border Color

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

This div border color is #071640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,22,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071640;
  -webkit-box-shadow: 1px 1px 3px 2px #071640;
  box-shadow:         1px 1px 3px 2px #071640; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071640


Comments

No comments written yet.

Please login to write comment.