color details

Color Details
#16132b Color Hex

#16132b color RGB value is (1, 97, 50).
#16132b hex color red value is 1, green value is 97, and blue value is 50.
Cylindrical-coordinate representations (HSL) of color #16132b hue: 150.63, saturation: 0.98 and lightness: 0.19.

The process color (four-color CMYK) of #16132b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #16132b is #ff9999. Color #16132b contains mainly RED.

Color Spaces
Color spaces of #16132bValue
RGB22, 19, 43
HSL0.69, 0.39, 0.12
HSV248°, 56°, 17°
XYZ1, 0.81, 2.39
Base Numbers
Base Red Green Blue
Binary 10110 10011 101011
Octal 26 23 53
Decimal 22 19 43
Hex 16 13 2B

RGB Percentages for Color #16132b

26.19%
22.62%
51.19%

CMYK Percentages of the Color #16132b

48.84%
55.81%
83.14%
CSS Codes for Color #16132b
.mybgColor {background-color: #16132b;}
.myforeColor {color: #16132b;}
.myborderColor {border:3px solid #16132b;}
Text Font Color #16132b

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

This sample text is styled with the font color #16132b. 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 #16132b

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

The background color of this div is #16132b
Border Color #16132b

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

The border color of this div is #16132b
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(22, 19, 43, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #16132b;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #16132b;
-webkit-box-shadow: 1px 1px 3px #16132b;
box-shadow: 1px 1px 3px #16132b;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22, 19, 43, 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 #16132b;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #16132b

Scroll to Top