Color Hex Logo

#073497 Color Hex

#073497
(7,52,151)
0 Favorites   0 Comments

Color spaces of #073497

RGB 752151
HSL0.610.910.31
HSV221°95°59°
CMYK 0.950.660.00   0.41
XYZ6.90154.735529.8285
Yxy4.73550.16640.1142
Hunter Lab21.761218.5286-66.0371
CIE-Lab25.967527.7011-57.5356

#073497 color RGB value is (7,52,151).

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

The process color (four color CMYK) of #073497 color hex is 0.95, 0.66, 0.00, 0.41. Web safe color of #073497 is #003399. Color #073497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110100 10010111
Octal 7 64 227
Decimal 7 52 151
Hex 7 34 97

RGB Percentages of Color #073497

%3.33
%24.76
%71.90

CMYK Percentages of Color #073497

%95
%66
%0
%41

Triadic Colors of #073497

#073497 #970734 #349707

Analogous Colors of #073497

#073497 #220797 #077c97

Monochromatic Colors of #073497

#073497

Complementary Color

#073497 #976a07

#073497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073497 Color CSS Codes

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

#073497 Text Font Color

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

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


#073497 Background Color

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

This div background color is #073497


#073497 Border Color

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

This div border color is #073497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073497


Comments

No comments written yet.

Please login to write comment.