Shades of Sapphire #142857
Tints of Sapphire #142857
RGB
CMYK
RGB Variations
Color information
#142857 (or 0x142857) is known color: Sapphire. HEX triplet: 14, 28 and 57. RGB value is (20,40,87). Sum of RGB (Red+Green+Blue) = 20+40+87=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #142857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142857 is #EBD7A8. Grayscale: #272727. Windows color (decimal): -15456169 or 5711892. OLE color: 5711892.
HSL color Cylindrical-coordinate representation of color #142857: hue angle of 222.09º degrees, saturation: 0.63, 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 #142857 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 40 | 87 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.66 |
| HSL | 222.09º | 0.63% | 0.21% | - |
| HSV(B) | 222.09º | 0.77% | 0.34% | - |
| XYZ | 2.77 | 2.35 | 9.33 | - |
| YUV | 39.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 87 | 0.77 | 0.54 | 0 | 0.66 | 222.09 | 0.63 | 0.21 |
| Hex | 14 | 28 | 57 | 4D | 36 | 0 | 42 | DE | 3F | 15 |
| Octal | 24 | 50 | 127 | 115 | 66 | 0 | 102 | 336 | 77 | 25 |
| Binary | 10100 | 101000 | 1010111 | 1001101 | 110110 | 0 | 1000010 | 11011110 | 111111 | 10101 |
Color Harmonies of #142857
Complementary color
Monochromatic Colors of #142857
Black with #142857
Text Example
Text Example
White with #142857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142857; }
p { color: rgb(20,40,87); }
H1.HeaderClassName
{
color: #142857;
}
.AnyTagClassName
{
color: #142857;
}
</style>
background-color css
<style>
a { background-color: #142857; }
a { background-color: rgb(20,40,87); }
div.DivClassName
{
background-color: #142857;
}
.BgClassName
{
background-color: #142857;
}
</style>
border-color css
<style>
span { border-color: #142857; }
span { border-color: rgb(20,40,87); }
td.TdClassName
{
border-color: #142857;
}
.TagClassName
{
border-color: #142857;
}
</style>