Shades of Sapphire #143173
Tints of Sapphire #143173
RGB
CMYK
RGB Variations
Color information
#143173 (or 0x143173) is known color: Sapphire. HEX triplet: 14, 31 and 73. RGB value is (20,49,115). Sum of RGB (Red+Green+Blue) = 20+49+115=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #143173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143173 is #EBCE8C. Grayscale: #2F2F2F. Windows color (decimal): -15453837 or 7549204. OLE color: 7549204.
HSL color Cylindrical-coordinate representation of color #143173: hue angle of 221.68º 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 #143173 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 49 | 115 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.55 |
| HSL | 221.68º | 0.7% | 0.26% | - |
| HSV(B) | 221.68º | 0.83% | 0.45% | - |
| XYZ | 4.48 | 3.58 | 16.68 | - |
| YUV | 47.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 115 | 0.83 | 0.57 | 0 | 0.55 | 221.68 | 0.7 | 0.26 |
| Hex | 14 | 31 | 73 | 53 | 39 | 0 | 37 | DE | 46 | 1A |
| Octal | 24 | 61 | 163 | 123 | 71 | 0 | 67 | 336 | 106 | 32 |
| Binary | 10100 | 110001 | 1110011 | 1010011 | 111001 | 0 | 110111 | 11011110 | 1000110 | 11010 |
Color Harmonies of #143173
Complementary color
Monochromatic Colors of #143173
Black with #143173
Text Example
Text Example
White with #143173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143173; }
p { color: rgb(20,49,115); }
H1.HeaderClassName
{
color: #143173;
}
.AnyTagClassName
{
color: #143173;
}
</style>
background-color css
<style>
a { background-color: #143173; }
a { background-color: rgb(20,49,115); }
div.DivClassName
{
background-color: #143173;
}
.BgClassName
{
background-color: #143173;
}
</style>
border-color css
<style>
span { border-color: #143173; }
span { border-color: rgb(20,49,115); }
td.TdClassName
{
border-color: #143173;
}
.TagClassName
{
border-color: #143173;
}
</style>