Color Hex Logo

#15137e Color Hex

#15137E
(21,19,126)
0 Favorites   0 Comments

Color spaces of #15137e

RGB 2119126
HSL0.670.740.28
HSV241°85°49°
CMYK 0.830.850.00   0.51
XYZ4.30802.131519.9230
Yxy2.13150.16340.0809
Hunter Lab14.599727.1216-70.6886
CIE-Lab16.162739.6392-58.0903

#15137e color RGB value is (21,19,126).

#15137e hex color red value is 21, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #15137e hue: 0.67 , saturation: 0.74 and the lightness value of 15137e is 0.28.

The process color (four color CMYK) of #15137e color hex is 0.83, 0.85, 0.00, 0.51. Web safe color of #15137e is #000066. Color #15137e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010011 01111110
Octal 25 23 176
Decimal 21 19 126
Hex 15 13 7E

RGB Percentages of Color #15137e

%12.65
%11.45
%75.90

CMYK Percentages of Color #15137e

%83
%85
%0
%51

Triadic Colors of #15137e

#15137e #7e1513 #137e15

Analogous Colors of #15137e

#15137e #4b137e #13477e

Monochromatic Colors of #15137e

#15137e

Complementary Color

#15137e #7c7e13

#15137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15137e Color CSS Codes

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

#15137e Text Font Color

<p style="color:#15137e">Text here</p>

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


#15137e Background Color

<div style="background-color:#15137e">
Div content here</div>

This div background color is #15137e


#15137e Border Color

<div style="border:3px solid #15137e">
Div here</div>

This div border color is #15137e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,19,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15137e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15137e;
  -webkit-box-shadow: 1px 1px 3px 2px #15137e;
  box-shadow:         1px 1px 3px 2px #15137e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15137e


Comments

No comments written yet.

Please login to write comment.