Shades of Sapphire #142D54
Tints of Sapphire #142D54
RGB
CMYK
RGB Variations
Color information
#142D54 (or 0x142D54) is known color: Sapphire. HEX triplet: 14, 2D and 54. RGB value is (20,45,84). Sum of RGB (Red+Green+Blue) = 20+45+84=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #142D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D54 is #EBD2AB. Grayscale: #292929. Windows color (decimal): -15454892 or 5516564. OLE color: 5516564.
HSL color Cylindrical-coordinate representation of color #142D54: hue angle of 216.56º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142D54 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 45 | 84 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.67 |
| HSL | 216.56º | 0.62% | 0.2% | - |
| HSV(B) | 216.56º | 0.76% | 0.33% | - |
| XYZ | 2.83 | 2.67 | 8.75 | - |
| YUV | 41.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 84 | 0.76 | 0.46 | 0 | 0.67 | 216.56 | 0.62 | 0.2 |
| Hex | 14 | 2D | 54 | 4C | 2E | 0 | 43 | D9 | 3E | 14 |
| Octal | 24 | 55 | 124 | 114 | 56 | 0 | 103 | 331 | 76 | 24 |
| Binary | 10100 | 101101 | 1010100 | 1001100 | 101110 | 0 | 1000011 | 11011001 | 111110 | 10100 |
Color Harmonies of #142D54
Complementary color
Monochromatic Colors of #142D54
Black with #142D54
Text Example
Text Example
White with #142D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D54; }
p { color: rgb(20,45,84); }
H1.HeaderClassName
{
color: #142D54;
}
.AnyTagClassName
{
color: #142D54;
}
</style>
background-color css
<style>
a { background-color: #142D54; }
a { background-color: rgb(20,45,84); }
div.DivClassName
{
background-color: #142D54;
}
.BgClassName
{
background-color: #142D54;
}
</style>
border-color css
<style>
span { border-color: #142D54; }
span { border-color: rgb(20,45,84); }
td.TdClassName
{
border-color: #142D54;
}
.TagClassName
{
border-color: #142D54;
}
</style>