Color Hex Logo

#076799 Color Hex

#076799
(7,103,153)
0 Favorites   0 Comments

Color spaces of #076799

RGB 7103153
HSL0.560.910.31
HSV201°95°60°
CMYK 0.950.330.00   0.40
XYZ10.687612.045631.8987
Yxy12.04560.19560.2205
Hunter Lab34.7068-5.7696-30.1982
CIE-Lab41.2885-5.5999-34.0582

#076799 color RGB value is (7,103,153).

#076799 hex color red value is 7, green value is 103 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #076799 hue: 0.56 , saturation: 0.91 and the lightness value of 076799 is 0.31.

The process color (four color CMYK) of #076799 color hex is 0.95, 0.33, 0.00, 0.40. Web safe color of #076799 is #006699. Color #076799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100111 10011001
Octal 7 147 231
Decimal 7 103 153
Hex 7 67 99

RGB Percentages of Color #076799

%2.66
%39.16
%58.17

CMYK Percentages of Color #076799

%95
%33
%0
%40

Triadic Colors of #076799

#076799 #990767 #679907

Analogous Colors of #076799

#076799 #071e99 #079982

Monochromatic Colors of #076799

#076799

Complementary Color

#076799 #993907

#076799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076799 Color CSS Codes

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

#076799 Text Font Color

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

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


#076799 Background Color

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

This div background color is #076799


#076799 Border Color

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

This div border color is #076799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076799


Comments

No comments written yet.

Please login to write comment.