Color Hex Logo

#072981 Color Hex

#072981
(7,41,129)
0 Favorites   0 Comments

Color spaces of #072981

RGB 741129
HSL0.620.900.27
HSV223°95°51°
CMYK 0.950.680.00   0.49
XYZ4.84303.216021.1344
Yxy3.21600.16590.1102
Hunter Lab17.933216.8222-57.3204
CIE-Lab20.889026.3612-52.1978

#072981 color RGB value is (7,41,129).

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

The process color (four color CMYK) of #072981 color hex is 0.95, 0.68, 0.00, 0.49. Web safe color of #072981 is #003399. Color #072981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101001 10000001
Octal 7 51 201
Decimal 7 41 129
Hex 7 29 81

RGB Percentages of Color #072981

%3.95
%23.16
%72.88

CMYK Percentages of Color #072981

%95
%68
%0
%49

Triadic Colors of #072981

#072981 #810729 #298107

Analogous Colors of #072981

#072981 #220781 #076681

Monochromatic Colors of #072981

#072981

Complementary Color

#072981 #815f07

#072981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072981 Color CSS Codes

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

#072981 Text Font Color

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

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


#072981 Background Color

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

This div background color is #072981


#072981 Border Color

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

This div border color is #072981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072981


Comments

No comments written yet.

Please login to write comment.