Color Hex Logo

#1460aa Color Hex

#1460AA
(20,96,170)
1 Favorites   0 Comments

Color spaces of #1460aa

RGB 2096170
HSL0.580.790.37
HSV210°88°67°
CMYK 0.880.440.00   0.33
XYZ11.727111.416739.6158
Yxy11.41670.18690.1819
Hunter Lab33.78862.8224-45.8631
CIE-Lab40.27366.3580-45.7561

#1460aa color RGB value is (20,96,170).

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

The process color (four color CMYK) of #1460aa color hex is 0.88, 0.44, 0.00, 0.33. Web safe color of #1460aa is #006699. Color #1460aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100000 10101010
Octal 24 140 252
Decimal 20 96 170
Hex 14 60 AA

RGB Percentages of Color #1460aa

%6.99
%33.57
%59.44

CMYK Percentages of Color #1460aa

%88
%44
%0
%33

Triadic Colors of #1460aa

#1460aa #aa1460 #60aa14

Analogous Colors of #1460aa

#1460aa #1415aa #14aaa9

Monochromatic Colors of #1460aa

#1460aa

Complementary Color

#1460aa #aa5e14

#1460aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1460aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1460aa Color CSS Codes

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

#1460aa Text Font Color

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

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


#1460aa Background Color

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

This div background color is #1460aa


#1460aa Border Color

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

This div border color is #1460aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1460aa


Comments

No comments written yet.

Please login to write comment.