Shades of Sapphire #142A5D
Tints of Sapphire #142A5D
RGB
CMYK
RGB Variations
Color information
#142A5D (or 0x142A5D) is known color: Sapphire. HEX triplet: 14, 2A and 5D. RGB value is (20,42,93). Sum of RGB (Red+Green+Blue) = 20+42+93=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #142A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A5D is #EBD5A2. Grayscale: #292929. Windows color (decimal): -15455651 or 6105620. OLE color: 6105620.
HSL color Cylindrical-coordinate representation of color #142A5D: hue angle of 221.92º 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 #142A5D is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 42 | 93 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.64 |
| HSL | 221.92º | 0.65% | 0.22% | - |
| HSV(B) | 221.92º | 0.78% | 0.36% | - |
| XYZ | 3.09 | 2.59 | 10.69 | - |
| YUV | 41.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 93 | 0.78 | 0.55 | 0 | 0.64 | 221.92 | 0.65 | 0.22 |
| Hex | 14 | 2A | 5D | 4E | 37 | 0 | 40 | DE | 41 | 16 |
| Octal | 24 | 52 | 135 | 116 | 67 | 0 | 100 | 336 | 101 | 26 |
| Binary | 10100 | 101010 | 1011101 | 1001110 | 110111 | 0 | 1000000 | 11011110 | 1000001 | 10110 |
Color Harmonies of #142A5D
Complementary color
Monochromatic Colors of #142A5D
Black with #142A5D
Text Example
Text Example
White with #142A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A5D; }
p { color: rgb(20,42,93); }
H1.HeaderClassName
{
color: #142A5D;
}
.AnyTagClassName
{
color: #142A5D;
}
</style>
background-color css
<style>
a { background-color: #142A5D; }
a { background-color: rgb(20,42,93); }
div.DivClassName
{
background-color: #142A5D;
}
.BgClassName
{
background-color: #142A5D;
}
</style>
border-color css
<style>
span { border-color: #142A5D; }
span { border-color: rgb(20,42,93); }
td.TdClassName
{
border-color: #142A5D;
}
.TagClassName
{
border-color: #142A5D;
}
</style>