#14275B color RGB value is (1, 66, 117).
#14275B hex color red value is 1, green value is 66, and blue value is 117.
Cylindrical-coordinate representations (HSL) of color #14275B
hue: 206.38,
saturation: 0.98 and lightness: 0.23.
The process color (four-color CMYK) of #14275B color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #14275B is #ff9999. Color #14275B contains mainly RED.
| Color spaces of #14275B | Value |
|---|---|
| RGB | 20, 39, 91 |
| HSL | 0.62, 0.64, 0.22 |
| HSV | 224°, 78°, 36° |
| XYZ | 2.9, 2.35, 10.2 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100 | 100111 | 1011011 |
| Octal | 24 | 47 | 133 |
| Decimal | 20 | 39 | 91 |
| Hex | 14 | 27 | 5B |
Shades of #14275B
Tints of #14275B
.mybgColor {background-color: #14275B;}
.myforeColor {color: #14275B;}
.myborderColor {border:3px solid #14275B;}
<p style="color:#14275B">Text here</p>
This sample text is styled with the font color #14275B. 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:#14275B">Div content here</div>
<div style="border:3px solid #14275B">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(20, 39, 91, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #14275B; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #14275B;
-webkit-box-shadow: 1px 1px 3px #14275B;
box-shadow: 1px 1px 3px #14275B; }
<p style="text-shadow: 4px 4px 2px rgba(20, 39, 91, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #14275B;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #14275B;
-webkit-box-shadow: 1px 1px 3px #14275B;
box-shadow: 1px 1px 3px #14275B;">Div content here</div>
