Color Hex Logo

#071570 Color Hex

#071570
(7,21,112)
0 Favorites   0 Comments

Color spaces of #071570

RGB 721112
HSL0.640.880.23
HSV232°94°44°
CMYK 0.940.810.00   0.56
XYZ3.28041.751415.4944
Yxy1.75140.15980.0853
Hunter Lab13.234021.0862-60.1528
CIE-Lab14.124532.9449-52.4775

#071570 color RGB value is (7,21,112).

#071570 hex color red value is 7, green value is 21 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #071570 hue: 0.64 , saturation: 0.88 and the lightness value of 071570 is 0.23.

The process color (four color CMYK) of #071570 color hex is 0.94, 0.81, 0.00, 0.56. Web safe color of #071570 is #000066. Color #071570 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010101 01110000
Octal 7 25 160
Decimal 7 21 112
Hex 7 15 70

RGB Percentages of Color #071570

%5.00
%15.00
%80.00

CMYK Percentages of Color #071570

%94
%81
%0
%56

Triadic Colors of #071570

#071570 #700715 #157007

Analogous Colors of #071570

#071570 #2e0770 #074970

Monochromatic Colors of #071570

#071570

Complementary Color

#071570 #706207

#071570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071570 Color CSS Codes

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

#071570 Text Font Color

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

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


#071570 Background Color

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

This div background color is #071570


#071570 Border Color

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

This div border color is #071570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071570


Comments

No comments written yet.

Please login to write comment.