Color Hex Logo

#13057a Color Hex

#13057A
(19,5,122)
0 Favorites   0 Comments

Color spaces of #13057a

RGB 195122
HSL0.690.920.25
HSV247°96°48°
CMYK 0.840.960.00   0.52
XYZ3.83571.652118.5291
Yxy1.65210.15970.0688
Hunter Lab12.853430.7743-76.4734
CIE-Lab13.544144.1581-59.8930

#13057a color RGB value is (19,5,122).

#13057a hex color red value is 19, green value is 5 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #13057a hue: 0.69 , saturation: 0.92 and the lightness value of 13057a is 0.25.

The process color (four color CMYK) of #13057a color hex is 0.84, 0.96, 0.00, 0.52. Web safe color of #13057a is #000066. Color #13057a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 01111010
Octal 23 5 172
Decimal 19 5 122
Hex 13 5 7A

RGB Percentages of Color #13057a

%13.01
%3.42
%83.56

CMYK Percentages of Color #13057a

%84
%96
%0
%52

Triadic Colors of #13057a

#13057a #7a1305 #057a13

Analogous Colors of #13057a

#13057a #4e057a #05327a

Monochromatic Colors of #13057a

#13057a

Complementary Color

#13057a #6c7a05

#13057a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13057a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13057a Color CSS Codes

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

#13057a Text Font Color

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

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


#13057a Background Color

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

This div background color is #13057a


#13057a Border Color

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

This div border color is #13057a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,5,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13057a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13057a;
  -webkit-box-shadow: 1px 1px 3px 2px #13057a;
  box-shadow:         1px 1px 3px 2px #13057a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13057a


Comments

No comments written yet.

Please login to write comment.