Color Hex Logo

#15245a Color Hex

#15245A
(21,36,90)
0 Favorites   0 Comments

Color spaces of #15245a

RGB 213690
HSL0.630.620.22
HSV227°77°35°
CMYK 0.770.600.00   0.65
XYZ2.78562.15949.9428
Yxy2.15940.18710.1450
Hunter Lab14.69498.1208-29.8301
CIE-Lab16.302514.9223-34.3690

#15245a color RGB value is (21,36,90).

#15245a hex color red value is 21, green value is 36 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #15245a hue: 0.63 , saturation: 0.62 and the lightness value of 15245a is 0.22.

The process color (four color CMYK) of #15245a color hex is 0.77, 0.60, 0.00, 0.65. Web safe color of #15245a is #003366. Color #15245a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100100 01011010
Octal 25 44 132
Decimal 21 36 90
Hex 15 24 5A

RGB Percentages of Color #15245a

%14.29
%24.49
%61.22

CMYK Percentages of Color #15245a

%77
%60
%0
%65

Triadic Colors of #15245a

#15245a #5a1524 #245a15

Analogous Colors of #15245a

#15245a #29155a #15475a

Monochromatic Colors of #15245a

#15245a

Complementary Color

#15245a #5a4b15

#15245a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15245a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15245a Color CSS Codes

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

#15245a Text Font Color

<p style="color:#15245a">Text here</p>

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


#15245a Background Color

<div style="background-color:#15245a">
Div content here</div>

This div background color is #15245a


#15245a Border Color

<div style="border:3px solid #15245a">
Div here</div>

This div border color is #15245a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15245a

#15245a Color Palettes


Comments

No comments written yet.

Please login to write comment.