Shades of Sapphire #142D66
Tints of Sapphire #142D66
RGB
CMYK
RGB Variations
Color information
#142D66 (or 0x142D66) is known color: Sapphire. HEX triplet: 14, 2D and 66. RGB value is (20,45,102). Sum of RGB (Red+Green+Blue) = 20+45+102=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #142D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D66 is #EBD299. Grayscale: #2B2B2B. Windows color (decimal): -15454874 or 6696212. OLE color: 6696212.
HSL color Cylindrical-coordinate representation of color #142D66: hue angle of 221.71º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142D66 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 45 | 102 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.6 |
| HSL | 221.71º | 0.67% | 0.24% | - |
| HSV(B) | 221.71º | 0.8% | 0.4% | - |
| XYZ | 3.63 | 2.98 | 12.96 | - |
| YUV | 44.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 102 | 0.80 | 0.56 | 0 | 0.6 | 221.71 | 0.67 | 0.24 |
| Hex | 14 | 2D | 66 | 50 | 38 | 0 | 3C | DE | 43 | 18 |
| Octal | 24 | 55 | 146 | 120 | 70 | 0 | 74 | 336 | 103 | 30 |
| Binary | 10100 | 101101 | 1100110 | 1010000 | 111000 | 0 | 111100 | 11011110 | 1000011 | 11000 |
Color Harmonies of #142D66
Complementary color
Monochromatic Colors of #142D66
Black with #142D66
Text Example
Text Example
White with #142D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D66; }
p { color: rgb(20,45,102); }
H1.HeaderClassName
{
color: #142D66;
}
.AnyTagClassName
{
color: #142D66;
}
</style>
background-color css
<style>
a { background-color: #142D66; }
a { background-color: rgb(20,45,102); }
div.DivClassName
{
background-color: #142D66;
}
.BgClassName
{
background-color: #142D66;
}
</style>
border-color css
<style>
span { border-color: #142D66; }
span { border-color: rgb(20,45,102); }
td.TdClassName
{
border-color: #142D66;
}
.TagClassName
{
border-color: #142D66;
}
</style>