Color Hex Logo

#130d2a Color Hex

#130D2A
(19,13,42)
0 Favorites   0 Comments

Color spaces of #130d2a

RGB 191342
HSL0.700.530.11
HSV252°69°16°
CMYK 0.550.690.00   0.84
XYZ0.83040.59352.2613
Yxy0.59350.22530.1610
Hunter Lab7.70395.7586-12.0105
CIE-Lab5.361010.9085-18.1453

#130d2a color RGB value is (19,13,42).

#130d2a hex color red value is 19, green value is 13 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #130d2a hue: 0.70 , saturation: 0.53 and the lightness value of 130d2a is 0.11.

The process color (four color CMYK) of #130d2a color hex is 0.55, 0.69, 0.00, 0.84. Web safe color of #130d2a is #000033. Color #130d2a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001101 00101010
Octal 23 15 52
Decimal 19 13 42
Hex 13 D 2A

RGB Percentages of Color #130d2a

%25.68
%17.57
%56.76

CMYK Percentages of Color #130d2a

%55
%69
%0
%84

Triadic Colors of #130d2a

#130d2a #2a130d #0d2a13

Analogous Colors of #130d2a

#130d2a #220d2a #0d162a

Monochromatic Colors of #130d2a

#130d2a

Complementary Color

#130d2a #242a0d

#130d2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130d2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#130d2a Color CSS Codes

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

#130d2a Text Font Color

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

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


#130d2a Background Color

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

This div background color is #130d2a


#130d2a Border Color

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

This div border color is #130d2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,13,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #130d2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #130d2a;
  -webkit-box-shadow: 1px 1px 3px 2px #130d2a;
  box-shadow:         1px 1px 3px 2px #130d2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130d2a


Comments

No comments written yet.

Please login to write comment.