Color Hex Logo

#131977 Color Hex

#131977
(19,25,119)
0 Favorites   0 Comments

Color spaces of #131977

RGB 1925119
HSL0.660.720.27
HSV236°84°47°
CMYK 0.840.790.00   0.53
XYZ3.94602.165617.6628
Yxy2.16560.16600.0911
Hunter Lab14.716022.1107-60.8614
CIE-Lab16.333433.7637-53.3290

#131977 color RGB value is (19,25,119).

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

The process color (four color CMYK) of #131977 color hex is 0.84, 0.79, 0.00, 0.53. Web safe color of #131977 is #000066. Color #131977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011001 01110111
Octal 23 31 167
Decimal 19 25 119
Hex 13 19 77

RGB Percentages of Color #131977

%11.66
%15.34
%73.01

CMYK Percentages of Color #131977

%84
%79
%0
%53

Triadic Colors of #131977

#131977 #771319 #197713

Analogous Colors of #131977

#131977 #3f1377 #134b77

Monochromatic Colors of #131977

#131977

Complementary Color

#131977 #777113

#131977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131977 Color CSS Codes

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

#131977 Text Font Color

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

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


#131977 Background Color

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

This div background color is #131977


#131977 Border Color

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

This div border color is #131977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131977


Comments

No comments written yet.

Please login to write comment.