Color Hex Logo

#13076f Color Hex

#13076F
(19,7,111)
0 Favorites   0 Comments

Color spaces of #13076f

RGB 197111
HSL0.690.880.23
HSV247°94°44°
CMYK 0.830.940.00   0.56
XYZ3.21381.438115.1471
Yxy1.43810.16230.0726
Hunter Lab11.992126.8507-66.4943
CIE-Lab12.209040.0922-54.9940

#13076f color RGB value is (19,7,111).

#13076f hex color red value is 19, green value is 7 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #13076f hue: 0.69 , saturation: 0.88 and the lightness value of 13076f is 0.23.

The process color (four color CMYK) of #13076f color hex is 0.83, 0.94, 0.00, 0.56. Web safe color of #13076f is #000066. Color #13076f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000111 01101111
Octal 23 7 157
Decimal 19 7 111
Hex 13 7 6F

RGB Percentages of Color #13076f

%13.87
%5.11
%81.02

CMYK Percentages of Color #13076f

%83
%94
%0
%56

Triadic Colors of #13076f

#13076f #6f1307 #076f13

Analogous Colors of #13076f

#13076f #47076f #072f6f

Monochromatic Colors of #13076f

#13076f

Complementary Color

#13076f #636f07

#13076f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13076f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13076f Color CSS Codes

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

#13076f Text Font Color

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

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


#13076f Background Color

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

This div background color is #13076f


#13076f Border Color

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

This div border color is #13076f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13076f


Comments

No comments written yet.

Please login to write comment.