Color Hex Logo

#131837 Color Hex

#131837
(19,24,55)
0 Favorites   0 Comments

Color spaces of #131837

RGB 192455
HSL0.640.490.15
HSV232°65°22°
CMYK 0.650.560.00   0.78
XYZ1.28481.06763.7528
Yxy1.06760.21040.1749
Hunter Lab10.33254.1139-14.3017
CIE-Lab9.54239.0102-21.0486

#131837 color RGB value is (19,24,55).

#131837 hex color red value is 19, green value is 24 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #131837 hue: 0.64 , saturation: 0.49 and the lightness value of 131837 is 0.15.

The process color (four color CMYK) of #131837 color hex is 0.65, 0.56, 0.00, 0.78. Web safe color of #131837 is #000033. Color #131837 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011000 00110111
Octal 23 30 67
Decimal 19 24 55
Hex 13 18 37

RGB Percentages of Color #131837

%19.39
%24.49
%56.12

CMYK Percentages of Color #131837

%65
%56
%0
%78

Triadic Colors of #131837

#131837 #371318 #183713

Analogous Colors of #131837

#131837 #201337 #132a37

Monochromatic Colors of #131837

#131837

Complementary Color

#131837 #373213

#131837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131837 Color CSS Codes

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

#131837 Text Font Color

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

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


#131837 Background Color

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

This div background color is #131837


#131837 Border Color

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

This div border color is #131837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131837


Comments

No comments written yet.

Please login to write comment.