Color Hex Logo

#15258a Color Hex

#15258A
(21,37,138)
0 Favorites   0 Comments

Color spaces of #15258a

RGB 2137138
HSL0.640.740.31
HSV232°85°54°
CMYK 0.850.730.00   0.46
XYZ5.55833.317524.3922
Yxy3.31750.16710.0997
Hunter Lab18.214022.5977-66.6514
CIE-Lab21.273133.4160-57.2037

#15258a color RGB value is (21,37,138).

#15258a hex color red value is 21, green value is 37 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #15258a hue: 0.64 , saturation: 0.74 and the lightness value of 15258a is 0.31.

The process color (four color CMYK) of #15258a color hex is 0.85, 0.73, 0.00, 0.46. Web safe color of #15258a is #003399. Color #15258a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100101 10001010
Octal 25 45 212
Decimal 21 37 138
Hex 15 25 8A

RGB Percentages of Color #15258a

%10.71
%18.88
%70.41

CMYK Percentages of Color #15258a

%85
%73
%0
%46

Triadic Colors of #15258a

#15258a #8a1525 #258a15

Analogous Colors of #15258a

#15258a #3f158a #15608a

Monochromatic Colors of #15258a

#15258a

Complementary Color

#15258a #8a7a15

#15258a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15258a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15258a Color CSS Codes

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

#15258a Text Font Color

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

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


#15258a Background Color

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

This div background color is #15258a


#15258a Border Color

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

This div border color is #15258a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15258a


Comments

No comments written yet.

Please login to write comment.