Color Hex Logo

#072d51 Color Hex

#072D51
(7,45,81)
0 Favorites   0 Comments

Color spaces of #072d51

RGB 74581
HSL0.580.840.17
HSV209°91°32°
CMYK 0.910.440.00   0.68
XYZ2.51122.51608.1379
Yxy2.51600.19070.1911
Hunter Lab15.86190.5012-19.3152
CIE-Lab17.99082.4072-25.6408

#072d51 color RGB value is (7,45,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101101 01010001
Octal 7 55 121
Decimal 7 45 81
Hex 7 2D 51

RGB Percentages of Color #072d51

%5.26
%33.83
%60.90

CMYK Percentages of Color #072d51

%91
%44
%0
%68

Triadic Colors of #072d51

#072d51 #51072d #2d5107

Analogous Colors of #072d51

#072d51 #070851 #075150

Monochromatic Colors of #072d51

#072d51

Complementary Color

#072d51 #512b07

#072d51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072d51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072d51 Color CSS Codes

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

#072d51 Text Font Color

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

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


#072d51 Background Color

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

This div background color is #072d51


#072d51 Border Color

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

This div border color is #072d51


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,45,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 #072d51">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072d51


Comments

No comments written yet.

Please login to write comment.