Color Hex Logo

#071541 Color Hex

#071541
(7,21,65)
0 Favorites   0 Comments

Color spaces of #071541

RGB 72165
HSL0.630.810.14
HSV226°89°25°
CMYK 0.890.680.00   0.75
XYZ1.30990.96325.1179
Yxy0.96320.17720.1303
Hunter Lab9.81436.6492-24.0483
CIE-Lab8.681013.4934-29.6249

#071541 color RGB value is (7,21,65).

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

The process color (four color CMYK) of #071541 color hex is 0.89, 0.68, 0.00, 0.75. Web safe color of #071541 is #000033. Color #071541 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010101 01000001
Octal 7 25 101
Decimal 7 21 65
Hex 7 15 41

RGB Percentages of Color #071541

%7.53
%22.58
%69.89

CMYK Percentages of Color #071541

%89
%68
%0
%75

Triadic Colors of #071541

#071541 #410715 #154107

Analogous Colors of #071541

#071541 #160741 #073241

Monochromatic Colors of #071541

#071541

Complementary Color

#071541 #413307

#071541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071541 Color CSS Codes

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

#071541 Text Font Color

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

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


#071541 Background Color

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

This div background color is #071541


#071541 Border Color

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

This div border color is #071541


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,21,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 #071541">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071541


Comments

No comments written yet.

Please login to write comment.