Color Hex Logo

#130057 Color Hex

#130057
(19,0,87)
0 Favorites   0 Comments

Color spaces of #130057

RGB 19087
HSL0.701.000.17
HSV253°100°34°
CMYK 0.781.000.00   0.66
XYZ1.98890.82669.0715
Yxy0.82660.16730.0695
Hunter Lab9.091823.1378-52.7937
CIE-Lab7.466636.6336-46.8917

#130057 color RGB value is (19,0,87).

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

The process color (four color CMYK) of #130057 color hex is 0.78, 1.00, 0.00, 0.66. Web safe color of #130057 is #000066. Color #130057 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000000 01010111
Octal 23 0 127
Decimal 19 0 87
Hex 13 0 57

RGB Percentages of Color #130057

%17.92
%0.00
%82.08

CMYK Percentages of Color #130057

%78
%100
%0
%66

Triadic Colors of #130057

#130057 #571300 #005713

Analogous Colors of #130057

#130057 #3e0057 #001957

Monochromatic Colors of #130057

#130057

Complementary Color

#130057 #445700

#130057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130057 Color CSS Codes

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

#130057 Text Font Color

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

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


#130057 Background Color

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

This div background color is #130057


#130057 Border Color

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

This div border color is #130057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130057


Comments

No comments written yet.

Please login to write comment.