Color Hex Logo

#09516b Color Hex

#09516B
(9,81,107)
0 Favorites   0 Comments

Color spaces of #09516b

RGB 981107
HSL0.540.840.23
HSV196°92°42°
CMYK 0.920.240.00   0.58
XYZ5.70897.004514.9610
Yxy7.00450.20630.2531
Hunter Lab26.4660-7.8119-14.9899
CIE-Lab31.8172-10.2955-20.7607

#09516b color RGB value is (9,81,107).

#09516b hex color red value is 9, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #09516b hue: 0.54 , saturation: 0.84 and the lightness value of 09516b is 0.23.

The process color (four color CMYK) of #09516b color hex is 0.92, 0.24, 0.00, 0.58. Web safe color of #09516b is #006666. Color #09516b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010001 01101011
Octal 11 121 153
Decimal 9 81 107
Hex 9 51 6B

RGB Percentages of Color #09516b

%4.57
%41.12
%54.31

CMYK Percentages of Color #09516b

%92
%24
%0
%58

Triadic Colors of #09516b

#09516b #6b0951 #516b09

Analogous Colors of #09516b

#09516b #09206b #096b54

Monochromatic Colors of #09516b

#09516b

Complementary Color

#09516b #6b2309

#09516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09516b Color CSS Codes

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

#09516b Text Font Color

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

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


#09516b Background Color

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

This div background color is #09516b


#09516b Border Color

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

This div border color is #09516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09516b


Comments

No comments written yet.

Please login to write comment.