Shades of Sapphire #142771
Tints of Sapphire #142771
RGB
CMYK
RGB Variations
Color information
#142771 (or 0x142771) is known color: Sapphire. HEX triplet: 14, 27 and 71. RGB value is (20,39,113). Sum of RGB (Red+Green+Blue) = 20+39+113=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #142771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142771 is #EBD88E. Grayscale: #292929. Windows color (decimal): -15456399 or 7415572. OLE color: 7415572.
HSL color Cylindrical-coordinate representation of color #142771: hue angle of 227.74º 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 #142771 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 39 | 113 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.56 |
| HSL | 227.74º | 0.7% | 0.26% | - |
| HSV(B) | 227.74º | 0.82% | 0.44% | - |
| XYZ | 3.99 | 2.79 | 15.95 | - |
| YUV | 41.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 113 | 0.82 | 0.65 | 0 | 0.56 | 227.74 | 0.7 | 0.26 |
| Hex | 14 | 27 | 71 | 52 | 41 | 0 | 38 | E4 | 46 | 1A |
| Octal | 24 | 47 | 161 | 122 | 101 | 0 | 70 | 344 | 106 | 32 |
| Binary | 10100 | 100111 | 1110001 | 1010010 | 1000001 | 0 | 111000 | 11100100 | 1000110 | 11010 |
Color Harmonies of #142771
Complementary color
Monochromatic Colors of #142771
Black with #142771
Text Example
Text Example
White with #142771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142771; }
p { color: rgb(20,39,113); }
H1.HeaderClassName
{
color: #142771;
}
.AnyTagClassName
{
color: #142771;
}
</style>
background-color css
<style>
a { background-color: #142771; }
a { background-color: rgb(20,39,113); }
div.DivClassName
{
background-color: #142771;
}
.BgClassName
{
background-color: #142771;
}
</style>
border-color css
<style>
span { border-color: #142771; }
span { border-color: rgb(20,39,113); }
td.TdClassName
{
border-color: #142771;
}
.TagClassName
{
border-color: #142771;
}
</style>