Color Hex Logo

#095159 Color Hex

#095159
(9,81,89)
0 Favorites   0 Comments

Color spaces of #095159

RGB 98189
HSL0.520.820.19
HSV186°90°35°
CMYK 0.900.090.00   0.65
XYZ4.85836.664210.4815
Yxy6.66420.22080.3029
Hunter Lab25.8151-11.5835-6.0025
CIE-Lab31.0299-17.1547-10.5749

#095159 color RGB value is (9,81,89).

#095159 hex color red value is 9, green value is 81 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #095159 hue: 0.52 , saturation: 0.82 and the lightness value of 095159 is 0.19.

The process color (four color CMYK) of #095159 color hex is 0.90, 0.09, 0.00, 0.65. Web safe color of #095159 is #006666. Color #095159 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010001 01011001
Octal 11 121 131
Decimal 9 81 89
Hex 9 51 59

RGB Percentages of Color #095159

%5.03
%45.25
%49.72

CMYK Percentages of Color #095159

%90
%9
%0
%65

Triadic Colors of #095159

#095159 #590951 #515909

Analogous Colors of #095159

#095159 #092959 #095939

Monochromatic Colors of #095159

#095159

Complementary Color

#095159 #591109

#095159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095159 Color CSS Codes

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

#095159 Text Font Color

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

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


#095159 Background Color

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

This div background color is #095159


#095159 Border Color

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

This div border color is #095159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095159


Comments

No comments written yet.

Please login to write comment.