#132331 color RGB value is (1, 50, 51).
#132331 hex color red value is 1, green value is 50, and blue value is 51.
Cylindrical-coordinate representations (HSL) of color #132331
hue: 181.2,
saturation: 0.96 and lightness: 0.1.
The process color (four-color CMYK) of #132331 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #132331 is #ff9999. Color #132331 contains mainly RED.
Color spaces of #132331 | Value |
---|---|
RGB | 19, 35, 49 |
HSL | 0.58, 0.44, 0.13 |
HSV | 208°, 61°, 19° |
XYZ | 1.42, 1.56, 3.13 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011 | 100011 | 110001 |
Octal | 23 | 43 | 61 |
Decimal | 19 | 35 | 49 |
Hex | 13 | 23 | 31 |
Shades of #132331
Tints of #132331
.mybgColor {background-color: #132331;} .myforeColor {color: #132331;} .myborderColor {border:3px solid #132331;}
<p style="color:#132331">Text here</p>
This sample text is styled with the font color #132331. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#132331">Div content here</div>
<div style="border:3px solid #132331">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19, 35, 49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #132331; } .divShadow { -moz-box-shadow: 1px 1px 3px #132331; -webkit-box-shadow: 1px 1px 3px #132331; box-shadow: 1px 1px 3px #132331; }
<p style="text-shadow: 4px 4px 2px rgba(19, 35, 49, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #132331;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #132331;
-webkit-box-shadow: 1px 1px 3px #132331;
box-shadow: 1px 1px 3px #132331;">Div content here</div>