Color Hex Logo

#15131a Color Hex

#15131A
(21,19,26)
0 Favorites   0 Comments

Color spaces of #15131a

RGB 211926
HSL0.710.160.09
HSV257°27°10°
CMYK 0.190.270.00   0.90
XYZ0.72860.69981.0739
Yxy0.69980.29120.2797
Hunter Lab8.36540.9073-1.7555
CIE-Lab6.32122.5996-4.4060

#15131a color RGB value is (21,19,26).

#15131a hex color red value is 21, green value is 19 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #15131a hue: 0.71 , saturation: 0.16 and the lightness value of 15131a is 0.09.

The process color (four color CMYK) of #15131a color hex is 0.19, 0.27, 0.00, 0.90. Web safe color of #15131a is #000033. Color #15131a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010011 00011010
Octal 25 23 32
Decimal 21 19 26
Hex 15 13 1A

RGB Percentages of Color #15131a

%31.82
%28.79
%39.39

CMYK Percentages of Color #15131a

%19
%27
%0
%90

Triadic Colors of #15131a

#15131a #1a1513 #131a15

Analogous Colors of #15131a

#15131a #19131a #13151a

Monochromatic Colors of #15131a

#15131a

Complementary Color

#15131a #181a13

#15131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15131a Color CSS Codes

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

#15131a Text Font Color

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

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


#15131a Background Color

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

This div background color is #15131a


#15131a Border Color

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

This div border color is #15131a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15131a


Comments

No comments written yet.

Please login to write comment.