Color Hex Logo

#130553 Color Hex

#130553
(19,5,83)
0 Favorites   0 Comments

Color spaces of #130553

RGB 19583
HSL0.700.890.17
HSV251°94°33°
CMYK 0.770.940.00   0.67
XYZ1.88420.87158.2525
Yxy0.87150.17120.0792
Hunter Lab9.335419.6903-45.8775
CIE-Lab7.872232.4239-43.4803

#130553 color RGB value is (19,5,83).

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

The process color (four color CMYK) of #130553 color hex is 0.77, 0.94, 0.00, 0.67. Web safe color of #130553 is #000066. Color #130553 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 01010011
Octal 23 5 123
Decimal 19 5 83
Hex 13 5 53

RGB Percentages of Color #130553

%17.76
%4.67
%77.57

CMYK Percentages of Color #130553

%77
%94
%0
%67

Triadic Colors of #130553

#130553 #531305 #055313

Analogous Colors of #130553

#130553 #3a0553 #051e53

Monochromatic Colors of #130553

#130553

Complementary Color

#130553 #455305

#130553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130553 Color CSS Codes

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

#130553 Text Font Color

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

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


#130553 Background Color

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

This div background color is #130553


#130553 Border Color

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

This div border color is #130553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130553


Comments

No comments written yet.

Please login to write comment.