Color Hex Logo

#1481aa Color Hex

#1481AA
(20,129,170)
0 Favorites   0 Comments

Color spaces of #1481aa

RGB 20129170
HSL0.550.790.37
HSV196°88°67°
CMYK 0.880.240.00   0.33
XYZ15.394418.751540.8382
Yxy18.75150.20530.2501
Hunter Lab43.3030-12.3228-25.6031
CIE-Lab50.3952-13.6371-29.7588

#1481aa color RGB value is (20,129,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000001 10101010
Octal 24 201 252
Decimal 20 129 170
Hex 14 81 AA

RGB Percentages of Color #1481aa

%6.27
%40.44
%53.29

CMYK Percentages of Color #1481aa

%88
%24
%0
%33

Triadic Colors of #1481aa

#1481aa #aa1481 #81aa14

Analogous Colors of #1481aa

#1481aa #1436aa #14aa88

Monochromatic Colors of #1481aa

#1481aa

Complementary Color

#1481aa #aa3d14

#1481aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1481aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1481aa Color CSS Codes

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

#1481aa Text Font Color

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

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


#1481aa Background Color

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

This div background color is #1481aa


#1481aa Border Color

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

This div border color is #1481aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,129,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 #1481aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1481aa


Comments

No comments written yet.

Please login to write comment.