Color Hex Logo

#130039 Color Hex

#130039
(19,0,57)
0 Favorites   0 Comments

Color spaces of #130039

RGB 19057
HSL0.721.000.11
HSV260°100°22°
CMYK 0.671.000.00   0.78
XYZ1.00710.43393.9016
Yxy0.43390.18850.0812
Hunter Lab6.587115.7633-30.5070
CIE-Lab3.919423.9606-31.5925

#130039 color RGB value is (19,0,57).

#130039 hex color red value is 19, green value is 0 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #130039 hue: 0.72 , saturation: 1.00 and the lightness value of 130039 is 0.11.

The process color (four color CMYK) of #130039 color hex is 0.67, 1.00, 0.00, 0.78. Web safe color of #130039 is #000033. Color #130039 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000000 00111001
Octal 23 0 71
Decimal 19 0 57
Hex 13 0 39

RGB Percentages of Color #130039

%25.00
%0.00
%75.00

CMYK Percentages of Color #130039

%67
%100
%0
%78

Triadic Colors of #130039

#130039 #391300 #003913

Analogous Colors of #130039

#130039 #2f0039 #000a39

Monochromatic Colors of #130039

#130039

Complementary Color

#130039 #263900

#130039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130039 Color CSS Codes

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

#130039 Text Font Color

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

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


#130039 Background Color

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

This div background color is #130039


#130039 Border Color

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

This div border color is #130039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130039


Comments

No comments written yet.

Please login to write comment.