Shades of Sapphire #142A63
Tints of Sapphire #142A63
RGB
CMYK
RGB Variations
Color information
#142A63 (or 0x142A63) is known color: Sapphire. HEX triplet: 14, 2A and 63. RGB value is (20,42,99). Sum of RGB (Red+Green+Blue) = 20+42+99=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #142A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A63 is #EBD59C. Grayscale: #292929. Windows color (decimal): -15455645 or 6498836. OLE color: 6498836.
HSL color Cylindrical-coordinate representation of color #142A63: hue angle of 223.29º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142A63 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 42 | 99 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.61 |
| HSL | 223.29º | 0.66% | 0.23% | - |
| HSV(B) | 223.29º | 0.8% | 0.39% | - |
| XYZ | 3.37 | 2.71 | 12.15 | - |
| YUV | 41.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 99 | 0.80 | 0.58 | 0 | 0.61 | 223.29 | 0.66 | 0.23 |
| Hex | 14 | 2A | 63 | 50 | 3A | 0 | 3D | DF | 42 | 17 |
| Octal | 24 | 52 | 143 | 120 | 72 | 0 | 75 | 337 | 102 | 27 |
| Binary | 10100 | 101010 | 1100011 | 1010000 | 111010 | 0 | 111101 | 11011111 | 1000010 | 10111 |
Color Harmonies of #142A63
Complementary color
Monochromatic Colors of #142A63
Black with #142A63
Text Example
Text Example
White with #142A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A63; }
p { color: rgb(20,42,99); }
H1.HeaderClassName
{
color: #142A63;
}
.AnyTagClassName
{
color: #142A63;
}
</style>
background-color css
<style>
a { background-color: #142A63; }
a { background-color: rgb(20,42,99); }
div.DivClassName
{
background-color: #142A63;
}
.BgClassName
{
background-color: #142A63;
}
</style>
border-color css
<style>
span { border-color: #142A63; }
span { border-color: rgb(20,42,99); }
td.TdClassName
{
border-color: #142A63;
}
.TagClassName
{
border-color: #142A63;
}
</style>