Color Hex Logo

#13376f Color Hex

#13376F
(19,55,111)
0 Favorites   0 Comments

Color spaces of #13376f

RGB 1955111
HSL0.600.710.25
HSV217°83°44°
CMYK 0.830.500.00   0.56
XYZ4.50404.018515.5772
Yxy4.01850.18690.1667
Hunter Lab20.04625.0247-32.0399
CIE-Lab23.73259.6745-36.0976

#13376f color RGB value is (19,55,111).

#13376f hex color red value is 19, green value is 55 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #13376f hue: 0.60 , saturation: 0.71 and the lightness value of 13376f is 0.25.

The process color (four color CMYK) of #13376f color hex is 0.83, 0.50, 0.00, 0.56. Web safe color of #13376f is #003366. Color #13376f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110111 01101111
Octal 23 67 157
Decimal 19 55 111
Hex 13 37 6F

RGB Percentages of Color #13376f

%10.27
%29.73
%60.00

CMYK Percentages of Color #13376f

%83
%50
%0
%56

Triadic Colors of #13376f

#13376f #6f1337 #376f13

Analogous Colors of #13376f

#13376f #1d136f #13656f

Monochromatic Colors of #13376f

#13376f

Complementary Color

#13376f #6f4b13

#13376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13376f Color CSS Codes

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

#13376f Text Font Color

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

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


#13376f Background Color

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

This div background color is #13376f


#13376f Border Color

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

This div border color is #13376f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,55,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 #13376f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13376f


Comments

No comments written yet.

Please login to write comment.