Color Hex Logo

#164ab5 Color Hex

#164AB5
(22,74,181)
0 Favorites   0 Comments

Color spaces of #164ab5

RGB 2274181
HSL0.610.780.40
HSV220°88°71°
CMYK 0.880.590.00   0.29
XYZ11.12018.404344.7522
Yxy8.40430.17300.1308
Hunter Lab28.990217.7365-71.2330
CIE-Lab34.811125.5324-61.0960

#164ab5 color RGB value is (22,74,181).

#164ab5 hex color red value is 22, green value is 74 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #164ab5 hue: 0.61 , saturation: 0.78 and the lightness value of 164ab5 is 0.40.

The process color (four color CMYK) of #164ab5 color hex is 0.88, 0.59, 0.00, 0.29. Web safe color of #164ab5 is #0033cc. Color #164ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01001010 10110101
Octal 26 112 265
Decimal 22 74 181
Hex 16 4A B5

RGB Percentages of Color #164ab5

%7.94
%26.71
%65.34

CMYK Percentages of Color #164ab5

%88
%59
%0
%29

Triadic Colors of #164ab5

#164ab5 #b5164a #4ab516

Analogous Colors of #164ab5

#164ab5 #3116b5 #169ab5

Monochromatic Colors of #164ab5

#164ab5

Complementary Color

#164ab5 #b58116

#164ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#164ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#164ab5 Color CSS Codes

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

#164ab5 Text Font Color

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

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


#164ab5 Background Color

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

This div background color is #164ab5


#164ab5 Border Color

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

This div border color is #164ab5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,74,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #164ab5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #164ab5;
  -webkit-box-shadow: 1px 1px 3px 2px #164ab5;
  box-shadow:         1px 1px 3px 2px #164ab5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #164ab5


Comments

No comments written yet.

Please login to write comment.