Color Hex Logo

#13112d Color Hex

#13112D
(19,17,45)
1 Favorites   0 Comments

Color spaces of #13112d

RGB 191745
HSL0.680.450.12
HSV244°62°18°
CMYK 0.580.620.00   0.82
XYZ0.94270.72882.5736
Yxy0.72880.22210.1717
Hunter Lab8.53704.7712-11.8980
CIE-Lab6.583210.0860-18.4606

#13112d color RGB value is (19,17,45).

#13112d hex color red value is 19, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #13112d hue: 0.68 , saturation: 0.45 and the lightness value of 13112d is 0.12.

The process color (four color CMYK) of #13112d color hex is 0.58, 0.62, 0.00, 0.82. Web safe color of #13112d is #000033. Color #13112d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010001 00101101
Octal 23 21 55
Decimal 19 17 45
Hex 13 11 2D

RGB Percentages of Color #13112d

%23.46
%20.99
%55.56

CMYK Percentages of Color #13112d

%58
%62
%0
%82

Triadic Colors of #13112d

#13112d #2d1311 #112d13

Analogous Colors of #13112d

#13112d #21112d #111d2d

Monochromatic Colors of #13112d

#13112d

Complementary Color

#13112d #2b2d11

#13112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13112d Color CSS Codes

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

#13112d Text Font Color

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

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


#13112d Background Color

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

This div background color is #13112d


#13112d Border Color

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

This div border color is #13112d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13112d


Comments

No comments written yet.

Please login to write comment.