Color Hex Logo

#165fab Color Hex

#165FAB
(22,95,171)
0 Favorites   0 Comments

Color spaces of #165fab

RGB 2295171
HSL0.590.770.38
HSV211°87°67°
CMYK 0.870.440.00   0.33
XYZ11.773811.295340.0877
Yxy11.29530.18640.1788
Hunter Lab33.60853.7177-47.1943
CIE-Lab40.07347.5508-46.6659

#165fab color RGB value is (22,95,171).

#165fab hex color red value is 22, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #165fab hue: 0.59 , saturation: 0.77 and the lightness value of 165fab is 0.38.

The process color (four color CMYK) of #165fab color hex is 0.87, 0.44, 0.00, 0.33. Web safe color of #165fab is #006699. Color #165fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011111 10101011
Octal 26 137 253
Decimal 22 95 171
Hex 16 5F AB

RGB Percentages of Color #165fab

%7.64
%32.99
%59.38

CMYK Percentages of Color #165fab

%87
%44
%0
%33

Triadic Colors of #165fab

#165fab #ab165f #5fab16

Analogous Colors of #165fab

#165fab #1716ab #16aaab

Monochromatic Colors of #165fab

#165fab

Complementary Color

#165fab #ab6216

#165fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#165fab Color CSS Codes

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

#165fab Text Font Color

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

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


#165fab Background Color

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

This div background color is #165fab


#165fab Border Color

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

This div border color is #165fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,95,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #165fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #165fab;
  -webkit-box-shadow: 1px 1px 3px 2px #165fab;
  box-shadow:         1px 1px 3px 2px #165fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165fab


Comments

No comments written yet.

Please login to write comment.