Color Hex Logo

#095081 Color Hex

#095081
(9,80,129)
0 Favorites   0 Comments

Color spaces of #095081

RGB 980129
HSL0.570.870.27
HSV205°93°51°
CMYK 0.930.380.00   0.49
XYZ6.94387.380421.8275
Yxy7.38040.19210.2042
Hunter Lab27.1669-1.9178-28.6203
CIE-Lab32.6577-0.7105-33.1592

#095081 color RGB value is (9,80,129).

#095081 hex color red value is 9, green value is 80 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #095081 hue: 0.57 , saturation: 0.87 and the lightness value of 095081 is 0.27.

The process color (four color CMYK) of #095081 color hex is 0.93, 0.38, 0.00, 0.49. Web safe color of #095081 is #006699. Color #095081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010000 10000001
Octal 11 120 201
Decimal 9 80 129
Hex 9 50 81

RGB Percentages of Color #095081

%4.13
%36.70
%59.17

CMYK Percentages of Color #095081

%93
%38
%0
%49

Triadic Colors of #095081

#095081 #810950 #508109

Analogous Colors of #095081

#095081 #091481 #098176

Monochromatic Colors of #095081

#095081

Complementary Color

#095081 #813a09

#095081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095081 Color CSS Codes

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

#095081 Text Font Color

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

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


#095081 Background Color

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

This div background color is #095081


#095081 Border Color

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

This div border color is #095081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095081


Comments

No comments written yet.

Please login to write comment.