Shades of Sapphire #142C56
Tints of Sapphire #142C56
RGB
CMYK
RGB Variations
Color information
#142C56 (or 0x142C56) is known color: Sapphire. HEX triplet: 14, 2C and 56. RGB value is (20,44,86). Sum of RGB (Red+Green+Blue) = 20+44+86=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #142C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C56 is #EBD3A9. Grayscale: #292929. Windows color (decimal): -15455146 or 5647380. OLE color: 5647380.
HSL color Cylindrical-coordinate representation of color #142C56: hue angle of 218.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142C56 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 44 | 86 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.66 |
| HSL | 218.18º | 0.62% | 0.21% | - |
| HSV(B) | 218.18º | 0.77% | 0.34% | - |
| XYZ | 2.87 | 2.62 | 9.16 | - |
| YUV | 41.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 86 | 0.77 | 0.49 | 0 | 0.66 | 218.18 | 0.62 | 0.21 |
| Hex | 14 | 2C | 56 | 4D | 31 | 0 | 42 | DA | 3E | 15 |
| Octal | 24 | 54 | 126 | 115 | 61 | 0 | 102 | 332 | 76 | 25 |
| Binary | 10100 | 101100 | 1010110 | 1001101 | 110001 | 0 | 1000010 | 11011010 | 111110 | 10101 |
Color Harmonies of #142C56
Complementary color
Monochromatic Colors of #142C56
Black with #142C56
Text Example
Text Example
White with #142C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C56; }
p { color: rgb(20,44,86); }
H1.HeaderClassName
{
color: #142C56;
}
.AnyTagClassName
{
color: #142C56;
}
</style>
background-color css
<style>
a { background-color: #142C56; }
a { background-color: rgb(20,44,86); }
div.DivClassName
{
background-color: #142C56;
}
.BgClassName
{
background-color: #142C56;
}
</style>
border-color css
<style>
span { border-color: #142C56; }
span { border-color: rgb(20,44,86); }
td.TdClassName
{
border-color: #142C56;
}
.TagClassName
{
border-color: #142C56;
}
</style>