Shades of Sapphire #142D7D
Tints of Sapphire #142D7D
RGB
CMYK
RGB Variations
Color information
#142D7D (or 0x142D7D) is known color: Sapphire. HEX triplet: 14, 2D and 7D. RGB value is (20,45,125). Sum of RGB (Red+Green+Blue) = 20+45+125=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #142D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D7D is #EBD282. Grayscale: #2E2E2E. Windows color (decimal): -15454851 or 8203540. OLE color: 8203540.
HSL color Cylindrical-coordinate representation of color #142D7D: hue angle of 225.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142D7D is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 45 | 125 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.51 |
| HSL | 225.71º | 0.72% | 0.28% | - |
| HSV(B) | 225.71º | 0.84% | 0.49% | - |
| XYZ | 4.93 | 3.51 | 19.82 | - |
| YUV | 46.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 125 | 0.84 | 0.64 | 0 | 0.51 | 225.71 | 0.72 | 0.28 |
| Hex | 14 | 2D | 7D | 54 | 40 | 0 | 33 | E2 | 48 | 1C |
| Octal | 24 | 55 | 175 | 124 | 100 | 0 | 63 | 342 | 110 | 34 |
| Binary | 10100 | 101101 | 1111101 | 1010100 | 1000000 | 0 | 110011 | 11100010 | 1001000 | 11100 |
Color Harmonies of #142D7D
Complementary color
Monochromatic Colors of #142D7D
Black with #142D7D
Text Example
Text Example
White with #142D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D7D; }
p { color: rgb(20,45,125); }
H1.HeaderClassName
{
color: #142D7D;
}
.AnyTagClassName
{
color: #142D7D;
}
</style>
background-color css
<style>
a { background-color: #142D7D; }
a { background-color: rgb(20,45,125); }
div.DivClassName
{
background-color: #142D7D;
}
.BgClassName
{
background-color: #142D7D;
}
</style>
border-color css
<style>
span { border-color: #142D7D; }
span { border-color: rgb(20,45,125); }
td.TdClassName
{
border-color: #142D7D;
}
.TagClassName
{
border-color: #142D7D;
}
</style>