Color Hex Logo

#1525aa Color Hex

#1525AA
(21,37,170)
0 Favorites   0 Comments

Color spaces of #1525aa

RGB 2137170
HSL0.650.780.37
HSV234°88°67°
CMYK 0.880.780.00   0.33
XYZ8.22654.384838.4430
Yxy4.38480.16110.0859
Hunter Lab20.939933.4810-94.1909
CIE-Lab24.904844.8574-70.8309

#1525aa color RGB value is (21,37,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100101 10101010
Octal 25 45 252
Decimal 21 37 170
Hex 15 25 AA

RGB Percentages of Color #1525aa

%9.21
%16.23
%74.56

CMYK Percentages of Color #1525aa

%88
%78
%0
%33

Triadic Colors of #1525aa

#1525aa #aa1525 #25aa15

Analogous Colors of #1525aa

#1525aa #4f15aa #1570aa

Monochromatic Colors of #1525aa

#1525aa

Complementary Color

#1525aa #aa9a15

#1525aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1525aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1525aa Color CSS Codes

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

#1525aa Text Font Color

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

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


#1525aa Background Color

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

This div background color is #1525aa


#1525aa Border Color

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

This div border color is #1525aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1525aa


Comments

No comments written yet.

Please login to write comment.