Color Hex Logo

#073551 Color Hex

#073551
(7,53,81)
0 Favorites   0 Comments

Color spaces of #073551

RGB 75381
HSL0.560.840.17
HSV203°91°32°
CMYK 0.910.350.00   0.68
XYZ2.84593.18558.2494
Yxy3.18550.19930.2231
Hunter Lab17.8480-2.7717-14.9105
CIE-Lab20.7720-3.2385-21.2287

#073551 color RGB value is (7,53,81).

#073551 hex color red value is 7, green value is 53 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #073551 hue: 0.56 , saturation: 0.84 and the lightness value of 073551 is 0.17.

The process color (four color CMYK) of #073551 color hex is 0.91, 0.35, 0.00, 0.68. Web safe color of #073551 is #003366. Color #073551 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110101 01010001
Octal 7 65 121
Decimal 7 53 81
Hex 7 35 51

RGB Percentages of Color #073551

%4.96
%37.59
%57.45

CMYK Percentages of Color #073551

%91
%35
%0
%68

Triadic Colors of #073551

#073551 #510735 #355107

Analogous Colors of #073551

#073551 #071051 #075148

Monochromatic Colors of #073551

#073551

Complementary Color

#073551 #512307

#073551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073551 Color CSS Codes

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

#073551 Text Font Color

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

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


#073551 Background Color

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

This div background color is #073551


#073551 Border Color

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

This div border color is #073551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073551


Comments

No comments written yet.

Please login to write comment.