color details

Color Details
#201b3e Color Hex

#201b3e color RGB value is (2, 1, 179).
#201b3e hex color red value is 2, green value is 1, and blue value is 179.
Cylindrical-coordinate representations (HSL) of color #201b3e hue: 240.34, saturation: 0.99 and lightness: 0.35.

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

Color Spaces
Color spaces of #201b3eValue
RGB32, 27, 62
HSL0.69, 0.39, 0.17
HSV249°, 56°, 24°
XYZ1.86, 1.44, 4.74
Base Numbers
Base Red Green Blue
Binary 100000 11011 111110
Octal 40 33 76
Decimal 32 27 62
Hex 20 1B 3E

RGB Percentages for Color #201b3e

26.45%
22.31%
51.24%

CMYK Percentages of the Color #201b3e

48.39%
56.45%
75.69%
CSS Codes for Color #201b3e
.mybgColor {background-color: #201b3e;}
.myforeColor {color: #201b3e;}
.myborderColor {border:3px solid #201b3e;}
Text Font Color #201b3e

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

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

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

The background color of this div is #201b3e
Border Color #201b3e

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

The border color of this div is #201b3e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(32, 27, 62, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #201b3e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #201b3e;
-webkit-box-shadow: 1px 1px 3px #201b3e;
box-shadow: 1px 1px 3px #201b3e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32, 27, 62, 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 #201b3e;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #201b3e

Scroll to Top