Shades of Sapphire #142155
Tints of Sapphire #142155
RGB
CMYK
RGB Variations
Color information
#142155 (or 0x142155) is known color: Sapphire. HEX triplet: 14, 21 and 55. RGB value is (20,33,85). Sum of RGB (Red+Green+Blue) = 20+33+85=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #142155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142155 is #EBDEAA. Grayscale: #222222. Windows color (decimal): -15457963 or 5579028. OLE color: 5579028.
HSL color Cylindrical-coordinate representation of color #142155: hue angle of 228º 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 #142155 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 33 | 85 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.67 |
| HSL | 228º | 0.62% | 0.21% | - |
| HSV(B) | 228º | 0.76% | 0.33% | - |
| XYZ | 2.47 | 1.89 | 8.83 | - |
| YUV | 35.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 85 | 0.76 | 0.61 | 0 | 0.67 | 228 | 0.62 | 0.21 |
| Hex | 14 | 21 | 55 | 4C | 3D | 0 | 43 | E4 | 3E | 15 |
| Octal | 24 | 41 | 125 | 114 | 75 | 0 | 103 | 344 | 76 | 25 |
| Binary | 10100 | 100001 | 1010101 | 1001100 | 111101 | 0 | 1000011 | 11100100 | 111110 | 10101 |
Color Harmonies of #142155
Complementary color
Monochromatic Colors of #142155
Black with #142155
Text Example
Text Example
White with #142155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142155; }
p { color: rgb(20,33,85); }
H1.HeaderClassName
{
color: #142155;
}
.AnyTagClassName
{
color: #142155;
}
</style>
background-color css
<style>
a { background-color: #142155; }
a { background-color: rgb(20,33,85); }
div.DivClassName
{
background-color: #142155;
}
.BgClassName
{
background-color: #142155;
}
</style>
border-color css
<style>
span { border-color: #142155; }
span { border-color: rgb(20,33,85); }
td.TdClassName
{
border-color: #142155;
}
.TagClassName
{
border-color: #142155;
}
</style>