Color Hex Logo

#1491aa Color Hex

#1491AA
(20,145,170)
0 Favorites   0 Comments

Color spaces of #1491aa

RGB 20145170
HSL0.530.790.37
HSV190°88°67°
CMYK 0.880.150.00   0.33
XYZ17.669623.301841.5966
Yxy23.30180.21400.2822
Hunter Lab48.2719-19.1372-17.3007
CIE-Lab55.3819-22.3162-22.0485

#1491aa color RGB value is (20,145,170).

#1491aa hex color red value is 20, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1491aa hue: 0.53 , saturation: 0.79 and the lightness value of 1491aa is 0.37.

The process color (four color CMYK) of #1491aa color hex is 0.88, 0.15, 0.00, 0.33. Web safe color of #1491aa is #009999. Color #1491aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010001 10101010
Octal 24 221 252
Decimal 20 145 170
Hex 14 91 AA

RGB Percentages of Color #1491aa

%5.97
%43.28
%50.75

CMYK Percentages of Color #1491aa

%88
%15
%0
%33

Triadic Colors of #1491aa

#1491aa #aa1491 #91aa14

Analogous Colors of #1491aa

#1491aa #1446aa #14aa78

Monochromatic Colors of #1491aa

#1491aa

Complementary Color

#1491aa #aa2d14

#1491aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1491aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1491aa Color CSS Codes

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

#1491aa Text Font Color

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

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


#1491aa Background Color

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

This div background color is #1491aa


#1491aa Border Color

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

This div border color is #1491aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,145,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1491aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1491aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1491aa;
  box-shadow:         1px 1px 3px 2px #1491aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,145,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1491aa


Comments

No comments written yet.

Please login to write comment.