Color Hex Logo

#1457aa Color Hex

#1457AA
(20,87,170)
0 Favorites   0 Comments

Color spaces of #1457aa

RGB 2087170
HSL0.590.790.37
HSV213°88°67°
CMYK 0.880.490.00   0.33
XYZ10.95249.867439.3576
Yxy9.86740.18200.1640
Hunter Lab31.41247.2649-52.2976
CIE-Lab37.603412.2611-50.0491

#1457aa color RGB value is (20,87,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010111 10101010
Octal 24 127 252
Decimal 20 87 170
Hex 14 57 AA

RGB Percentages of Color #1457aa

%7.22
%31.41
%61.37

CMYK Percentages of Color #1457aa

%88
%49
%0
%33

Triadic Colors of #1457aa

#1457aa #aa1457 #57aa14

Analogous Colors of #1457aa

#1457aa #1c14aa #14a2aa

Monochromatic Colors of #1457aa

#1457aa

Complementary Color

#1457aa #aa6714

#1457aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1457aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1457aa Color CSS Codes

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

#1457aa Text Font Color

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

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


#1457aa Background Color

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

This div background color is #1457aa


#1457aa Border Color

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

This div border color is #1457aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1457aa


Comments

No comments written yet.

Please login to write comment.