Shades of Sapphire #142C57
Tints of Sapphire #142C57
RGB
CMYK
RGB Variations
Color information
#142C57 (or 0x142C57) is known color: Sapphire. HEX triplet: 14, 2C and 57. RGB value is (20,44,87). Sum of RGB (Red+Green+Blue) = 20+44+87=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #142C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C57 is #EBD3A8. Grayscale: #292929. Windows color (decimal): -15455145 or 5712916. OLE color: 5712916.
HSL color Cylindrical-coordinate representation of color #142C57: hue angle of 218.51º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142C57 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 44 | 87 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.66 |
| HSL | 218.51º | 0.63% | 0.21% | - |
| HSV(B) | 218.51º | 0.77% | 0.34% | - |
| XYZ | 2.91 | 2.64 | 9.37 | - |
| YUV | 41.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 87 | 0.77 | 0.49 | 0 | 0.66 | 218.51 | 0.63 | 0.21 |
| Hex | 14 | 2C | 57 | 4D | 31 | 0 | 42 | DB | 3F | 15 |
| Octal | 24 | 54 | 127 | 115 | 61 | 0 | 102 | 333 | 77 | 25 |
| Binary | 10100 | 101100 | 1010111 | 1001101 | 110001 | 0 | 1000010 | 11011011 | 111111 | 10101 |
Color Harmonies of #142C57
Complementary color
Monochromatic Colors of #142C57
Black with #142C57
Text Example
Text Example
White with #142C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C57; }
p { color: rgb(20,44,87); }
H1.HeaderClassName
{
color: #142C57;
}
.AnyTagClassName
{
color: #142C57;
}
</style>
background-color css
<style>
a { background-color: #142C57; }
a { background-color: rgb(20,44,87); }
div.DivClassName
{
background-color: #142C57;
}
.BgClassName
{
background-color: #142C57;
}
</style>
border-color css
<style>
span { border-color: #142C57; }
span { border-color: rgb(20,44,87); }
td.TdClassName
{
border-color: #142C57;
}
.TagClassName
{
border-color: #142C57;
}
</style>