Shades of Sapphire #142873
Tints of Sapphire #142873
RGB
CMYK
RGB Variations
Color information
#142873 (or 0x142873) is known color: Sapphire. HEX triplet: 14, 28 and 73. RGB value is (20,40,115). Sum of RGB (Red+Green+Blue) = 20+40+115=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #142873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142873 is #EBD78C. Grayscale: #2A2A2A. Windows color (decimal): -15456141 or 7546900. OLE color: 7546900.
HSL color Cylindrical-coordinate representation of color #142873: hue angle of 227.37º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142873 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 40 | 115 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.55 |
| HSL | 227.37º | 0.7% | 0.26% | - |
| HSV(B) | 227.37º | 0.83% | 0.45% | - |
| XYZ | 4.14 | 2.9 | 16.56 | - |
| YUV | 42.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 115 | 0.83 | 0.65 | 0 | 0.55 | 227.37 | 0.7 | 0.26 |
| Hex | 14 | 28 | 73 | 53 | 41 | 0 | 37 | E3 | 46 | 1A |
| Octal | 24 | 50 | 163 | 123 | 101 | 0 | 67 | 343 | 106 | 32 |
| Binary | 10100 | 101000 | 1110011 | 1010011 | 1000001 | 0 | 110111 | 11100011 | 1000110 | 11010 |
Color Harmonies of #142873
Complementary color
Monochromatic Colors of #142873
Black with #142873
Text Example
Text Example
White with #142873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142873; }
p { color: rgb(20,40,115); }
H1.HeaderClassName
{
color: #142873;
}
.AnyTagClassName
{
color: #142873;
}
</style>
background-color css
<style>
a { background-color: #142873; }
a { background-color: rgb(20,40,115); }
div.DivClassName
{
background-color: #142873;
}
.BgClassName
{
background-color: #142873;
}
</style>
border-color css
<style>
span { border-color: #142873; }
span { border-color: rgb(20,40,115); }
td.TdClassName
{
border-color: #142873;
}
.TagClassName
{
border-color: #142873;
}
</style>