Shades of Sapphire #142573
Tints of Sapphire #142573
RGB
CMYK
RGB Variations
Color information
#142573 (or 0x142573) is known color: Sapphire. HEX triplet: 14, 25 and 73. RGB value is (20,37,115). Sum of RGB (Red+Green+Blue) = 20+37+115=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #142573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142573 is #EBDA8C. Grayscale: #282828. Windows color (decimal): -15456909 or 7546132. OLE color: 7546132.
HSL color Cylindrical-coordinate representation of color #142573: hue angle of 229.26º 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 #142573 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 37 | 115 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.55 |
| HSL | 229.26º | 0.7% | 0.26% | - |
| HSV(B) | 229.26º | 0.83% | 0.45% | - |
| XYZ | 4.04 | 2.71 | 16.53 | - |
| YUV | 40.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 115 | 0.83 | 0.68 | 0 | 0.55 | 229.26 | 0.7 | 0.26 |
| Hex | 14 | 25 | 73 | 53 | 44 | 0 | 37 | E5 | 46 | 1A |
| Octal | 24 | 45 | 163 | 123 | 104 | 0 | 67 | 345 | 106 | 32 |
| Binary | 10100 | 100101 | 1110011 | 1010011 | 1000100 | 0 | 110111 | 11100101 | 1000110 | 11010 |
Color Harmonies of #142573
Complementary color
Monochromatic Colors of #142573
Black with #142573
Text Example
Text Example
White with #142573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142573; }
p { color: rgb(20,37,115); }
H1.HeaderClassName
{
color: #142573;
}
.AnyTagClassName
{
color: #142573;
}
</style>
background-color css
<style>
a { background-color: #142573; }
a { background-color: rgb(20,37,115); }
div.DivClassName
{
background-color: #142573;
}
.BgClassName
{
background-color: #142573;
}
</style>
border-color css
<style>
span { border-color: #142573; }
span { border-color: rgb(20,37,115); }
td.TdClassName
{
border-color: #142573;
}
.TagClassName
{
border-color: #142573;
}
</style>