Color Hex Logo

#1475aa Color Hex

#1475AA
(20,117,170)
0 Favorites   0 Comments

Color spaces of #1475aa

RGB 20117170
HSL0.560.790.37
HSV201°88°67°
CMYK 0.880.310.00   0.33
XYZ13.905515.773640.3419
Yxy15.77360.19860.2253
Hunter Lab39.7160-7.0059-32.4232
CIE-Lab46.6760-6.6925-35.5845

#1475aa color RGB value is (20,117,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110101 10101010
Octal 24 165 252
Decimal 20 117 170
Hex 14 75 AA

RGB Percentages of Color #1475aa

%6.51
%38.11
%55.37

CMYK Percentages of Color #1475aa

%88
%31
%0
%33

Triadic Colors of #1475aa

#1475aa #aa1475 #75aa14

Analogous Colors of #1475aa

#1475aa #142aaa #14aa94

Monochromatic Colors of #1475aa

#1475aa

Complementary Color

#1475aa #aa4914

#1475aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1475aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1475aa Color CSS Codes

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

#1475aa Text Font Color

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

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


#1475aa Background Color

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

This div background color is #1475aa


#1475aa Border Color

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

This div border color is #1475aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1475aa


Comments

No comments written yet.

Please login to write comment.