Color Hex Logo

#165579 Color Hex

#165579
(22,85,121)
0 Favorites   0 Comments

Color spaces of #165579

RGB 2285121
HSL0.560.690.28
HSV202°82°47°
CMYK 0.820.300.00   0.53
XYZ7.03068.048019.2720
Yxy8.04800.20470.2343
Hunter Lab28.3690-5.4086-20.4194
CIE-Lab34.0827-5.9853-25.9435

#165579 color RGB value is (22,85,121).

#165579 hex color red value is 22, green value is 85 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #165579 hue: 0.56 , saturation: 0.69 and the lightness value of 165579 is 0.28.

The process color (four color CMYK) of #165579 color hex is 0.82, 0.30, 0.00, 0.53. Web safe color of #165579 is #006666. Color #165579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01010101 01111001
Octal 26 125 171
Decimal 22 85 121
Hex 16 55 79

RGB Percentages of Color #165579

%9.65
%37.28
%53.07

CMYK Percentages of Color #165579

%82
%30
%0
%53

Triadic Colors of #165579

#165579 #791655 #557916

Analogous Colors of #165579

#165579 #162379 #16796c

Monochromatic Colors of #165579

#165579

Complementary Color

#165579 #793a16

#165579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165579 Color CSS Codes

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

#165579 Text Font Color

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

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


#165579 Background Color

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

This div background color is #165579


#165579 Border Color

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

This div border color is #165579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165579


Comments

No comments written yet.

Please login to write comment.