Color Hex Logo

#16376e Color Hex

#16376E
(22,55,110)
0 Favorites   0 Comments

Color spaces of #16376e

RGB 2255110
HSL0.600.670.26
HSV218°80°43°
CMYK 0.800.500.00   0.57
XYZ4.51154.028715.2917
Yxy4.02870.18930.1690
Hunter Lab20.07164.9961-31.1203
CIE-Lab23.76619.6301-35.3967

#16376e color RGB value is (22,55,110).

#16376e hex color red value is 22, green value is 55 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #16376e hue: 0.60 , saturation: 0.67 and the lightness value of 16376e is 0.26.

The process color (four color CMYK) of #16376e color hex is 0.80, 0.50, 0.00, 0.57. Web safe color of #16376e is #003366. Color #16376e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 00110111 01101110
Octal 26 67 156
Decimal 22 55 110
Hex 16 37 6E

RGB Percentages of Color #16376e

%11.76
%29.41
%58.82

CMYK Percentages of Color #16376e

%80
%50
%0
%57

Triadic Colors of #16376e

#16376e #6e1637 #376e16

Analogous Colors of #16376e

#16376e #21166e #16636e

Monochromatic Colors of #16376e

#16376e

Complementary Color

#16376e #6e4d16

#16376e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16376e Color Preview on White Background

Lorem ipsum dolor sit amet.

#16376e Color CSS Codes

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

#16376e Text Font Color

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

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


#16376e Background Color

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

This div background color is #16376e


#16376e Border Color

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

This div border color is #16376e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,55,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #16376e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #16376e;
  -webkit-box-shadow: 1px 1px 3px 2px #16376e;
  box-shadow:         1px 1px 3px 2px #16376e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16376e


Comments

No comments written yet.

Please login to write comment.