Color Hex Logo

#073077 Color Hex

#073077
(7,48,119)
0 Favorites   0 Comments

Color spaces of #073077

RGB 748119
HSL0.610.890.25
HSV218°94°47°
CMYK 0.940.600.00   0.53
XYZ4.47433.491017.8908
Yxy3.49100.17300.1350
Hunter Lab18.684210.0479-43.6933
CIE-Lab21.911817.1237-44.1783

#073077 color RGB value is (7,48,119).

#073077 hex color red value is 7, green value is 48 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #073077 hue: 0.61 , saturation: 0.89 and the lightness value of 073077 is 0.25.

The process color (four color CMYK) of #073077 color hex is 0.94, 0.60, 0.00, 0.53. Web safe color of #073077 is #003366. Color #073077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 01110111
Octal 7 60 167
Decimal 7 48 119
Hex 7 30 77

RGB Percentages of Color #073077

%4.02
%27.59
%68.39

CMYK Percentages of Color #073077

%94
%60
%0
%53

Triadic Colors of #073077

#073077 #770730 #307707

Analogous Colors of #073077

#073077 #160777 #076877

Monochromatic Colors of #073077

#073077

Complementary Color

#073077 #774e07

#073077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073077 Color CSS Codes

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

#073077 Text Font Color

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

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


#073077 Background Color

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

This div background color is #073077


#073077 Border Color

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

This div border color is #073077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073077


Comments

No comments written yet.

Please login to write comment.