Shades of Sapphire #143165
Tints of Sapphire #143165
RGB
CMYK
RGB Variations
Color information
#143165 (or 0x143165) is known color: Sapphire. HEX triplet: 14, 31 and 65. RGB value is (20,49,101). Sum of RGB (Red+Green+Blue) = 20+49+101=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #143165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143165 is #EBCE9A. Grayscale: #2E2E2E. Windows color (decimal): -15453851 or 6631700. OLE color: 6631700.
HSL color Cylindrical-coordinate representation of color #143165: hue angle of 218.52º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143165 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 49 | 101 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.60 |
| HSL | 218.52º | 0.67% | 0.24% | - |
| HSV(B) | 218.52º | 0.8% | 0.4% | - |
| XYZ | 3.74 | 3.28 | 12.75 | - |
| YUV | 46.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 101 | 0.80 | 0.51 | 0 | 0.60 | 218.52 | 0.67 | 0.24 |
| Hex | 14 | 31 | 65 | 50 | 33 | 0 | 3C | DB | 43 | 18 |
| Octal | 24 | 61 | 145 | 120 | 63 | 0 | 74 | 333 | 103 | 30 |
| Binary | 10100 | 110001 | 1100101 | 1010000 | 110011 | 0 | 111100 | 11011011 | 1000011 | 11000 |
Color Harmonies of #143165
Complementary color
Monochromatic Colors of #143165
Black with #143165
Text Example
Text Example
White with #143165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143165; }
p { color: rgb(20,49,101); }
H1.HeaderClassName
{
color: #143165;
}
.AnyTagClassName
{
color: #143165;
}
</style>
background-color css
<style>
a { background-color: #143165; }
a { background-color: rgb(20,49,101); }
div.DivClassName
{
background-color: #143165;
}
.BgClassName
{
background-color: #143165;
}
</style>
border-color css
<style>
span { border-color: #143165; }
span { border-color: rgb(20,49,101); }
td.TdClassName
{
border-color: #143165;
}
.TagClassName
{
border-color: #143165;
}
</style>