Color Hex Logo

#131119 Color Hex

#131119
(19,17,25)
0 Favorites   0 Comments

Color spaces of #131119

RGB 191725
HSL0.710.190.08
HSV255°32°10°
CMYK 0.240.320.00   0.90
XYZ0.64450.60951.0034
Yxy0.60950.28550.2700
Hunter Lab7.80701.0735-2.1553
CIE-Lab5.50562.6704-4.8524

#131119 color RGB value is (19,17,25).

#131119 hex color red value is 19, green value is 17 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #131119 hue: 0.71 , saturation: 0.19 and the lightness value of 131119 is 0.08.

The process color (four color CMYK) of #131119 color hex is 0.24, 0.32, 0.00, 0.90. Web safe color of #131119 is #000000. Color #131119 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010001 00011001
Octal 23 21 31
Decimal 19 17 25
Hex 13 11 19

RGB Percentages of Color #131119

%31.15
%27.87
%40.98

CMYK Percentages of Color #131119

%24
%32
%0
%90

Triadic Colors of #131119

#131119 #191311 #111913

Analogous Colors of #131119

#131119 #171119 #111319

Monochromatic Colors of #131119

#131119

Complementary Color

#131119 #171911

#131119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131119 Color CSS Codes

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

#131119 Text Font Color

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

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


#131119 Background Color

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

This div background color is #131119


#131119 Border Color

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

This div border color is #131119


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,17,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131119; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131119;
  -webkit-box-shadow: 1px 1px 3px 2px #131119;
  box-shadow:         1px 1px 3px 2px #131119; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131119


Comments

No comments written yet.

Please login to write comment.