Color Hex Logo

#096177 Color Hex

#096177
(9,97,119)
0 Favorites   0 Comments

Color spaces of #096177

RGB 997119
HSL0.530.860.25
HSV192°92°47°
CMYK 0.920.180.00   0.53
XYZ7.71719.939418.9645
Yxy9.93940.21070.2714
Hunter Lab31.5268-11.4789-13.5963
CIE-Lab37.7334-15.1010-19.0486

#096177 color RGB value is (9,97,119).

#096177 hex color red value is 9, green value is 97 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #096177 hue: 0.53 , saturation: 0.86 and the lightness value of 096177 is 0.25.

The process color (four color CMYK) of #096177 color hex is 0.92, 0.18, 0.00, 0.53. Web safe color of #096177 is #006666. Color #096177 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100001 01110111
Octal 11 141 167
Decimal 9 97 119
Hex 9 61 77

RGB Percentages of Color #096177

%4.00
%43.11
%52.89

CMYK Percentages of Color #096177

%92
%18
%0
%53

Triadic Colors of #096177

#096177 #770961 #617709

Analogous Colors of #096177

#096177 #092a77 #097756

Monochromatic Colors of #096177

#096177

Complementary Color

#096177 #771f09

#096177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096177 Color CSS Codes

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

#096177 Text Font Color

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

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


#096177 Background Color

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

This div background color is #096177


#096177 Border Color

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

This div border color is #096177


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,97,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096177; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096177;
  -webkit-box-shadow: 1px 1px 3px 2px #096177;
  box-shadow:         1px 1px 3px 2px #096177; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,97,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096177


Comments

No comments written yet.

Please login to write comment.