Shades of Sapphire #142A55
Tints of Sapphire #142A55
RGB
CMYK
RGB Variations
Color information
#142A55 (or 0x142A55) is known color: Sapphire. HEX triplet: 14, 2A and 55. RGB value is (20,42,85). Sum of RGB (Red+Green+Blue) = 20+42+85=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #142A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A55 is #EBD5AA. Grayscale: #282828. Windows color (decimal): -15455659 or 5581332. OLE color: 5581332.
HSL color Cylindrical-coordinate representation of color #142A55: hue angle of 219.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142A55 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 42 | 85 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.67 |
| HSL | 219.69º | 0.62% | 0.21% | - |
| HSV(B) | 219.69º | 0.76% | 0.33% | - |
| XYZ | 2.76 | 2.46 | 8.92 | - |
| YUV | 40.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 85 | 0.76 | 0.51 | 0 | 0.67 | 219.69 | 0.62 | 0.21 |
| Hex | 14 | 2A | 55 | 4C | 33 | 0 | 43 | DC | 3E | 15 |
| Octal | 24 | 52 | 125 | 114 | 63 | 0 | 103 | 334 | 76 | 25 |
| Binary | 10100 | 101010 | 1010101 | 1001100 | 110011 | 0 | 1000011 | 11011100 | 111110 | 10101 |
Color Harmonies of #142A55
Complementary color
Monochromatic Colors of #142A55
Black with #142A55
Text Example
Text Example
White with #142A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A55; }
p { color: rgb(20,42,85); }
H1.HeaderClassName
{
color: #142A55;
}
.AnyTagClassName
{
color: #142A55;
}
</style>
background-color css
<style>
a { background-color: #142A55; }
a { background-color: rgb(20,42,85); }
div.DivClassName
{
background-color: #142A55;
}
.BgClassName
{
background-color: #142A55;
}
</style>
border-color css
<style>
span { border-color: #142A55; }
span { border-color: rgb(20,42,85); }
td.TdClassName
{
border-color: #142A55;
}
.TagClassName
{
border-color: #142A55;
}
</style>