Shades of Sapphire #143162
Tints of Sapphire #143162
RGB
CMYK
RGB Variations
Color information
#143162 (or 0x143162) is known color: Sapphire. HEX triplet: 14, 31 and 62. RGB value is (20,49,98). Sum of RGB (Red+Green+Blue) = 20+49+98=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #143162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143162 is #EBCE9D. Grayscale: #2D2D2D. Windows color (decimal): -15453854 or 6435092. OLE color: 6435092.
HSL color Cylindrical-coordinate representation of color #143162: hue angle of 217.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143162 is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 49 | 98 | - |
| CMYK | 0.80 | 0.5 | 0 | 0.62 |
| HSL | 217.69º | 0.66% | 0.23% | - |
| HSV(B) | 217.69º | 0.8% | 0.38% | - |
| XYZ | 3.59 | 3.23 | 11.99 | - |
| YUV | 45.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 98 | 0.80 | 0.5 | 0 | 0.62 | 217.69 | 0.66 | 0.23 |
| Hex | 14 | 31 | 62 | 50 | 32 | 0 | 3E | DA | 42 | 17 |
| Octal | 24 | 61 | 142 | 120 | 62 | 0 | 76 | 332 | 102 | 27 |
| Binary | 10100 | 110001 | 1100010 | 1010000 | 110010 | 0 | 111110 | 11011010 | 1000010 | 10111 |
Color Harmonies of #143162
Complementary color
Monochromatic Colors of #143162
Black with #143162
Text Example
Text Example
White with #143162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143162; }
p { color: rgb(20,49,98); }
H1.HeaderClassName
{
color: #143162;
}
.AnyTagClassName
{
color: #143162;
}
</style>
background-color css
<style>
a { background-color: #143162; }
a { background-color: rgb(20,49,98); }
div.DivClassName
{
background-color: #143162;
}
.BgClassName
{
background-color: #143162;
}
</style>
border-color css
<style>
span { border-color: #143162; }
span { border-color: rgb(20,49,98); }
td.TdClassName
{
border-color: #143162;
}
.TagClassName
{
border-color: #143162;
}
</style>