Color Hex Logo

#096376 Color Hex

#096376
(9,99,118)
0 Favorites   0 Comments

Color spaces of #096376

RGB 999118
HSL0.530.860.25
HSV190°92°46°
CMYK 0.920.160.00   0.54
XYZ7.844510.289818.7122
Yxy10.28980.21290.2793
Hunter Lab32.0777-12.4844-12.1318
CIE-Lab38.3576-16.6064-17.4749

#096376 color RGB value is (9,99,118).

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

The process color (four color CMYK) of #096376 color hex is 0.92, 0.16, 0.00, 0.54. Web safe color of #096376 is #006666. Color #096376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100011 01110110
Octal 11 143 166
Decimal 9 99 118
Hex 9 63 76

RGB Percentages of Color #096376

%3.98
%43.81
%52.21

CMYK Percentages of Color #096376

%92
%16
%0
%54

Triadic Colors of #096376

#096376 #760963 #637609

Analogous Colors of #096376

#096376 #092d76 #097652

Monochromatic Colors of #096376

#096376

Complementary Color

#096376 #761c09

#096376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096376 Color CSS Codes

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

#096376 Text Font Color

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

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


#096376 Background Color

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

This div background color is #096376


#096376 Border Color

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

This div border color is #096376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096376


Comments

No comments written yet.

Please login to write comment.