Color Hex Logo

#073665 Color Hex

#073665
(7,54,101)
0 Favorites   0 Comments

Color spaces of #073665

RGB 754101
HSL0.580.870.21
HSV210°93°40°
CMYK 0.930.470.00   0.60
XYZ3.75583.623112.8133
Yxy3.62310.18600.1794
Hunter Lab19.03441.9106-26.5878
CIE-Lab22.38414.8552-31.8290

#073665 color RGB value is (7,54,101).

#073665 hex color red value is 7, green value is 54 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #073665 hue: 0.58 , saturation: 0.87 and the lightness value of 073665 is 0.21.

The process color (four color CMYK) of #073665 color hex is 0.93, 0.47, 0.00, 0.60. Web safe color of #073665 is #003366. Color #073665 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110110 01100101
Octal 7 66 145
Decimal 7 54 101
Hex 7 36 65

RGB Percentages of Color #073665

%4.32
%33.33
%62.35

CMYK Percentages of Color #073665

%93
%47
%0
%60

Triadic Colors of #073665

#073665 #650736 #366507

Analogous Colors of #073665

#073665 #070765 #076565

Monochromatic Colors of #073665

#073665

Complementary Color

#073665 #653607

#073665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073665 Color CSS Codes

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

#073665 Text Font Color

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

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


#073665 Background Color

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

This div background color is #073665


#073665 Border Color

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

This div border color is #073665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073665


Comments

No comments written yet.

Please login to write comment.