Shades of Sapphire #142C53
Tints of Sapphire #142C53
RGB
CMYK
RGB Variations
Color information
#142C53 (or 0x142C53) is known color: Sapphire. HEX triplet: 14, 2C and 53. RGB value is (20,44,83). Sum of RGB (Red+Green+Blue) = 20+44+83=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #142C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C53 is #EBD3AC. Grayscale: #292929. Windows color (decimal): -15455149 or 5450772. OLE color: 5450772.
HSL color Cylindrical-coordinate representation of color #142C53: hue angle of 217.14º 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 #142C53 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 44 | 83 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.67 |
| HSL | 217.14º | 0.61% | 0.2% | - |
| HSV(B) | 217.14º | 0.76% | 0.33% | - |
| XYZ | 2.75 | 2.57 | 8.54 | - |
| YUV | 41.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 83 | 0.76 | 0.47 | 0 | 0.67 | 217.14 | 0.61 | 0.2 |
| Hex | 14 | 2C | 53 | 4C | 2F | 0 | 43 | D9 | 3D | 14 |
| Octal | 24 | 54 | 123 | 114 | 57 | 0 | 103 | 331 | 75 | 24 |
| Binary | 10100 | 101100 | 1010011 | 1001100 | 101111 | 0 | 1000011 | 11011001 | 111101 | 10100 |
Color Harmonies of #142C53
Complementary color
Monochromatic Colors of #142C53
Black with #142C53
Text Example
Text Example
White with #142C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C53; }
p { color: rgb(20,44,83); }
H1.HeaderClassName
{
color: #142C53;
}
.AnyTagClassName
{
color: #142C53;
}
</style>
background-color css
<style>
a { background-color: #142C53; }
a { background-color: rgb(20,44,83); }
div.DivClassName
{
background-color: #142C53;
}
.BgClassName
{
background-color: #142C53;
}
</style>
border-color css
<style>
span { border-color: #142C53; }
span { border-color: rgb(20,44,83); }
td.TdClassName
{
border-color: #142C53;
}
.TagClassName
{
border-color: #142C53;
}
</style>