color codes Logo

#076a9a color codes

#076A9A
(7,106,154)
0 Favorites   0 Comments

Color spaces of #076a9a

RGB 7106154
HSL0.550.910.32
HSV200°95°60°
CMYK 0.950.310.00   0.40
XYZ11.074412.686332.4369
Yxy12.68630.19710.2257
Hunter Lab35.6178-6.8315-29.0625
CIE-Lab42.2867-7.0256-33.0800

#076a9a color RGB value is (7,106,154).

#076a9a hex color red value is 7, green value is 106 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #076a9a hue: 0.55 , saturation: 0.91 and the lightness value of 076a9a is 0.32.

The process color (four color CMYK) of #076a9a color code is 0.95, 0.31, 0.00, 0.40. Web safe color of #076a9a is #006699. Color #076a9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101010 10011010
Octal 7 152 232
Decimal 7 106 154
Hex 7 6A 9A

RGB Percentages of Color #076a9a

%2.62
%39.70
%57.68

CMYK Percentages of Color #076a9a

%95
%31
%0
%40

Triadic Colors of #076a9a

#076a9a #9a076a #6a9a07

Analogous Colors of #076a9a

#076a9a #07219a #079a81

Monochromatic Colors of #076a9a

#076a9a

Complementary Color

#076a9a #9a3707

#076a9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076a9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#076a9a Color CSS Codes

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

#076a9a Text Font Color

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

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


#076a9a Background Color

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

This div background color is #076a9a


#076a9a Border Color

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

This div border color is #076a9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,106,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #076a9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #076a9a;
  -webkit-box-shadow: 1px 1px 3px 2px #076a9a;
  box-shadow:         1px 1px 3px 2px #076a9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076a9a


Comments

No comments written yet.

Please login to write comment.