Color Hex Logo

#130745 Color Hex

#130745
(19,7,69)
0 Favorites   0 Comments

Color spaces of #130745

RGB 19769
HSL0.700.820.15
HSV252°90°27°
CMYK 0.720.900.00   0.73
XYZ1.41870.72015.6944
Yxy0.72010.18110.0919
Hunter Lab8.485914.9920-33.8461
CIE-Lab6.504626.1057-35.9917

#130745 color RGB value is (19,7,69).

#130745 hex color red value is 19, green value is 7 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #130745 hue: 0.70 , saturation: 0.82 and the lightness value of 130745 is 0.15.

The process color (four color CMYK) of #130745 color hex is 0.72, 0.90, 0.00, 0.73. Web safe color of #130745 is #000033. Color #130745 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000111 01000101
Octal 23 7 105
Decimal 19 7 69
Hex 13 7 45

RGB Percentages of Color #130745

%20.00
%7.37
%72.63

CMYK Percentages of Color #130745

%72
%90
%0
%73

Triadic Colors of #130745

#130745 #451307 #074513

Analogous Colors of #130745

#130745 #320745 #071a45

Monochromatic Colors of #130745

#130745

Complementary Color

#130745 #394507

#130745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130745 Color CSS Codes

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

#130745 Text Font Color

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

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


#130745 Background Color

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

This div background color is #130745


#130745 Border Color

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

This div border color is #130745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130745


Comments

No comments written yet.

Please login to write comment.