Shades of Sapphire #142973
Tints of Sapphire #142973
RGB
CMYK
RGB Variations
Color information
#142973 (or 0x142973) is known color: Sapphire. HEX triplet: 14, 29 and 73. RGB value is (20,41,115). Sum of RGB (Red+Green+Blue) = 20+41+115=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #142973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142973 is #EBD68C. Grayscale: #2A2A2A. Windows color (decimal): -15455885 or 7547156. OLE color: 7547156.
HSL color Cylindrical-coordinate representation of color #142973: hue angle of 226.74º 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 #142973 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 41 | 115 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.55 |
| HSL | 226.74º | 0.7% | 0.26% | - |
| HSV(B) | 226.74º | 0.83% | 0.45% | - |
| XYZ | 4.18 | 2.97 | 16.57 | - |
| YUV | 43.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 115 | 0.83 | 0.64 | 0 | 0.55 | 226.74 | 0.7 | 0.26 |
| Hex | 14 | 29 | 73 | 53 | 40 | 0 | 37 | E3 | 46 | 1A |
| Octal | 24 | 51 | 163 | 123 | 100 | 0 | 67 | 343 | 106 | 32 |
| Binary | 10100 | 101001 | 1110011 | 1010011 | 1000000 | 0 | 110111 | 11100011 | 1000110 | 11010 |
Color Harmonies of #142973
Complementary color
Monochromatic Colors of #142973
Black with #142973
Text Example
Text Example
White with #142973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142973; }
p { color: rgb(20,41,115); }
H1.HeaderClassName
{
color: #142973;
}
.AnyTagClassName
{
color: #142973;
}
</style>
background-color css
<style>
a { background-color: #142973; }
a { background-color: rgb(20,41,115); }
div.DivClassName
{
background-color: #142973;
}
.BgClassName
{
background-color: #142973;
}
</style>
border-color css
<style>
span { border-color: #142973; }
span { border-color: rgb(20,41,115); }
td.TdClassName
{
border-color: #142973;
}
.TagClassName
{
border-color: #142973;
}
</style>