Shades of Sapphire #142D60
Tints of Sapphire #142D60
RGB
CMYK
RGB Variations
Color information
#142D60 (or 0x142D60) is known color: Sapphire. HEX triplet: 14, 2D and 60. RGB value is (20,45,96). Sum of RGB (Red+Green+Blue) = 20+45+96=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #142D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D60 is #EBD29F. Grayscale: #2B2B2B. Windows color (decimal): -15454880 or 6302996. OLE color: 6302996.
HSL color Cylindrical-coordinate representation of color #142D60: hue angle of 220.26º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142D60 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 45 | 96 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.62 |
| HSL | 220.26º | 0.66% | 0.23% | - |
| HSV(B) | 220.26º | 0.79% | 0.38% | - |
| XYZ | 3.34 | 2.87 | 11.44 | - |
| YUV | 43.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 96 | 0.79 | 0.53 | 0 | 0.62 | 220.26 | 0.66 | 0.23 |
| Hex | 14 | 2D | 60 | 4F | 35 | 0 | 3E | DC | 42 | 17 |
| Octal | 24 | 55 | 140 | 117 | 65 | 0 | 76 | 334 | 102 | 27 |
| Binary | 10100 | 101101 | 1100000 | 1001111 | 110101 | 0 | 111110 | 11011100 | 1000010 | 10111 |
Color Harmonies of #142D60
Complementary color
Monochromatic Colors of #142D60
Black with #142D60
Text Example
Text Example
White with #142D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D60; }
p { color: rgb(20,45,96); }
H1.HeaderClassName
{
color: #142D60;
}
.AnyTagClassName
{
color: #142D60;
}
</style>
background-color css
<style>
a { background-color: #142D60; }
a { background-color: rgb(20,45,96); }
div.DivClassName
{
background-color: #142D60;
}
.BgClassName
{
background-color: #142D60;
}
</style>
border-color css
<style>
span { border-color: #142D60; }
span { border-color: rgb(20,45,96); }
td.TdClassName
{
border-color: #142D60;
}
.TagClassName
{
border-color: #142D60;
}
</style>