#00132e color RGB value is (0, 1, 50).
#00132e hex color red value is 0, green value is 1, and blue value is 50.
Cylindrical-coordinate representations (HSL) of color #00132e
hue: 238.8,
saturation: 1 and lightness: 0.1.
The process color (four-color CMYK) of #00132e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #00132e is #ff9999. Color #00132e contains mainly RED.
| Color spaces of #00132e | Value |
|---|---|
| RGB | 0, 19, 46 |
| HSL | 0.6, 1, 0.09 |
| HSV | 215°, 100°, 18° |
| XYZ | 0.73, 0.66, 2.67 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 0 | 10011 | 101110 |
| Octal | 0 | 23 | 56 |
| Decimal | 0 | 19 | 46 |
| Hex | 0 | 13 | 2E |
Shades of #00132e
Tints of #00132e
.mybgColor {background-color: #00132e;}
.myforeColor {color: #00132e;}
.myborderColor {border:3px solid #00132e;}
<p style="color:#00132e">Text here</p>
This sample text is styled with the font color #00132e. 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:#00132e">Div content here</div>
<div style="border:3px solid #00132e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(0, 19, 46, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #00132e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #00132e;
-webkit-box-shadow: 1px 1px 3px #00132e;
box-shadow: 1px 1px 3px #00132e; }
<p style="text-shadow: 4px 4px 2px rgba(0, 19, 46, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #00132e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #00132e;
-webkit-box-shadow: 1px 1px 3px #00132e;
box-shadow: 1px 1px 3px #00132e;">Div content here</div>
