Color Hex Logo

#095572 Color Hex

#095572
(9,85,114)
0 Favorites   0 Comments

Color spaces of #095572

RGB 985114
HSL0.550.850.24
HSV197°92°45°
CMYK 0.920.250.00   0.55
XYZ6.39847.770017.0821
Yxy7.77000.20470.2486
Hunter Lab27.8747-7.8076-16.8216
CIE-Lab33.4992-9.9602-22.5240

#095572 color RGB value is (9,85,114).

#095572 hex color red value is 9, green value is 85 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #095572 hue: 0.55 , saturation: 0.85 and the lightness value of 095572 is 0.24.

The process color (four color CMYK) of #095572 color hex is 0.92, 0.25, 0.00, 0.55. Web safe color of #095572 is #006666. Color #095572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010101 01110010
Octal 11 125 162
Decimal 9 85 114
Hex 9 55 72

RGB Percentages of Color #095572

%4.33
%40.87
%54.81

CMYK Percentages of Color #095572

%92
%25
%0
%55

Triadic Colors of #095572

#095572 #720955 #557209

Analogous Colors of #095572

#095572 #092072 #09725b

Monochromatic Colors of #095572

#095572

Complementary Color

#095572 #722609

#095572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095572 Color CSS Codes

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

#095572 Text Font Color

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

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


#095572 Background Color

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

This div background color is #095572


#095572 Border Color

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

This div border color is #095572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095572


Comments

No comments written yet.

Please login to write comment.