Color Hex Logo

#131420 Color Hex

#131420
(19,20,32)
0 Favorites   0 Comments

Color spaces of #131420

RGB 192032
HSL0.650.250.10
HSV235°41°13°
CMYK 0.410.380.00   0.87
XYZ0.77940.74301.4688
Yxy0.74300.26060.2484
Hunter Lab8.61971.0555-4.0692
CIE-Lab6.71152.9986-8.4522

#131420 color RGB value is (19,20,32).

#131420 hex color red value is 19, green value is 20 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #131420 hue: 0.65 , saturation: 0.25 and the lightness value of 131420 is 0.10.

The process color (four color CMYK) of #131420 color hex is 0.41, 0.38, 0.00, 0.87. Web safe color of #131420 is #000033. Color #131420 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010100 00100000
Octal 23 24 40
Decimal 19 20 32
Hex 13 14 20

RGB Percentages of Color #131420

%26.76
%28.17
%45.07

CMYK Percentages of Color #131420

%41
%38
%0
%87

Triadic Colors of #131420

#131420 #201314 #142013

Analogous Colors of #131420

#131420 #191320 #131b20

Monochromatic Colors of #131420

#131420

Complementary Color

#131420 #201f13

#131420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131420 Color CSS Codes

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

#131420 Text Font Color

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

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


#131420 Background Color

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

This div background color is #131420


#131420 Border Color

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

This div border color is #131420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131420


Comments

No comments written yet.

Please login to write comment.