Color Hex Logo

#130754 Color Hex

#130754
(19,7,84)
0 Favorites   0 Comments

Color spaces of #130754

RGB 19784
HSL0.690.850.18
HSV249°92°33°
CMYK 0.770.920.00   0.67
XYZ1.94480.93058.4646
Yxy0.93050.17150.0821
Hunter Lab9.646219.1068-45.2747
CIE-Lab8.398531.5907-43.2918

#130754 color RGB value is (19,7,84).

#130754 hex color red value is 19, green value is 7 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #130754 hue: 0.69 , saturation: 0.85 and the lightness value of 130754 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000111 01010100
Octal 23 7 124
Decimal 19 7 84
Hex 13 7 54

RGB Percentages of Color #130754

%17.27
%6.36
%76.36

CMYK Percentages of Color #130754

%77
%92
%0
%67

Triadic Colors of #130754

#130754 #541307 #075413

Analogous Colors of #130754

#130754 #3a0754 #072254

Monochromatic Colors of #130754

#130754

Complementary Color

#130754 #485407

#130754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130754 Color CSS Codes

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

#130754 Text Font Color

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

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


#130754 Background Color

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

This div background color is #130754


#130754 Border Color

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

This div border color is #130754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130754


Comments

No comments written yet.

Please login to write comment.