Color Hex Logo

#072641 Color Hex

#072641
(7,38,65)
0 Favorites   0 Comments

Color spaces of #072641

RGB 73865
HSL0.580.810.14
HSV208°89°25°
CMYK 0.890.420.00   0.75
XYZ1.73491.81315.2595
Yxy1.81310.19700.2059
Hunter Lab13.4651-0.5654-13.7331
CIE-Lab14.47420.2941-20.2963

#072641 color RGB value is (7,38,65).

#072641 hex color red value is 7, green value is 38 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #072641 hue: 0.58 , saturation: 0.81 and the lightness value of 072641 is 0.14.

The process color (four color CMYK) of #072641 color hex is 0.89, 0.42, 0.00, 0.75. Web safe color of #072641 is #003333. Color #072641 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 01000001
Octal 7 46 101
Decimal 7 38 65
Hex 7 26 41

RGB Percentages of Color #072641

%6.36
%34.55
%59.09

CMYK Percentages of Color #072641

%89
%42
%0
%75

Triadic Colors of #072641

#072641 #410726 #264107

Analogous Colors of #072641

#072641 #070941 #07413f

Monochromatic Colors of #072641

#072641

Complementary Color

#072641 #412207

#072641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072641 Color CSS Codes

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

#072641 Text Font Color

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

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


#072641 Background Color

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

This div background color is #072641


#072641 Border Color

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

This div border color is #072641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072641


Comments

No comments written yet.

Please login to write comment.