Color Hex Logo

#071465 Color Hex

#071465
(7,20,101)
0 Favorites   0 Comments

Color spaces of #071465

RGB 720101
HSL0.640.870.21
HSV232°93°40°
CMYK 0.930.800.00   0.60
XYZ2.68671.485112.4570
Yxy1.48510.16160.0893
Hunter Lab12.186518.0268-52.0757
CIE-Lab12.513029.4097-47.9311

#071465 color RGB value is (7,20,101).

#071465 hex color red value is 7, green value is 20 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #071465 hue: 0.64 , saturation: 0.87 and the lightness value of 071465 is 0.21.

The process color (four color CMYK) of #071465 color hex is 0.93, 0.80, 0.00, 0.60. Web safe color of #071465 is #000066. Color #071465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010100 01100101
Octal 7 24 145
Decimal 7 20 101
Hex 7 14 65

RGB Percentages of Color #071465

%5.47
%15.63
%78.91

CMYK Percentages of Color #071465

%93
%80
%0
%60

Triadic Colors of #071465

#071465 #650714 #146507

Analogous Colors of #071465

#071465 #290765 #074365

Monochromatic Colors of #071465

#071465

Complementary Color

#071465 #655807

#071465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071465 Color CSS Codes

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

#071465 Text Font Color

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

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


#071465 Background Color

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

This div background color is #071465


#071465 Border Color

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

This div border color is #071465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071465


Comments

No comments written yet.

Please login to write comment.