Color Hex Logo

#1576af Color Hex

#1576AF
(21,118,175)
0 Favorites   0 Comments

Color spaces of #1576af

RGB 21118175
HSL0.560.790.38
HSV202°88°69°
CMYK 0.880.330.00   0.31
XYZ14.525616.211442.9210
Yxy16.21140.19720.2201
Hunter Lab40.2634-6.0645-35.0191
CIE-Lab47.2506-5.3097-37.5920

#1576af color RGB value is (21,118,175).

#1576af hex color red value is 21, green value is 118 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1576af hue: 0.56 , saturation: 0.79 and the lightness value of 1576af is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110110 10101111
Octal 25 166 257
Decimal 21 118 175
Hex 15 76 AF

RGB Percentages of Color #1576af

%6.69
%37.58
%55.73

CMYK Percentages of Color #1576af

%88
%33
%0
%31

Triadic Colors of #1576af

#1576af #af1576 #76af15

Analogous Colors of #1576af

#1576af #1529af #15af9b

Monochromatic Colors of #1576af

#1576af

Complementary Color

#1576af #af4e15

#1576af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1576af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1576af Color CSS Codes

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

#1576af Text Font Color

<p style="color:#1576af">Text here</p>

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


#1576af Background Color

<div style="background-color:#1576af">
Div content here</div>

This div background color is #1576af


#1576af Border Color

<div style="border:3px solid #1576af">
Div here</div>

This div border color is #1576af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,118,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1576af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1576af;
  -webkit-box-shadow: 1px 1px 3px 2px #1576af;
  box-shadow:         1px 1px 3px 2px #1576af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,118,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1576af


Comments

No comments written yet.

Please login to write comment.