Color Hex Logo

#165087 Color Hex

#165087
(22,80,135)
0 Favorites   0 Comments

Color spaces of #165087

RGB 2280135
HSL0.580.720.31
HSV209°84°53°
CMYK 0.840.410.00   0.47
XYZ7.57277.657224.0005
Yxy7.65720.19300.1952
Hunter Lab27.67160.4234-32.0540
CIE-Lab33.25852.8285-35.8854

#165087 color RGB value is (22,80,135).

#165087 hex color red value is 22, green value is 80 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #165087 hue: 0.58 , saturation: 0.72 and the lightness value of 165087 is 0.31.

The process color (four color CMYK) of #165087 color hex is 0.84, 0.41, 0.00, 0.47. Web safe color of #165087 is #006699. Color #165087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01010000 10000111
Octal 26 120 207
Decimal 22 80 135
Hex 16 50 87

RGB Percentages of Color #165087

%9.28
%33.76
%56.96

CMYK Percentages of Color #165087

%84
%41
%0
%47

Triadic Colors of #165087

#165087 #871650 #508716

Analogous Colors of #165087

#165087 #161887 #168786

Monochromatic Colors of #165087

#165087

Complementary Color

#165087 #874d16

#165087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165087 Color CSS Codes

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

#165087 Text Font Color

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

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


#165087 Background Color

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

This div background color is #165087


#165087 Border Color

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

This div border color is #165087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165087


Comments

No comments written yet.

Please login to write comment.