Color Hex Logo

#07416e Color Hex

#07416E
(7,65,110)
0 Favorites   0 Comments

Color spaces of #07416e

RGB 765110
HSL0.570.880.23
HSV206°94°43°
CMYK 0.940.410.00   0.57
XYZ4.79244.951615.4550
Yxy4.95160.19020.1965
Hunter Lab22.2522-0.4982-25.6026
CIE-Lab26.59641.1123-30.8856

#07416e color RGB value is (7,65,110).

#07416e hex color red value is 7, green value is 65 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #07416e hue: 0.57 , saturation: 0.88 and the lightness value of 07416e is 0.23.

The process color (four color CMYK) of #07416e color hex is 0.94, 0.41, 0.00, 0.57. Web safe color of #07416e is #003366. Color #07416e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000001 01101110
Octal 7 101 156
Decimal 7 65 110
Hex 7 41 6E

RGB Percentages of Color #07416e

%3.85
%35.71
%60.44

CMYK Percentages of Color #07416e

%94
%41
%0
%57

Triadic Colors of #07416e

#07416e #6e0741 #416e07

Analogous Colors of #07416e

#07416e #070d6e #076e68

Monochromatic Colors of #07416e

#07416e

Complementary Color

#07416e #6e3407

#07416e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07416e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07416e Color CSS Codes

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

#07416e Text Font Color

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

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


#07416e Background Color

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

This div background color is #07416e


#07416e Border Color

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

This div border color is #07416e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,65,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07416e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07416e;
  -webkit-box-shadow: 1px 1px 3px 2px #07416e;
  box-shadow:         1px 1px 3px 2px #07416e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07416e


Comments

No comments written yet.

Please login to write comment.