Color Hex Logo

#165273 Color Hex

#165273
(22,82,115)
0 Favorites   0 Comments

Color spaces of #165273

RGB 2282115
HSL0.560.680.27
HSV201°81°45°
CMYK 0.810.290.00   0.55
XYZ6.44277.443017.3167
Yxy7.44300.20650.2385
Hunter Lab27.2819-5.5899-18.5360
CIE-Lab32.7949-6.4558-24.2300

#165273 color RGB value is (22,82,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010110 01010010 01110011
Octal 26 122 163
Decimal 22 82 115
Hex 16 52 73

RGB Percentages of Color #165273

%10.05
%37.44
%52.51

CMYK Percentages of Color #165273

%81
%29
%0
%55

Triadic Colors of #165273

#165273 #731652 #527316

Analogous Colors of #165273

#165273 #162373 #167366

Monochromatic Colors of #165273

#165273

Complementary Color

#165273 #733716

#165273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165273 Color CSS Codes

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

#165273 Text Font Color

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

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


#165273 Background Color

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

This div background color is #165273


#165273 Border Color

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

This div border color is #165273


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,82,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 #165273">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165273


Comments

No comments written yet.

Please login to write comment.