Color Hex Logo

#13063a Color Hex

#13063A
(19,6,58)
0 Favorites   0 Comments

Color spaces of #13063a

RGB 19658
HSL0.710.810.13
HSV255°90°23°
CMYK 0.670.900.00   0.77
XYZ1.09740.57424.0560
Yxy0.57420.19160.1003
Hunter Lab7.577612.5899-26.4314
CIE-Lab5.186721.6868-30.2660

#13063a color RGB value is (19,6,58).

#13063a hex color red value is 19, green value is 6 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #13063a hue: 0.71 , saturation: 0.81 and the lightness value of 13063a is 0.13.

The process color (four color CMYK) of #13063a color hex is 0.67, 0.90, 0.00, 0.77. Web safe color of #13063a is #000033. Color #13063a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000110 00111010
Octal 23 6 72
Decimal 19 6 58
Hex 13 6 3A

RGB Percentages of Color #13063a

%22.89
%7.23
%69.88

CMYK Percentages of Color #13063a

%67
%90
%0
%77

Triadic Colors of #13063a

#13063a #3a1306 #063a13

Analogous Colors of #13063a

#13063a #2d063a #06133a

Monochromatic Colors of #13063a

#13063a

Complementary Color

#13063a #2d3a06

#13063a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13063a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13063a Color CSS Codes

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

#13063a Text Font Color

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

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


#13063a Background Color

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

This div background color is #13063a


#13063a Border Color

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

This div border color is #13063a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13063a


Comments

No comments written yet.

Please login to write comment.