Color Hex Logo

#13052e Color Hex

#13052E
(19,5,46)
0 Favorites   0 Comments

Color spaces of #13052e

RGB 19546
HSL0.720.800.10
HSV260°89°18°
CMYK 0.590.890.00   0.82
XYZ0.81600.44422.6275
Yxy0.44420.20990.1143
Hunter Lab6.664810.1910-18.7087
CIE-Lab4.012416.1317-23.2909

#13052e color RGB value is (19,5,46).

#13052e hex color red value is 19, green value is 5 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #13052e hue: 0.72 , saturation: 0.80 and the lightness value of 13052e is 0.10.

The process color (four color CMYK) of #13052e color hex is 0.59, 0.89, 0.00, 0.82. Web safe color of #13052e is #000033. Color #13052e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 00101110
Octal 23 5 56
Decimal 19 5 46
Hex 13 5 2E

RGB Percentages of Color #13052e

%27.14
%7.14
%65.71

CMYK Percentages of Color #13052e

%59
%89
%0
%82

Triadic Colors of #13052e

#13052e #2e1305 #052e13

Analogous Colors of #13052e

#13052e #28052e #050b2e

Monochromatic Colors of #13052e

#13052e

Complementary Color

#13052e #202e05

#13052e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13052e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13052e Color CSS Codes

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

#13052e Text Font Color

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

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


#13052e Background Color

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

This div background color is #13052e


#13052e Border Color

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

This div border color is #13052e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,5,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13052e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13052e;
  -webkit-box-shadow: 1px 1px 3px 2px #13052e;
  box-shadow:         1px 1px 3px 2px #13052e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13052e


Comments

No comments written yet.

Please login to write comment.