Color Hex Logo

#1479aa Color Hex

#1479AA
(20,121,170)
0 Favorites   0 Comments

Color spaces of #1479aa

RGB 20121170
HSL0.550.790.37
HSV200°88°67°
CMYK 0.880.290.00   0.33
XYZ14.381616.725740.5006
Yxy16.72570.20080.2336
Hunter Lab40.8971-8.7997-30.0873
CIE-Lab47.9125-9.0491-33.6407

#1479aa color RGB value is (20,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111001 10101010
Octal 24 171 252
Decimal 20 121 170
Hex 14 79 AA

RGB Percentages of Color #1479aa

%6.43
%38.91
%54.66

CMYK Percentages of Color #1479aa

%88
%29
%0
%33

Triadic Colors of #1479aa

#1479aa #aa1479 #79aa14

Analogous Colors of #1479aa

#1479aa #142eaa #14aa90

Monochromatic Colors of #1479aa

#1479aa

Complementary Color

#1479aa #aa4514

#1479aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1479aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1479aa Color CSS Codes

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

#1479aa Text Font Color

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

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


#1479aa Background Color

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

This div background color is #1479aa


#1479aa Border Color

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

This div border color is #1479aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1479aa


Comments

No comments written yet.

Please login to write comment.