Color Hex Logo

#13012a Color Hex

#13012A
(19,1,42)
0 Favorites   0 Comments

Color spaces of #13012a

RGB 19142
HSL0.740.950.08
HSV266°98°16°
CMYK 0.550.980.00   0.84
XYZ0.69730.32732.2169
Yxy0.32730.21510.1010
Hunter Lab5.721011.7445-18.9702
CIE-Lab2.956515.8207-21.9289

#13012a color RGB value is (19,1,42).

#13012a hex color red value is 19, green value is 1 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #13012a hue: 0.74 , saturation: 0.95 and the lightness value of 13012a is 0.08.

The process color (four color CMYK) of #13012a color hex is 0.55, 0.98, 0.00, 0.84. Web safe color of #13012a is #000033. Color #13012a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000001 00101010
Octal 23 1 52
Decimal 19 1 42
Hex 13 1 2A

RGB Percentages of Color #13012a

%30.65
%1.61
%67.74

CMYK Percentages of Color #13012a

%55
%98
%0
%84

Triadic Colors of #13012a

#13012a #2a1301 #012a13

Analogous Colors of #13012a

#13012a #28012a #01032a

Monochromatic Colors of #13012a

#13012a

Complementary Color

#13012a #182a01

#13012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13012a Color CSS Codes

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

#13012a Text Font Color

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

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


#13012a Background Color

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

This div background color is #13012a


#13012a Border Color

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

This div border color is #13012a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,1,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 #13012a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13012a


Comments

No comments written yet.

Please login to write comment.