Color Hex Logo

#130724 Color Hex

#130724
(19,7,36)
0 Favorites   0 Comments

Color spaces of #130724

RGB 19736
HSL0.740.670.08
HSV265°81°14°
CMYK 0.470.810.00   0.86
XYZ0.66300.41781.7148
Yxy0.41780.23720.1494
Hunter Lab6.46376.9976-11.2047
CIE-Lab3.774010.8921-16.0389

#130724 color RGB value is (19,7,36).

#130724 hex color red value is 19, green value is 7 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #130724 hue: 0.74 , saturation: 0.67 and the lightness value of 130724 is 0.08.

The process color (four color CMYK) of #130724 color hex is 0.47, 0.81, 0.00, 0.86. Web safe color of #130724 is #000033. Color #130724 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000111 00100100
Octal 23 7 44
Decimal 19 7 36
Hex 13 7 24

RGB Percentages of Color #130724

%30.65
%11.29
%58.06

CMYK Percentages of Color #130724

%47
%81
%0
%86

Triadic Colors of #130724

#130724 #241307 #072413

Analogous Colors of #130724

#130724 #220724 #070924

Monochromatic Colors of #130724

#130724

Complementary Color

#130724 #182407

#130724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130724 Color CSS Codes

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

#130724 Text Font Color

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

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


#130724 Background Color

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

This div background color is #130724


#130724 Border Color

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

This div border color is #130724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130724


Comments

No comments written yet.

Please login to write comment.