Color Hex Logo

#16507d Color Hex

#16507D
(22,80,125)
0 Favorites   0 Comments

Color spaces of #16507d

RGB 2280125
HSL0.570.700.29
HSV206°82°49°
CMYK 0.820.360.00   0.51
XYZ6.90127.388620.4644
Yxy7.38860.19860.2126
Hunter Lab27.1820-2.2493-25.6101
CIE-Lab32.6757-1.2164-30.6390

#16507d color RGB value is (22,80,125).

#16507d hex color red value is 22, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #16507d hue: 0.57 , saturation: 0.70 and the lightness value of 16507d is 0.29.

The process color (four color CMYK) of #16507d color hex is 0.82, 0.36, 0.00, 0.51. Web safe color of #16507d is #006666. Color #16507d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01010000 01111101
Octal 26 120 175
Decimal 22 80 125
Hex 16 50 7D

RGB Percentages of Color #16507d

%9.69
%35.24
%55.07

CMYK Percentages of Color #16507d

%82
%36
%0
%51

Triadic Colors of #16507d

#16507d #7d1650 #507d16

Analogous Colors of #16507d

#16507d #161c7d #167d77

Monochromatic Colors of #16507d

#16507d

Complementary Color

#16507d #7d4316

#16507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#16507d Color CSS Codes

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

#16507d Text Font Color

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

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


#16507d Background Color

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

This div background color is #16507d


#16507d Border Color

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

This div border color is #16507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16507d


Comments

No comments written yet.

Please login to write comment.