Color Hex Logo

#130765 Color Hex

#130765
(19,7,101)
0 Favorites   0 Comments

Color spaces of #130765

RGB 197101
HSL0.690.870.21
HSV248°93°40°
CMYK 0.810.930.00   0.60
XYZ2.69351.230012.4074
Yxy1.23000.16490.0753
Hunter Lab11.090523.9429-58.5666
CIE-Lab10.776937.0215-50.7954

#130765 color RGB value is (19,7,101).

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

The process color (four color CMYK) of #130765 color hex is 0.81, 0.93, 0.00, 0.60. Web safe color of #130765 is #000066. Color #130765 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000111 01100101
Octal 23 7 145
Decimal 19 7 101
Hex 13 7 65

RGB Percentages of Color #130765

%14.96
%5.51
%79.53

CMYK Percentages of Color #130765

%81
%93
%0
%60

Triadic Colors of #130765

#130765 #651307 #076513

Analogous Colors of #130765

#130765 #420765 #072a65

Monochromatic Colors of #130765

#130765

Complementary Color

#130765 #596507

#130765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130765 Color CSS Codes

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

#130765 Text Font Color

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

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


#130765 Background Color

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

This div background color is #130765


#130765 Border Color

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

This div border color is #130765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130765


Comments

No comments written yet.

Please login to write comment.