Color Hex Logo

#07064b Color Hex

#07064B
(7,6,75)
0 Favorites   0 Comments

Color spaces of #07064b

RGB 7675
HSL0.670.850.16
HSV241°92°29°
CMYK 0.910.920.00   0.71
XYZ1.42270.68346.7135
Yxy0.68340.16130.0775
Hunter Lab8.266816.2526-42.3629
CIE-Lab6.173127.6502-40.7825

#07064b color RGB value is (7,6,75).

#07064b hex color red value is 7, green value is 6 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #07064b hue: 0.67 , saturation: 0.85 and the lightness value of 07064b is 0.16.

The process color (four color CMYK) of #07064b color hex is 0.91, 0.92, 0.00, 0.71. Web safe color of #07064b is #000033. Color #07064b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000110 01001011
Octal 7 6 113
Decimal 7 6 75
Hex 7 6 4B

RGB Percentages of Color #07064b

%7.95
%6.82
%85.23

CMYK Percentages of Color #07064b

%91
%92
%0
%71

Triadic Colors of #07064b

#07064b #4b0706 #064b07

Analogous Colors of #07064b

#07064b #2a064b #06284b

Monochromatic Colors of #07064b

#07064b

Complementary Color

#07064b #4a4b06

#07064b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07064b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07064b Color CSS Codes

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

#07064b Text Font Color

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

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


#07064b Background Color

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

This div background color is #07064b


#07064b Border Color

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

This div border color is #07064b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,6,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07064b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07064b;
  -webkit-box-shadow: 1px 1px 3px 2px #07064b;
  box-shadow:         1px 1px 3px 2px #07064b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07064b


Comments

No comments written yet.

Please login to write comment.