Shades of Sapphire #142851
Tints of Sapphire #142851
RGB
CMYK
RGB Variations
Color information
#142851 (or 0x142851) is known color: Sapphire. HEX triplet: 14, 28 and 51. RGB value is (20,40,81). Sum of RGB (Red+Green+Blue) = 20+40+81=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #142851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142851 is #EBD7AE. Grayscale: #262626. Windows color (decimal): -15456175 or 5318676. OLE color: 5318676.
HSL color Cylindrical-coordinate representation of color #142851: hue angle of 220.33º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142851 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 40 | 81 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.68 |
| HSL | 220.33º | 0.6% | 0.2% | - |
| HSV(B) | 220.33º | 0.75% | 0.32% | - |
| XYZ | 2.53 | 2.26 | 8.09 | - |
| YUV | 38.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 81 | 0.75 | 0.51 | 0 | 0.68 | 220.33 | 0.6 | 0.2 |
| Hex | 14 | 28 | 51 | 4B | 33 | 0 | 44 | DC | 3C | 14 |
| Octal | 24 | 50 | 121 | 113 | 63 | 0 | 104 | 334 | 74 | 24 |
| Binary | 10100 | 101000 | 1010001 | 1001011 | 110011 | 0 | 1000100 | 11011100 | 111100 | 10100 |
Color Harmonies of #142851
Complementary color
Monochromatic Colors of #142851
Black with #142851
Text Example
Text Example
White with #142851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142851; }
p { color: rgb(20,40,81); }
H1.HeaderClassName
{
color: #142851;
}
.AnyTagClassName
{
color: #142851;
}
</style>
background-color css
<style>
a { background-color: #142851; }
a { background-color: rgb(20,40,81); }
div.DivClassName
{
background-color: #142851;
}
.BgClassName
{
background-color: #142851;
}
</style>
border-color css
<style>
span { border-color: #142851; }
span { border-color: rgb(20,40,81); }
td.TdClassName
{
border-color: #142851;
}
.TagClassName
{
border-color: #142851;
}
</style>