Color Hex Logo

#071695 Color Hex

#071695
(7,22,149)
0 Favorites   0 Comments

Color spaces of #071695

RGB 722149
HSL0.650.910.31
HSV234°95°58°
CMYK 0.950.850.00   0.42
XYZ5.79932.788928.6664
Yxy2.78890.15570.0749
Hunter Lab16.700032.7615-90.0843
CIE-Lab19.177845.2125-67.5327

#071695 color RGB value is (7,22,149).

#071695 hex color red value is 7, green value is 22 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #071695 hue: 0.65 , saturation: 0.91 and the lightness value of 071695 is 0.31.

The process color (four color CMYK) of #071695 color hex is 0.95, 0.85, 0.00, 0.42. Web safe color of #071695 is #000099. Color #071695 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010110 10010101
Octal 7 26 225
Decimal 7 22 149
Hex 7 16 95

RGB Percentages of Color #071695

%3.93
%12.36
%83.71

CMYK Percentages of Color #071695

%95
%85
%0
%42

Triadic Colors of #071695

#071695 #950716 #169507

Analogous Colors of #071695

#071695 #3f0795 #075d95

Monochromatic Colors of #071695

#071695

Complementary Color

#071695 #958607

#071695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071695 Color CSS Codes

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

#071695 Text Font Color

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

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


#071695 Background Color

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

This div background color is #071695


#071695 Border Color

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

This div border color is #071695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071695


Comments

No comments written yet.

Please login to write comment.