Shades of Sapphire #142053
Tints of Sapphire #142053
RGB
CMYK
RGB Variations
Color information
#142053 (or 0x142053) is known color: Sapphire. HEX triplet: 14, 20 and 53. RGB value is (20,32,83). Sum of RGB (Red+Green+Blue) = 20+32+83=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #142053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142053 is #EBDFAC. Grayscale: #222222. Windows color (decimal): -15458221 or 5447700. OLE color: 5447700.
HSL color Cylindrical-coordinate representation of color #142053: hue angle of 228.57º 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 #142053 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 32 | 83 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.67 |
| HSL | 228.57º | 0.61% | 0.2% | - |
| HSV(B) | 228.57º | 0.76% | 0.33% | - |
| XYZ | 2.37 | 1.81 | 8.41 | - |
| YUV | 34.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 83 | 0.76 | 0.61 | 0 | 0.67 | 228.57 | 0.61 | 0.2 |
| Hex | 14 | 20 | 53 | 4C | 3D | 0 | 43 | E5 | 3D | 14 |
| Octal | 24 | 40 | 123 | 114 | 75 | 0 | 103 | 345 | 75 | 24 |
| Binary | 10100 | 100000 | 1010011 | 1001100 | 111101 | 0 | 1000011 | 11100101 | 111101 | 10100 |
Color Harmonies of #142053
Complementary color
Monochromatic Colors of #142053
Black with #142053
Text Example
Text Example
White with #142053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142053; }
p { color: rgb(20,32,83); }
H1.HeaderClassName
{
color: #142053;
}
.AnyTagClassName
{
color: #142053;
}
</style>
background-color css
<style>
a { background-color: #142053; }
a { background-color: rgb(20,32,83); }
div.DivClassName
{
background-color: #142053;
}
.BgClassName
{
background-color: #142053;
}
</style>
border-color css
<style>
span { border-color: #142053; }
span { border-color: rgb(20,32,83); }
td.TdClassName
{
border-color: #142053;
}
.TagClassName
{
border-color: #142053;
}
</style>