Color Hex Logo

#1537aa Color Hex

#1537AA
(21,55,170)
0 Favorites   0 Comments

Color spaces of #1537aa

RGB 2155170
HSL0.630.780.37
HSV226°88°67°
CMYK 0.880.680.00   0.33
XYZ8.93115.794138.6779
Yxy5.79410.16720.1085
Hunter Lab24.070924.1052-78.4193
CIE-Lab28.886933.8355-64.2525

#1537aa color RGB value is (21,55,170).

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

The process color (four color CMYK) of #1537aa color hex is 0.88, 0.68, 0.00, 0.33. Web safe color of #1537aa is #003399. Color #1537aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110111 10101010
Octal 25 67 252
Decimal 21 55 170
Hex 15 37 AA

RGB Percentages of Color #1537aa

%8.54
%22.36
%69.11

CMYK Percentages of Color #1537aa

%88
%68
%0
%33

Triadic Colors of #1537aa

#1537aa #aa1537 #37aa15

Analogous Colors of #1537aa

#1537aa #3e15aa #1582aa

Monochromatic Colors of #1537aa

#1537aa

Complementary Color

#1537aa #aa8815

#1537aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1537aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1537aa Color CSS Codes

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

#1537aa Text Font Color

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

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


#1537aa Background Color

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

This div background color is #1537aa


#1537aa Border Color

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

This div border color is #1537aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1537aa


Comments

No comments written yet.

Please login to write comment.