Shades of Sapphire #142C5D
Tints of Sapphire #142C5D
RGB
CMYK
RGB Variations
Color information
#142C5D (or 0x142C5D) is known color: Sapphire. HEX triplet: 14, 2C and 5D. RGB value is (20,44,93). Sum of RGB (Red+Green+Blue) = 20+44+93=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #142C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C5D is #EBD3A2. Grayscale: #2A2A2A. Windows color (decimal): -15455139 or 6106132. OLE color: 6106132.
HSL color Cylindrical-coordinate representation of color #142C5D: hue angle of 220.27º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #142C5D is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 44 | 93 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.64 |
| HSL | 220.27º | 0.65% | 0.22% | - |
| HSV(B) | 220.27º | 0.78% | 0.36% | - |
| XYZ | 3.16 | 2.74 | 10.72 | - |
| YUV | 42.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 93 | 0.78 | 0.53 | 0 | 0.64 | 220.27 | 0.65 | 0.22 |
| Hex | 14 | 2C | 5D | 4E | 35 | 0 | 40 | DC | 41 | 16 |
| Octal | 24 | 54 | 135 | 116 | 65 | 0 | 100 | 334 | 101 | 26 |
| Binary | 10100 | 101100 | 1011101 | 1001110 | 110101 | 0 | 1000000 | 11011100 | 1000001 | 10110 |
Color Harmonies of #142C5D
Complementary color
Monochromatic Colors of #142C5D
Black with #142C5D
Text Example
Text Example
White with #142C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C5D; }
p { color: rgb(20,44,93); }
H1.HeaderClassName
{
color: #142C5D;
}
.AnyTagClassName
{
color: #142C5D;
}
</style>
background-color css
<style>
a { background-color: #142C5D; }
a { background-color: rgb(20,44,93); }
div.DivClassName
{
background-color: #142C5D;
}
.BgClassName
{
background-color: #142C5D;
}
</style>
border-color css
<style>
span { border-color: #142C5D; }
span { border-color: rgb(20,44,93); }
td.TdClassName
{
border-color: #142C5D;
}
.TagClassName
{
border-color: #142C5D;
}
</style>