color codes Logo

#095e9f color codes

#095E9F
(9,94,159)
0 Favorites   0 Comments

Color spaces of #095e9f

RGB 994159
HSL0.570.890.33
HSV206°94°62°
CMYK 0.940.410.00   0.38
XYZ10.373410.566734.2937
Yxy10.56670.18780.1913
Hunter Lab32.50650.0763-39.7953
CIE-Lab38.84092.5617-41.5227

#095e9f color RGB value is (9,94,159).

#095e9f hex color red value is 9, green value is 94 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #095e9f hue: 0.57 , saturation: 0.89 and the lightness value of 095e9f is 0.33.

The process color (four color CMYK) of #095e9f color code is 0.94, 0.41, 0.00, 0.38. Web safe color of #095e9f is #006699. Color #095e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011110 10011111
Octal 11 136 237
Decimal 9 94 159
Hex 9 5E 9F

RGB Percentages of Color #095e9f

%3.44
%35.88
%60.69

CMYK Percentages of Color #095e9f

%94
%41
%0
%38

Triadic Colors of #095e9f

#095e9f #9f095e #5e9f09

Analogous Colors of #095e9f

#095e9f #09139f #099f95

Monochromatic Colors of #095e9f

#095e9f

Complementary Color

#095e9f #9f4a09

#095e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#095e9f Color CSS Codes

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

#095e9f Text Font Color

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

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


#095e9f Background Color

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

This div background color is #095e9f


#095e9f Border Color

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

This div border color is #095e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,94,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #095e9f;
  box-shadow:         1px 1px 3px 2px #095e9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095e9f


Comments

No comments written yet.

Please login to write comment.