Color Hex Logo

#165380 Color Hex

#165380
(22,83,128)
0 Favorites   0 Comments

Color spaces of #165380

RGB 2283128
HSL0.570.710.29
HSV205°83°50°
CMYK 0.830.350.00   0.50
XYZ7.32047.915621.5641
Yxy7.91560.19890.2151
Hunter Lab28.1347-2.7915-25.7491
CIE-Lab33.8065-1.9498-30.7058

#165380 color RGB value is (22,83,128).

#165380 hex color red value is 22, green value is 83 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #165380 hue: 0.57 , saturation: 0.71 and the lightness value of 165380 is 0.29.

The process color (four color CMYK) of #165380 color hex is 0.83, 0.35, 0.00, 0.50. Web safe color of #165380 is #006699. Color #165380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01010011 10000000
Octal 26 123 200
Decimal 22 83 128
Hex 16 53 80

RGB Percentages of Color #165380

%9.44
%35.62
%54.94

CMYK Percentages of Color #165380

%83
%35
%0
%50

Triadic Colors of #165380

#165380 #801653 #538016

Analogous Colors of #165380

#165380 #161e80 #168078

Monochromatic Colors of #165380

#165380

Complementary Color

#165380 #804316

#165380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165380 Color CSS Codes

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

#165380 Text Font Color

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

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


#165380 Background Color

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

This div background color is #165380


#165380 Border Color

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

This div border color is #165380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165380


Comments

No comments written yet.

Please login to write comment.