Color Hex Logo

#13091d Color Hex

#13091D
(19,9,29)
0 Favorites   0 Comments

Color spaces of #13091d

RGB 19929
HSL0.750.530.07
HSV270°69°11°
CMYK 0.340.690.00   0.89
XYZ0.58800.42251.2130
Yxy0.42250.26440.1900
Hunter Lab6.50004.7724-6.5144
CIE-Lab3.81647.6368-10.5018

#13091d color RGB value is (19,9,29).

#13091d hex color red value is 19, green value is 9 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #13091d hue: 0.75 , saturation: 0.53 and the lightness value of 13091d is 0.07.

The process color (four color CMYK) of #13091d color hex is 0.34, 0.69, 0.00, 0.89. Web safe color of #13091d is #000033. Color #13091d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001001 00011101
Octal 23 11 35
Decimal 19 9 29
Hex 13 9 1D

RGB Percentages of Color #13091d

%33.33
%15.79
%50.88

CMYK Percentages of Color #13091d

%34
%69
%0
%89

Triadic Colors of #13091d

#13091d #1d1309 #091d13

Analogous Colors of #13091d

#13091d #1d091d #09091d

Monochromatic Colors of #13091d

#13091d

Complementary Color

#13091d #131d09

#13091d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13091d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13091d Color CSS Codes

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

#13091d Text Font Color

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

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


#13091d Background Color

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

This div background color is #13091d


#13091d Border Color

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

This div border color is #13091d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13091d


Comments

No comments written yet.

Please login to write comment.