Shades of Sapphire #142054
Tints of Sapphire #142054
RGB
CMYK
RGB Variations
Color information
#142054 (or 0x142054) is known color: Sapphire. HEX triplet: 14, 20 and 54. RGB value is (20,32,84). Sum of RGB (Red+Green+Blue) = 20+32+84=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #142054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142054 is #EBDFAB. Grayscale: #222222. Windows color (decimal): -15458220 or 5513236. OLE color: 5513236.
HSL color Cylindrical-coordinate representation of color #142054: hue angle of 228.75º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142054 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 32 | 84 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.67 |
| HSL | 228.75º | 0.62% | 0.2% | - |
| HSV(B) | 228.75º | 0.76% | 0.33% | - |
| XYZ | 2.41 | 1.82 | 8.61 | - |
| YUV | 34.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 84 | 0.76 | 0.62 | 0 | 0.67 | 228.75 | 0.62 | 0.2 |
| Hex | 14 | 20 | 54 | 4C | 3E | 0 | 43 | E5 | 3E | 14 |
| Octal | 24 | 40 | 124 | 114 | 76 | 0 | 103 | 345 | 76 | 24 |
| Binary | 10100 | 100000 | 1010100 | 1001100 | 111110 | 0 | 1000011 | 11100101 | 111110 | 10100 |
Color Harmonies of #142054
Complementary color
Monochromatic Colors of #142054
Black with #142054
Text Example
Text Example
White with #142054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142054; }
p { color: rgb(20,32,84); }
H1.HeaderClassName
{
color: #142054;
}
.AnyTagClassName
{
color: #142054;
}
</style>
background-color css
<style>
a { background-color: #142054; }
a { background-color: rgb(20,32,84); }
div.DivClassName
{
background-color: #142054;
}
.BgClassName
{
background-color: #142054;
}
</style>
border-color css
<style>
span { border-color: #142054; }
span { border-color: rgb(20,32,84); }
td.TdClassName
{
border-color: #142054;
}
.TagClassName
{
border-color: #142054;
}
</style>