Color Hex Logo

#165373 Color Hex

#165373
(22,83,115)
0 Favorites   0 Comments

Color spaces of #165373

RGB 2283115
HSL0.560.680.27
HSV201°81°45°
CMYK 0.810.280.00   0.55
XYZ6.51867.594917.3420
Yxy7.59490.20720.2414
Hunter Lab27.5588-6.0067-18.0183
CIE-Lab33.1246-7.0795-23.7142

#165373 color RGB value is (22,83,115).

#165373 hex color red value is 22, green value is 83 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #165373 hue: 0.56 , saturation: 0.68 and the lightness value of 165373 is 0.27.

The process color (four color CMYK) of #165373 color hex is 0.81, 0.28, 0.00, 0.55. Web safe color of #165373 is #006666. Color #165373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01010011 01110011
Octal 26 123 163
Decimal 22 83 115
Hex 16 53 73

RGB Percentages of Color #165373

%10.00
%37.73
%52.27

CMYK Percentages of Color #165373

%81
%28
%0
%55

Triadic Colors of #165373

#165373 #731653 #537316

Analogous Colors of #165373

#165373 #162573 #167365

Monochromatic Colors of #165373

#165373

Complementary Color

#165373 #733616

#165373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165373 Color CSS Codes

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

#165373 Text Font Color

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

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


#165373 Background Color

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

This div background color is #165373


#165373 Border Color

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

This div border color is #165373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165373


Comments

No comments written yet.

Please login to write comment.