Color Hex Logo

#131c9c Color Hex

#131C9C
(19,28,156)
0 Favorites   0 Comments

Color spaces of #131c9c

RGB 1928156
HSL0.660.780.34
HSV236°88°61°
CMYK 0.880.820.00   0.39
XYZ6.68463.369331.7505
Yxy3.36930.15990.0806
Hunter Lab18.355732.8822-89.7073
CIE-Lab21.466044.8954-68.0288

#131c9c color RGB value is (19,28,156).

#131c9c hex color red value is 19, green value is 28 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #131c9c hue: 0.66 , saturation: 0.78 and the lightness value of 131c9c is 0.34.

The process color (four color CMYK) of #131c9c color hex is 0.88, 0.82, 0.00, 0.39. Web safe color of #131c9c is #003399. Color #131c9c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011100 10011100
Octal 23 34 234
Decimal 19 28 156
Hex 13 1C 9C

RGB Percentages of Color #131c9c

%9.36
%13.79
%76.85

CMYK Percentages of Color #131c9c

%88
%82
%0
%39

Triadic Colors of #131c9c

#131c9c #9c131c #1c9c13

Analogous Colors of #131c9c

#131c9c #4e139c #13619c

Monochromatic Colors of #131c9c

#131c9c

Complementary Color

#131c9c #9c9313

#131c9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131c9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#131c9c Color CSS Codes

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

#131c9c Text Font Color

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

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


#131c9c Background Color

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

This div background color is #131c9c


#131c9c Border Color

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

This div border color is #131c9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131c9c


Comments

No comments written yet.

Please login to write comment.