color details

Color Details
#132331 Color Hex

#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
Color spaces of #132331Value
RGB19, 35, 49
HSL0.58, 0.44, 0.13
HSV208°, 61°, 19°
XYZ1.42, 1.56, 3.13
Base Numbers
Base Red Green Blue
Binary 10011 100011 110001
Octal 23 43 61
Decimal 19 35 49
Hex 13 23 31

RGB Percentages for Color #132331

18.45%
33.98%
47.57%

CMYK Percentages of the Color #132331

61.22%
28.57%
80.78%
CSS Codes for Color #132331
.mybgColor {background-color: #132331;}
.myforeColor {color: #132331;}
.myborderColor {border:3px solid #132331;}
Text Font Color #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,

Background Color #132331

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

The background color of this div is #132331
Border Color #132331

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

The border color of this div is #132331
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #132331
Scroll to Top