Color Hex Logo

#131576 Color Hex

#131576
(19,21,118)
0 Favorites   0 Comments

Color spaces of #131576

RGB 1921118
HSL0.660.720.27
HSV239°84°46°
CMYK 0.840.820.00   0.54
XYZ3.80671.982817.3216
Yxy1.98280.16470.0858
Hunter Lab14.081223.6135-63.0772
CIE-Lab15.396735.7391-54.2369

#131576 color RGB value is (19,21,118).

#131576 hex color red value is 19, green value is 21 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #131576 hue: 0.66 , saturation: 0.72 and the lightness value of 131576 is 0.27.

The process color (four color CMYK) of #131576 color hex is 0.84, 0.82, 0.00, 0.54. Web safe color of #131576 is #000066. Color #131576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010101 01110110
Octal 23 25 166
Decimal 19 21 118
Hex 13 15 76

RGB Percentages of Color #131576

%12.03
%13.29
%74.68

CMYK Percentages of Color #131576

%84
%82
%0
%54

Triadic Colors of #131576

#131576 #761315 #157613

Analogous Colors of #131576

#131576 #421376 #134776

Monochromatic Colors of #131576

#131576

Complementary Color

#131576 #767413

#131576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131576 Color CSS Codes

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

#131576 Text Font Color

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

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


#131576 Background Color

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

This div background color is #131576


#131576 Border Color

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

This div border color is #131576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131576


Comments

No comments written yet.

Please login to write comment.