Color Hex Logo

#071589 Color Hex

#071589
(7,21,137)
0 Favorites   0 Comments

Color spaces of #071589

RGB 721137
HSL0.650.900.28
HSV234°95°54°
CMYK 0.950.850.00   0.46
XYZ4.87112.387623.8710
Yxy2.38760.15650.0767
Hunter Lab15.451929.2302-80.7786
CIE-Lab17.402541.7471-63.0057

#071589 color RGB value is (7,21,137).

#071589 hex color red value is 7, green value is 21 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #071589 hue: 0.65 , saturation: 0.90 and the lightness value of 071589 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010101 10001001
Octal 7 25 211
Decimal 7 21 137
Hex 7 15 89

RGB Percentages of Color #071589

%4.24
%12.73
%83.03

CMYK Percentages of Color #071589

%95
%85
%0
%46

Triadic Colors of #071589

#071589 #890715 #158907

Analogous Colors of #071589

#071589 #3a0789 #075689

Monochromatic Colors of #071589

#071589

Complementary Color

#071589 #897b07

#071589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071589 Color CSS Codes

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

#071589 Text Font Color

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

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


#071589 Background Color

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

This div background color is #071589


#071589 Border Color

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

This div border color is #071589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071589


Comments

No comments written yet.

Please login to write comment.