Color Hex Logo

#13064c Color Hex

#13064C
(19,6,76)
0 Favorites   0 Comments

Color spaces of #13064c

RGB 19676
HSL0.700.850.16
HSV251°92°30°
CMYK 0.750.920.00   0.70
XYZ1.63820.79056.9037
Yxy0.79050.17550.0847
Hunter Lab8.891017.3300-39.8139
CIE-Lab7.140529.4118-39.8538

#13064c color RGB value is (19,6,76).

#13064c hex color red value is 19, green value is 6 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #13064c hue: 0.70 , saturation: 0.85 and the lightness value of 13064c is 0.16.

The process color (four color CMYK) of #13064c color hex is 0.75, 0.92, 0.00, 0.70. Web safe color of #13064c is #000033. Color #13064c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000110 01001100
Octal 23 6 114
Decimal 19 6 76
Hex 13 6 4C

RGB Percentages of Color #13064c

%18.81
%5.94
%75.25

CMYK Percentages of Color #13064c

%75
%92
%0
%70

Triadic Colors of #13064c

#13064c #4c1306 #064c13

Analogous Colors of #13064c

#13064c #36064c #061c4c

Monochromatic Colors of #13064c

#13064c

Complementary Color

#13064c #3f4c06

#13064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13064c Color CSS Codes

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

#13064c Text Font Color

<p style="color:#13064c">Text here</p>

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


#13064c Background Color

<div style="background-color:#13064c">
Div content here</div>

This div background color is #13064c


#13064c Border Color

<div style="border:3px solid #13064c">
Div here</div>

This div border color is #13064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13064c


Comments

No comments written yet.

Please login to write comment.