Shades of Sapphire #142955
Tints of Sapphire #142955
RGB
CMYK
RGB Variations
Color information
#142955 (or 0x142955) is known color: Sapphire. HEX triplet: 14, 29 and 55. RGB value is (20,41,85). Sum of RGB (Red+Green+Blue) = 20+41+85=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #142955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142955 is #EBD6AA. Grayscale: #272727. Windows color (decimal): -15455915 or 5581076. OLE color: 5581076.
HSL color Cylindrical-coordinate representation of color #142955: hue angle of 220.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142955 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 41 | 85 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.67 |
| HSL | 220.62º | 0.62% | 0.21% | - |
| HSV(B) | 220.62º | 0.76% | 0.33% | - |
| XYZ | 2.72 | 2.39 | 8.91 | - |
| YUV | 39.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 85 | 0.76 | 0.52 | 0 | 0.67 | 220.62 | 0.62 | 0.21 |
| Hex | 14 | 29 | 55 | 4C | 34 | 0 | 43 | DD | 3E | 15 |
| Octal | 24 | 51 | 125 | 114 | 64 | 0 | 103 | 335 | 76 | 25 |
| Binary | 10100 | 101001 | 1010101 | 1001100 | 110100 | 0 | 1000011 | 11011101 | 111110 | 10101 |
Color Harmonies of #142955
Complementary color
Monochromatic Colors of #142955
Black with #142955
Text Example
Text Example
White with #142955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142955; }
p { color: rgb(20,41,85); }
H1.HeaderClassName
{
color: #142955;
}
.AnyTagClassName
{
color: #142955;
}
</style>
background-color css
<style>
a { background-color: #142955; }
a { background-color: rgb(20,41,85); }
div.DivClassName
{
background-color: #142955;
}
.BgClassName
{
background-color: #142955;
}
</style>
border-color css
<style>
span { border-color: #142955; }
span { border-color: rgb(20,41,85); }
td.TdClassName
{
border-color: #142955;
}
.TagClassName
{
border-color: #142955;
}
</style>