Color Hex Logo

#164699 Color Hex

#164699
(22,70,153)
0 Favorites   0 Comments

Color spaces of #164699

RGB 2270153
HSL0.610.750.34
HSV218°86°60°
CMYK 0.860.540.00   0.40
XYZ8.27086.850831.0234
Yxy6.85080.17920.1485
Hunter Lab26.174010.6001-51.9531
CIE-Lab31.464816.9780-49.7693

#164699 color RGB value is (22,70,153).

#164699 hex color red value is 22, green value is 70 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #164699 hue: 0.61 , saturation: 0.75 and the lightness value of 164699 is 0.34.

The process color (four color CMYK) of #164699 color hex is 0.86, 0.54, 0.00, 0.40. Web safe color of #164699 is #003399. Color #164699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01000110 10011001
Octal 26 106 231
Decimal 22 70 153
Hex 16 46 99

RGB Percentages of Color #164699

%8.98
%28.57
%62.45

CMYK Percentages of Color #164699

%86
%54
%0
%40

Triadic Colors of #164699

#164699 #991646 #469916

Analogous Colors of #164699

#164699 #281699 #168899

Monochromatic Colors of #164699

#164699

Complementary Color

#164699 #996916

#164699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#164699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#164699 Color CSS Codes

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

#164699 Text Font Color

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

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


#164699 Background Color

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

This div background color is #164699


#164699 Border Color

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

This div border color is #164699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #164699


Comments

No comments written yet.

Please login to write comment.