Shades of Sapphire #142D5D
Tints of Sapphire #142D5D
RGB
CMYK
RGB Variations
Color information
#142D5D (or 0x142D5D) is known color: Sapphire. HEX triplet: 14, 2D and 5D. RGB value is (20,45,93). Sum of RGB (Red+Green+Blue) = 20+45+93=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #142D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D5D is #EBD2A2. Grayscale: #2A2A2A. Windows color (decimal): -15454883 or 6106388. OLE color: 6106388.
HSL color Cylindrical-coordinate representation of color #142D5D: hue angle of 219.45º 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 #142D5D is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 45 | 93 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.64 |
| HSL | 219.45º | 0.65% | 0.22% | - |
| HSV(B) | 219.45º | 0.78% | 0.36% | - |
| XYZ | 3.2 | 2.82 | 10.73 | - |
| YUV | 43 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 93 | 0.78 | 0.52 | 0 | 0.64 | 219.45 | 0.65 | 0.22 |
| Hex | 14 | 2D | 5D | 4E | 34 | 0 | 40 | DB | 41 | 16 |
| Octal | 24 | 55 | 135 | 116 | 64 | 0 | 100 | 333 | 101 | 26 |
| Binary | 10100 | 101101 | 1011101 | 1001110 | 110100 | 0 | 1000000 | 11011011 | 1000001 | 10110 |
Color Harmonies of #142D5D
Complementary color
Monochromatic Colors of #142D5D
Black with #142D5D
Text Example
Text Example
White with #142D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D5D; }
p { color: rgb(20,45,93); }
H1.HeaderClassName
{
color: #142D5D;
}
.AnyTagClassName
{
color: #142D5D;
}
</style>
background-color css
<style>
a { background-color: #142D5D; }
a { background-color: rgb(20,45,93); }
div.DivClassName
{
background-color: #142D5D;
}
.BgClassName
{
background-color: #142D5D;
}
</style>
border-color css
<style>
span { border-color: #142D5D; }
span { border-color: rgb(20,45,93); }
td.TdClassName
{
border-color: #142D5D;
}
.TagClassName
{
border-color: #142D5D;
}
</style>