Color Hex Logo

#095163 Color Hex

#095163
(9,81,99)
0 Favorites   0 Comments

Color spaces of #095163

RGB 98199
HSL0.530.830.21
HSV192°91°39°
CMYK 0.910.180.00   0.61
XYZ5.30726.843812.8456
Yxy6.84380.21230.2738
Hunter Lab26.1607-9.5689-10.8006
CIE-Lab31.4486-13.4119-16.2828

#095163 color RGB value is (9,81,99).

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

The process color (four color CMYK) of #095163 color hex is 0.91, 0.18, 0.00, 0.61. Web safe color of #095163 is #006666. Color #095163 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010001 01100011
Octal 11 121 143
Decimal 9 81 99
Hex 9 51 63

RGB Percentages of Color #095163

%4.76
%42.86
%52.38

CMYK Percentages of Color #095163

%91
%18
%0
%61

Triadic Colors of #095163

#095163 #630951 #516309

Analogous Colors of #095163

#095163 #092463 #096348

Monochromatic Colors of #095163

#095163

Complementary Color

#095163 #631b09

#095163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095163 Color CSS Codes

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

#095163 Text Font Color

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

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


#095163 Background Color

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

This div background color is #095163


#095163 Border Color

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

This div border color is #095163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095163


Comments

No comments written yet.

Please login to write comment.