Color Hex Logo

#1524aa Color Hex

#1524AA
(21,36,170)
0 Favorites   0 Comments

Color spaces of #1524aa

RGB 2136170
HSL0.650.780.37
HSV234°88°67°
CMYK 0.880.790.00   0.33
XYZ8.19584.323538.4328
Yxy4.32350.16090.0849
Hunter Lab20.793033.9699-95.0336
CIE-Lab24.713345.4075-71.1486

#1524aa color RGB value is (21,36,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100100 10101010
Octal 25 44 252
Decimal 21 36 170
Hex 15 24 AA

RGB Percentages of Color #1524aa

%9.25
%15.86
%74.89

CMYK Percentages of Color #1524aa

%88
%79
%0
%33

Triadic Colors of #1524aa

#1524aa #aa1524 #24aa15

Analogous Colors of #1524aa

#1524aa #5015aa #156faa

Monochromatic Colors of #1524aa

#1524aa

Complementary Color

#1524aa #aa9b15

#1524aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1524aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1524aa Color CSS Codes

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

#1524aa Text Font Color

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

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


#1524aa Background Color

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

This div background color is #1524aa


#1524aa Border Color

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

This div border color is #1524aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1524aa


Comments

No comments written yet.

Please login to write comment.