Color Hex Logo

#1474aa Color Hex

#1474AA
(20,116,170)
0 Favorites   0 Comments

Color spaces of #1474aa

RGB 20116170
HSL0.560.790.37
HSV202°88°67°
CMYK 0.880.320.00   0.33
XYZ13.789615.541840.3033
Yxy15.54180.19800.2232
Hunter Lab39.4231-6.5538-33.0176
CIE-Lab46.3675-6.0966-36.0706

#1474aa color RGB value is (20,116,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110100 10101010
Octal 24 164 252
Decimal 20 116 170
Hex 14 74 AA

RGB Percentages of Color #1474aa

%6.54
%37.91
%55.56

CMYK Percentages of Color #1474aa

%88
%32
%0
%33

Triadic Colors of #1474aa

#1474aa #aa1474 #74aa14

Analogous Colors of #1474aa

#1474aa #1429aa #14aa95

Monochromatic Colors of #1474aa

#1474aa

Complementary Color

#1474aa #aa4a14

#1474aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1474aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1474aa Color CSS Codes

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

#1474aa Text Font Color

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

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


#1474aa Background Color

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

This div background color is #1474aa


#1474aa Border Color

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

This div border color is #1474aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1474aa


Comments

No comments written yet.

Please login to write comment.