Color Hex Logo

#073689 Color Hex

#073689
(7,54,137)
0 Favorites   0 Comments

Color spaces of #073689

RGB 754137
HSL0.610.900.28
HSV218°95°54°
CMYK 0.950.610.00   0.46
XYZ5.92214.489624.2214
Yxy4.48960.17100.1296
Hunter Lab21.188712.8094-52.9441
CIE-Lab25.228220.5132-50.1004

#073689 color RGB value is (7,54,137).

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

The process color (four color CMYK) of #073689 color hex is 0.95, 0.61, 0.00, 0.46. Web safe color of #073689 is #003399. Color #073689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110110 10001001
Octal 7 66 211
Decimal 7 54 137
Hex 7 36 89

RGB Percentages of Color #073689

%3.54
%27.27
%69.19

CMYK Percentages of Color #073689

%95
%61
%0
%46

Triadic Colors of #073689

#073689 #890736 #368907

Analogous Colors of #073689

#073689 #190789 #077789

Monochromatic Colors of #073689

#073689

Complementary Color

#073689 #895a07

#073689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073689 Color CSS Codes

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

#073689 Text Font Color

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

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


#073689 Background Color

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

This div background color is #073689


#073689 Border Color

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

This div border color is #073689


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,54,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 #073689">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073689


Comments

No comments written yet.

Please login to write comment.