Color Hex Logo

#072989 Color Hex

#072989
(7,41,137)
0 Favorites   0 Comments

Color spaces of #072989

RGB 741137
HSL0.620.900.28
HSV224°95°54°
CMYK 0.950.700.00   0.46
XYZ5.39593.437224.0460
Yxy3.43720.16410.1045
Hunter Lab18.539719.5072-63.9214
CIE-Lab21.716129.5977-55.8625

#072989 color RGB value is (7,41,137).

#072989 hex color red value is 7, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #072989 hue: 0.62 , saturation: 0.90 and the lightness value of 072989 is 0.28.

The process color (four color CMYK) of #072989 color hex is 0.95, 0.70, 0.00, 0.46. Web safe color of #072989 is #003399. Color #072989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101001 10001001
Octal 7 51 211
Decimal 7 41 137
Hex 7 29 89

RGB Percentages of Color #072989

%3.78
%22.16
%74.05

CMYK Percentages of Color #072989

%95
%70
%0
%46

Triadic Colors of #072989

#072989 #890729 #298907

Analogous Colors of #072989

#072989 #260789 #076a89

Monochromatic Colors of #072989

#072989

Complementary Color

#072989 #896707

#072989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072989 Color CSS Codes

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

#072989 Text Font Color

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

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


#072989 Background Color

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

This div background color is #072989


#072989 Border Color

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

This div border color is #072989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072989


Comments

No comments written yet.

Please login to write comment.