Color Hex Logo

#130539 Color Hex

#130539
(19,5,57)
0 Favorites   0 Comments

Color spaces of #130539

RGB 19557
HSL0.710.840.12
HSV256°91°22°
CMYK 0.670.910.00   0.78
XYZ1.06130.54243.9196
Yxy0.54240.19210.0982
Hunter Lab7.364812.8343-26.3993
CIE-Lab4.899521.6719-30.0039

#130539 color RGB value is (19,5,57).

#130539 hex color red value is 19, green value is 5 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #130539 hue: 0.71 , saturation: 0.84 and the lightness value of 130539 is 0.12.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 00111001
Octal 23 5 71
Decimal 19 5 57
Hex 13 5 39

RGB Percentages of Color #130539

%23.46
%6.17
%70.37

CMYK Percentages of Color #130539

%67
%91
%0
%78

Triadic Colors of #130539

#130539 #391305 #053913

Analogous Colors of #130539

#130539 #2d0539 #051139

Monochromatic Colors of #130539

#130539

Complementary Color

#130539 #2b3905

#130539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130539 Color CSS Codes

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

#130539 Text Font Color

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

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


#130539 Background Color

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

This div background color is #130539


#130539 Border Color

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

This div border color is #130539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130539


Comments

No comments written yet.

Please login to write comment.