Color Hex Logo

#131370 Color Hex

#131370
(19,19,112)
0 Favorites   0 Comments

Color spaces of #131370

RGB 1919112
HSL0.670.710.26
HSV240°83°44°
CMYK 0.830.830.00   0.56
XYZ3.42611.774015.4911
Yxy1.77400.16560.0857
Hunter Lab13.319222.6072-59.6349
CIE-Lab14.253534.7641-52.2476

#131370 color RGB value is (19,19,112).

#131370 hex color red value is 19, green value is 19 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #131370 hue: 0.67 , saturation: 0.71 and the lightness value of 131370 is 0.26.

The process color (four color CMYK) of #131370 color hex is 0.83, 0.83, 0.00, 0.56. Web safe color of #131370 is #000066. Color #131370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010011 01110000
Octal 23 23 160
Decimal 19 19 112
Hex 13 13 70

RGB Percentages of Color #131370

%12.67
%12.67
%74.67

CMYK Percentages of Color #131370

%83
%83
%0
%56

Triadic Colors of #131370

#131370 #701313 #137013

Analogous Colors of #131370

#131370 #421370 #134270

Monochromatic Colors of #131370

#131370

Complementary Color

#131370 #707013

#131370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131370 Color CSS Codes

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

#131370 Text Font Color

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

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


#131370 Background Color

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

This div background color is #131370


#131370 Border Color

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

This div border color is #131370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131370


Comments

No comments written yet.

Please login to write comment.