Color Hex Logo

#1473ab Color Hex

#1473AB
(20,115,171)
0 Favorites   0 Comments

Color spaces of #1473ab

RGB 20115171
HSL0.560.790.37
HSV202°88°67°
CMYK 0.880.330.00   0.33
XYZ13.769915.350540.7653
Yxy15.35050.19700.2197
Hunter Lab39.1797-5.8298-34.2636
CIE-Lab46.1106-5.1143-37.0602

#1473ab color RGB value is (20,115,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110011 10101011
Octal 24 163 253
Decimal 20 115 171
Hex 14 73 AB

RGB Percentages of Color #1473ab

%6.54
%37.58
%55.88

CMYK Percentages of Color #1473ab

%88
%33
%0
%33

Triadic Colors of #1473ab

#1473ab #ab1473 #73ab14

Analogous Colors of #1473ab

#1473ab #1428ab #14ab98

Monochromatic Colors of #1473ab

#1473ab

Complementary Color

#1473ab #ab4c14

#1473ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1473ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1473ab Color CSS Codes

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

#1473ab Text Font Color

<p style="color:#1473ab">Text here</p>

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


#1473ab Background Color

<div style="background-color:#1473ab">
Div content here</div>

This div background color is #1473ab


#1473ab Border Color

<div style="border:3px solid #1473ab">
Div here</div>

This div border color is #1473ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,115,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1473ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1473ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1473ab;
  box-shadow:         1px 1px 3px 2px #1473ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,115,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1473ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1473ab


Comments

No comments written yet.

Please login to write comment.