Color Hex Logo

#1561aa Color Hex

#1561AA
(21,97,170)
0 Favorites   0 Comments

Color spaces of #1561aa

RGB 2197170
HSL0.580.780.37
HSV209°88°67°
CMYK 0.880.430.00   0.33
XYZ11.839711.611139.6474
Yxy11.61110.18760.1840
Hunter Lab34.07512.3901-45.1332
CIE-Lab40.59125.7832-45.2465

#1561aa color RGB value is (21,97,170).

#1561aa hex color red value is 21, green value is 97 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1561aa hue: 0.58 , saturation: 0.78 and the lightness value of 1561aa is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100001 10101010
Octal 25 141 252
Decimal 21 97 170
Hex 15 61 AA

RGB Percentages of Color #1561aa

%7.29
%33.68
%59.03

CMYK Percentages of Color #1561aa

%88
%43
%0
%33

Triadic Colors of #1561aa

#1561aa #aa1561 #61aa15

Analogous Colors of #1561aa

#1561aa #1516aa #15aaa9

Monochromatic Colors of #1561aa

#1561aa

Complementary Color

#1561aa #aa5e15

#1561aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1561aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1561aa Color CSS Codes

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

#1561aa Text Font Color

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

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


#1561aa Background Color

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

This div background color is #1561aa


#1561aa Border Color

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

This div border color is #1561aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1561aa


Comments

No comments written yet.

Please login to write comment.