Color Hex Logo

#073d89 Color Hex

#073D89
(7,61,137)
0 Favorites   0 Comments

Color spaces of #073d89

RGB 761137
HSL0.600.900.28
HSV215°95°54°
CMYK 0.950.550.00   0.46
XYZ6.27175.188824.3379
Yxy5.18880.17520.1449
Hunter Lab22.77899.2831-47.4025
CIE-Lab27.266015.5555-46.7808

#073d89 color RGB value is (7,61,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111101 10001001
Octal 7 75 211
Decimal 7 61 137
Hex 7 3D 89

RGB Percentages of Color #073d89

%3.41
%29.76
%66.83

CMYK Percentages of Color #073d89

%95
%55
%0
%46

Triadic Colors of #073d89

#073d89 #89073d #3d8907

Analogous Colors of #073d89

#073d89 #120789 #077e89

Monochromatic Colors of #073d89

#073d89

Complementary Color

#073d89 #895307

#073d89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073d89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073d89 Color CSS Codes

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

#073d89 Text Font Color

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

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


#073d89 Background Color

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

This div background color is #073d89


#073d89 Border Color

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

This div border color is #073d89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073d89


Comments

No comments written yet.

Please login to write comment.