Shades of Sapphire #143175
Tints of Sapphire #143175
RGB
CMYK
RGB Variations
Color information
#143175 (or 0x143175) is known color: Sapphire. HEX triplet: 14, 31 and 75. RGB value is (20,49,117). Sum of RGB (Red+Green+Blue) = 20+49+117=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #143175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143175 is #EBCE8A. Grayscale: #2F2F2F. Windows color (decimal): -15453835 or 7680276. OLE color: 7680276.
HSL color Cylindrical-coordinate representation of color #143175: hue angle of 222.06º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143175 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 49 | 117 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.54 |
| HSL | 222.06º | 0.71% | 0.27% | - |
| HSV(B) | 222.06º | 0.83% | 0.46% | - |
| XYZ | 4.6 | 3.63 | 17.29 | - |
| YUV | 48.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 117 | 0.83 | 0.58 | 0 | 0.54 | 222.06 | 0.71 | 0.27 |
| Hex | 14 | 31 | 75 | 53 | 3A | 0 | 36 | DE | 47 | 1B |
| Octal | 24 | 61 | 165 | 123 | 72 | 0 | 66 | 336 | 107 | 33 |
| Binary | 10100 | 110001 | 1110101 | 1010011 | 111010 | 0 | 110110 | 11011110 | 1000111 | 11011 |
Color Harmonies of #143175
Complementary color
Monochromatic Colors of #143175
Black with #143175
Text Example
Text Example
White with #143175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143175; }
p { color: rgb(20,49,117); }
H1.HeaderClassName
{
color: #143175;
}
.AnyTagClassName
{
color: #143175;
}
</style>
background-color css
<style>
a { background-color: #143175; }
a { background-color: rgb(20,49,117); }
div.DivClassName
{
background-color: #143175;
}
.BgClassName
{
background-color: #143175;
}
</style>
border-color css
<style>
span { border-color: #143175; }
span { border-color: rgb(20,49,117); }
td.TdClassName
{
border-color: #143175;
}
.TagClassName
{
border-color: #143175;
}
</style>