Shades of Sapphire #142C52
Tints of Sapphire #142C52
RGB
CMYK
RGB Variations
Color information
#142C52 (or 0x142C52) is known color: Sapphire. HEX triplet: 14, 2C and 52. RGB value is (20,44,82). Sum of RGB (Red+Green+Blue) = 20+44+82=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #142C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C52 is #EBD3AD. Grayscale: #282828. Windows color (decimal): -15455150 or 5385236. OLE color: 5385236.
HSL color Cylindrical-coordinate representation of color #142C52: hue angle of 216.77º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142C52 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 44 | 82 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.68 |
| HSL | 216.77º | 0.61% | 0.2% | - |
| HSV(B) | 216.77º | 0.76% | 0.32% | - |
| XYZ | 2.71 | 2.56 | 8.33 | - |
| YUV | 41.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 82 | 0.76 | 0.46 | 0 | 0.68 | 216.77 | 0.61 | 0.2 |
| Hex | 14 | 2C | 52 | 4C | 2E | 0 | 44 | D9 | 3D | 14 |
| Octal | 24 | 54 | 122 | 114 | 56 | 0 | 104 | 331 | 75 | 24 |
| Binary | 10100 | 101100 | 1010010 | 1001100 | 101110 | 0 | 1000100 | 11011001 | 111101 | 10100 |
Color Harmonies of #142C52
Complementary color
Monochromatic Colors of #142C52
Black with #142C52
Text Example
Text Example
White with #142C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C52; }
p { color: rgb(20,44,82); }
H1.HeaderClassName
{
color: #142C52;
}
.AnyTagClassName
{
color: #142C52;
}
</style>
background-color css
<style>
a { background-color: #142C52; }
a { background-color: rgb(20,44,82); }
div.DivClassName
{
background-color: #142C52;
}
.BgClassName
{
background-color: #142C52;
}
</style>
border-color css
<style>
span { border-color: #142C52; }
span { border-color: rgb(20,44,82); }
td.TdClassName
{
border-color: #142C52;
}
.TagClassName
{
border-color: #142C52;
}
</style>