Color Hex Logo

#073961 Color Hex

#073961
(7,57,97)
0 Favorites   0 Comments

Color spaces of #073961

RGB 75797
HSL0.570.870.20
HSV207°93°38°
CMYK 0.930.410.00   0.62
XYZ3.70843.834511.8539
Yxy3.83450.19120.1977
Hunter Lab19.5819-0.4641-22.1839
CIE-Lab23.11660.9785-28.0562

#073961 color RGB value is (7,57,97).

#073961 hex color red value is 7, green value is 57 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #073961 hue: 0.57 , saturation: 0.87 and the lightness value of 073961 is 0.20.

The process color (four color CMYK) of #073961 color hex is 0.93, 0.41, 0.00, 0.62. Web safe color of #073961 is #003366. Color #073961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 01100001
Octal 7 71 141
Decimal 7 57 97
Hex 7 39 61

RGB Percentages of Color #073961

%4.35
%35.40
%60.25

CMYK Percentages of Color #073961

%93
%41
%0
%62

Triadic Colors of #073961

#073961 #610739 #396107

Analogous Colors of #073961

#073961 #070c61 #07615c

Monochromatic Colors of #073961

#073961

Complementary Color

#073961 #612f07

#073961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073961 Color CSS Codes

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

#073961 Text Font Color

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

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


#073961 Background Color

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

This div background color is #073961


#073961 Border Color

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

This div border color is #073961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073961


Comments

No comments written yet.

Please login to write comment.