Color Hex Logo

#072587 Color Hex

#072587
(7,37,135)
0 Favorites   0 Comments

Color spaces of #072587

RGB 737135
HSL0.630.900.28
HSV226°95°53°
CMYK 0.950.730.00   0.47
XYZ5.12243.117623.2534
Yxy3.11760.16260.0990
Hunter Lab17.656720.8854-65.7235
CIE-Lab20.508831.4979-56.6007

#072587 color RGB value is (7,37,135).

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

The process color (four color CMYK) of #072587 color hex is 0.95, 0.73, 0.00, 0.47. Web safe color of #072587 is #003399. Color #072587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100101 10000111
Octal 7 45 207
Decimal 7 37 135
Hex 7 25 87

RGB Percentages of Color #072587

%3.91
%20.67
%75.42

CMYK Percentages of Color #072587

%95
%73
%0
%47

Triadic Colors of #072587

#072587 #870725 #258707

Analogous Colors of #072587

#072587 #290787 #076587

Monochromatic Colors of #072587

#072587

Complementary Color

#072587 #876907

#072587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072587 Color CSS Codes

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

#072587 Text Font Color

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

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


#072587 Background Color

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

This div background color is #072587


#072587 Border Color

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

This div border color is #072587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072587


Comments

No comments written yet.

Please login to write comment.