Color Hex Logo

#071467 Color Hex

#071467
(7,20,103)
0 Favorites   0 Comments

Color spaces of #071467

RGB 720103
HSL0.640.870.22
HSV232°93°40°
CMYK 0.930.810.00   0.60
XYZ2.78601.524812.9794
Yxy1.52480.16110.0882
Hunter Lab12.348318.6634-53.6765
CIE-Lab12.764930.1780-48.8356

#071467 color RGB value is (7,20,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010100 01100111
Octal 7 24 147
Decimal 7 20 103
Hex 7 14 67

RGB Percentages of Color #071467

%5.38
%15.38
%79.23

CMYK Percentages of Color #071467

%93
%81
%0
%60

Triadic Colors of #071467

#071467 #670714 #146707

Analogous Colors of #071467

#071467 #2a0767 #074467

Monochromatic Colors of #071467

#071467

Complementary Color

#071467 #675a07

#071467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071467 Color CSS Codes

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

#071467 Text Font Color

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

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


#071467 Background Color

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

This div background color is #071467


#071467 Border Color

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

This div border color is #071467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071467


Comments

No comments written yet.

Please login to write comment.