#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 of #201b3e | Value |
|---|---|
| RGB | 32, 27, 62 |
| HSL | 0.69, 0.39, 0.17 |
| HSV | 249°, 56°, 24° |
| XYZ | 1.86, 1.44, 4.74 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100000 | 11011 | 111110 |
| Octal | 40 | 33 | 76 |
| Decimal | 32 | 27 | 62 |
| Hex | 20 | 1B | 3E |
Shades of #201b3e
Tints of #201b3e
.mybgColor {background-color: #201b3e;}
.myforeColor {color: #201b3e;}
.myborderColor {border:3px solid #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,
<div style="background-color:#201b3e">Div content here</div>
<div style="border:3px solid #201b3e">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(32, 27, 62, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #201b3e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
