Color Hex Logo

#071961 Color Hex

#071961
(7,25,97)
0 Favorites   0 Comments

Color spaces of #071961

RGB 72597
HSL0.630.870.20
HSV228°93°38°
CMYK 0.930.740.00   0.62
XYZ2.59291.603511.4821
Yxy1.60350.16540.1023
Hunter Lab12.662914.3900-44.8971
CIE-Lab13.251524.4332-44.0560

#071961 color RGB value is (7,25,97).

#071961 hex color red value is 7, green value is 25 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #071961 hue: 0.63 , saturation: 0.87 and the lightness value of 071961 is 0.20.

The process color (four color CMYK) of #071961 color hex is 0.93, 0.74, 0.00, 0.62. Web safe color of #071961 is #000066. Color #071961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011001 01100001
Octal 7 31 141
Decimal 7 25 97
Hex 7 19 61

RGB Percentages of Color #071961

%5.43
%19.38
%75.19

CMYK Percentages of Color #071961

%93
%74
%0
%62

Triadic Colors of #071961

#071961 #610719 #196107

Analogous Colors of #071961

#071961 #220761 #074661

Monochromatic Colors of #071961

#071961

Complementary Color

#071961 #614f07

#071961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071961 Color CSS Codes

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

#071961 Text Font Color

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

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


#071961 Background Color

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

This div background color is #071961


#071961 Border Color

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

This div border color is #071961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071961


Comments

No comments written yet.

Please login to write comment.