Color Hex Logo

#097168 Color Hex

#097168
(9,113,104)
0 Favorites   0 Comments

Color spaces of #097168

RGB 9113104
HSL0.490.850.24
HSV175°92°44°
CMYK 0.920.000.08   0.56
XYZ8.516512.867815.1316
Yxy12.86780.23320.3524
Hunter Lab35.8717-20.39680.1002
CIE-Lab42.5634-28.6880-2.6235

#097168 color RGB value is (9,113,104).

#097168 hex color red value is 9, green value is 113 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #097168 hue: 0.49 , saturation: 0.85 and the lightness value of 097168 is 0.24.

The process color (four color CMYK) of #097168 color hex is 0.92, 0.00, 0.08, 0.56. Web safe color of #097168 is #006666. Color #097168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110001 01101000
Octal 11 161 150
Decimal 9 113 104
Hex 9 71 68

RGB Percentages of Color #097168

%3.98
%50.00
%46.02

CMYK Percentages of Color #097168

%92
%0
%8
%56

Triadic Colors of #097168

#097168 #680971 #716809

Analogous Colors of #097168

#097168 #094671 #097134

Monochromatic Colors of #097168

#097168

Complementary Color

#097168 #710912

#097168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097168 Color CSS Codes

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

#097168 Text Font Color

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

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


#097168 Background Color

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

This div background color is #097168


#097168 Border Color

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

This div border color is #097168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097168


Comments

No comments written yet.

Please login to write comment.