Color Hex Logo

#13195f Color Hex

#13195F
(19,25,95)
0 Favorites   0 Comments

Color spaces of #13195f

RGB 192595
HSL0.650.670.22
HSV235°80°37°
CMYK 0.800.740.00   0.63
XYZ2.68171.659911.0055
Yxy1.65990.17470.1082
Hunter Lab12.883714.6077-41.6280
CIE-Lab13.590524.6709-42.1456

#13195f color RGB value is (19,25,95).

#13195f hex color red value is 19, green value is 25 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #13195f hue: 0.65 , saturation: 0.67 and the lightness value of 13195f is 0.22.

The process color (four color CMYK) of #13195f color hex is 0.80, 0.74, 0.00, 0.63. Web safe color of #13195f is #000066. Color #13195f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011001 01011111
Octal 23 31 137
Decimal 19 25 95
Hex 13 19 5F

RGB Percentages of Color #13195f

%13.67
%17.99
%68.35

CMYK Percentages of Color #13195f

%80
%74
%0
%63

Triadic Colors of #13195f

#13195f #5f1319 #195f13

Analogous Colors of #13195f

#13195f #33135f #133f5f

Monochromatic Colors of #13195f

#13195f

Complementary Color

#13195f #5f5913

#13195f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13195f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13195f Color CSS Codes

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

#13195f Text Font Color

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

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


#13195f Background Color

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

This div background color is #13195f


#13195f Border Color

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

This div border color is #13195f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13195f


Comments

No comments written yet.

Please login to write comment.