Shades of Sapphire #142961
Tints of Sapphire #142961
RGB
CMYK
RGB Variations
Color information
#142961 (or 0x142961) is known color: Sapphire. HEX triplet: 14, 29 and 61. RGB value is (20,41,97). Sum of RGB (Red+Green+Blue) = 20+41+97=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #142961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142961 is #EBD69E. Grayscale: #282828. Windows color (decimal): -15455903 or 6367508. OLE color: 6367508.
HSL color Cylindrical-coordinate representation of color #142961: hue angle of 223.64º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142961 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 41 | 97 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.62 |
| HSL | 223.64º | 0.66% | 0.23% | - |
| HSV(B) | 223.64º | 0.79% | 0.38% | - |
| XYZ | 3.24 | 2.6 | 11.64 | - |
| YUV | 41.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 97 | 0.79 | 0.58 | 0 | 0.62 | 223.64 | 0.66 | 0.23 |
| Hex | 14 | 29 | 61 | 4F | 3A | 0 | 3E | E0 | 42 | 17 |
| Octal | 24 | 51 | 141 | 117 | 72 | 0 | 76 | 340 | 102 | 27 |
| Binary | 10100 | 101001 | 1100001 | 1001111 | 111010 | 0 | 111110 | 11100000 | 1000010 | 10111 |
Color Harmonies of #142961
Complementary color
Monochromatic Colors of #142961
Black with #142961
Text Example
Text Example
White with #142961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142961; }
p { color: rgb(20,41,97); }
H1.HeaderClassName
{
color: #142961;
}
.AnyTagClassName
{
color: #142961;
}
</style>
background-color css
<style>
a { background-color: #142961; }
a { background-color: rgb(20,41,97); }
div.DivClassName
{
background-color: #142961;
}
.BgClassName
{
background-color: #142961;
}
</style>
border-color css
<style>
span { border-color: #142961; }
span { border-color: rgb(20,41,97); }
td.TdClassName
{
border-color: #142961;
}
.TagClassName
{
border-color: #142961;
}
</style>