Shades of Sapphire #143271
Tints of Sapphire #143271
RGB
CMYK
RGB Variations
Color information
#143271 (or 0x143271) is known color: Sapphire. HEX triplet: 14, 32 and 71. RGB value is (20,50,113). Sum of RGB (Red+Green+Blue) = 20+50+113=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #143271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143271 is #EBCD8E. Grayscale: #2F2F2F. Windows color (decimal): -15453583 or 7418388. OLE color: 7418388.
HSL color Cylindrical-coordinate representation of color #143271: hue angle of 220.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143271 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 50 | 113 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.56 |
| HSL | 220.65º | 0.7% | 0.26% | - |
| HSV(B) | 220.65º | 0.82% | 0.44% | - |
| XYZ | 4.41 | 3.62 | 16.09 | - |
| YUV | 48.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 113 | 0.82 | 0.56 | 0 | 0.56 | 220.65 | 0.7 | 0.26 |
| Hex | 14 | 32 | 71 | 52 | 38 | 0 | 38 | DD | 46 | 1A |
| Octal | 24 | 62 | 161 | 122 | 70 | 0 | 70 | 335 | 106 | 32 |
| Binary | 10100 | 110010 | 1110001 | 1010010 | 111000 | 0 | 111000 | 11011101 | 1000110 | 11010 |
Color Harmonies of #143271
Complementary color
Monochromatic Colors of #143271
Black with #143271
Text Example
Text Example
White with #143271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143271; }
p { color: rgb(20,50,113); }
H1.HeaderClassName
{
color: #143271;
}
.AnyTagClassName
{
color: #143271;
}
</style>
background-color css
<style>
a { background-color: #143271; }
a { background-color: rgb(20,50,113); }
div.DivClassName
{
background-color: #143271;
}
.BgClassName
{
background-color: #143271;
}
</style>
border-color css
<style>
span { border-color: #143271; }
span { border-color: rgb(20,50,113); }
td.TdClassName
{
border-color: #143271;
}
.TagClassName
{
border-color: #143271;
}
</style>