Color Hex Logo

#072974 Color Hex

#072974
(7,41,116)
0 Favorites   0 Comments

Color spaces of #072974

RGB 741116
HSL0.610.890.24
HSV221°94°45°
CMYK 0.940.650.00   0.55
XYZ4.03292.892016.8686
Yxy2.89200.16950.1215
Hunter Lab17.005912.5705-46.9073
CIE-Lab19.606120.9188-46.0264

#072974 color RGB value is (7,41,116).

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

The process color (four color CMYK) of #072974 color hex is 0.94, 0.65, 0.00, 0.55. Web safe color of #072974 is #003366. Color #072974 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101001 01110100
Octal 7 51 164
Decimal 7 41 116
Hex 7 29 74

RGB Percentages of Color #072974

%4.27
%25.00
%70.73

CMYK Percentages of Color #072974

%94
%65
%0
%55

Triadic Colors of #072974

#072974 #740729 #297407

Analogous Colors of #072974

#072974 #1c0774 #076074

Monochromatic Colors of #072974

#072974

Complementary Color

#072974 #745207

#072974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072974 Color CSS Codes

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

#072974 Text Font Color

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

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


#072974 Background Color

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

This div background color is #072974


#072974 Border Color

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

This div border color is #072974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072974


Comments

No comments written yet.

Please login to write comment.