Shades of Sapphire #142153
Tints of Sapphire #142153
RGB
CMYK
RGB Variations
Color information
#142153 (or 0x142153) is known color: Sapphire. HEX triplet: 14, 21 and 53. RGB value is (20,33,83). Sum of RGB (Red+Green+Blue) = 20+33+83=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #142153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142153 is #EBDEAC. Grayscale: #222222. Windows color (decimal): -15457965 or 5447956. OLE color: 5447956.
HSL color Cylindrical-coordinate representation of color #142153: hue angle of 227.62º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142153 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 33 | 83 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.67 |
| HSL | 227.62º | 0.61% | 0.2% | - |
| HSV(B) | 227.62º | 0.76% | 0.33% | - |
| XYZ | 2.39 | 1.86 | 8.42 | - |
| YUV | 34.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 83 | 0.76 | 0.60 | 0 | 0.67 | 227.62 | 0.61 | 0.2 |
| Hex | 14 | 21 | 53 | 4C | 3C | 0 | 43 | E4 | 3D | 14 |
| Octal | 24 | 41 | 123 | 114 | 74 | 0 | 103 | 344 | 75 | 24 |
| Binary | 10100 | 100001 | 1010011 | 1001100 | 111100 | 0 | 1000011 | 11100100 | 111101 | 10100 |
Color Harmonies of #142153
Complementary color
Monochromatic Colors of #142153
Black with #142153
Text Example
Text Example
White with #142153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142153; }
p { color: rgb(20,33,83); }
H1.HeaderClassName
{
color: #142153;
}
.AnyTagClassName
{
color: #142153;
}
</style>
background-color css
<style>
a { background-color: #142153; }
a { background-color: rgb(20,33,83); }
div.DivClassName
{
background-color: #142153;
}
.BgClassName
{
background-color: #142153;
}
</style>
border-color css
<style>
span { border-color: #142153; }
span { border-color: rgb(20,33,83); }
td.TdClassName
{
border-color: #142153;
}
.TagClassName
{
border-color: #142153;
}
</style>