Shades of Sapphire #143166
Tints of Sapphire #143166
RGB
CMYK
RGB Variations
Color information
#143166 (or 0x143166) is known color: Sapphire. HEX triplet: 14, 31 and 66. RGB value is (20,49,102). Sum of RGB (Red+Green+Blue) = 20+49+102=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #143166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143166 is #EBCE99. Grayscale: #2E2E2E. Windows color (decimal): -15453850 or 6697236. OLE color: 6697236.
HSL color Cylindrical-coordinate representation of color #143166: hue angle of 218.78º 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 #143166 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 49 | 102 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.6 |
| HSL | 218.78º | 0.67% | 0.24% | - |
| HSV(B) | 218.78º | 0.8% | 0.4% | - |
| XYZ | 3.79 | 3.3 | 13.01 | - |
| YUV | 46.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 102 | 0.80 | 0.52 | 0 | 0.6 | 218.78 | 0.67 | 0.24 |
| Hex | 14 | 31 | 66 | 50 | 34 | 0 | 3C | DB | 43 | 18 |
| Octal | 24 | 61 | 146 | 120 | 64 | 0 | 74 | 333 | 103 | 30 |
| Binary | 10100 | 110001 | 1100110 | 1010000 | 110100 | 0 | 111100 | 11011011 | 1000011 | 11000 |
Color Harmonies of #143166
Complementary color
Monochromatic Colors of #143166
Black with #143166
Text Example
Text Example
White with #143166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143166; }
p { color: rgb(20,49,102); }
H1.HeaderClassName
{
color: #143166;
}
.AnyTagClassName
{
color: #143166;
}
</style>
background-color css
<style>
a { background-color: #143166; }
a { background-color: rgb(20,49,102); }
div.DivClassName
{
background-color: #143166;
}
.BgClassName
{
background-color: #143166;
}
</style>
border-color css
<style>
span { border-color: #143166; }
span { border-color: rgb(20,49,102); }
td.TdClassName
{
border-color: #143166;
}
.TagClassName
{
border-color: #143166;
}
</style>