Shades of Sapphire #142650
Tints of Sapphire #142650
RGB
CMYK
RGB Variations
Color information
#142650 (or 0x142650) is known color: Sapphire. HEX triplet: 14, 26 and 50. RGB value is (20,38,80). Sum of RGB (Red+Green+Blue) = 20+38+80=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #142650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142650 is #EBD9AF. Grayscale: #252525. Windows color (decimal): -15456688 or 5252628. OLE color: 5252628.
HSL color Cylindrical-coordinate representation of color #142650: hue angle of 222º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142650 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 38 | 80 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.69 |
| HSL | 222º | 0.6% | 0.2% | - |
| HSV(B) | 222º | 0.75% | 0.31% | - |
| XYZ | 2.43 | 2.11 | 7.87 | - |
| YUV | 37.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 80 | 0.75 | 0.52 | 0 | 0.69 | 222 | 0.6 | 0.2 |
| Hex | 14 | 26 | 50 | 4B | 34 | 0 | 45 | DE | 3C | 14 |
| Octal | 24 | 46 | 120 | 113 | 64 | 0 | 105 | 336 | 74 | 24 |
| Binary | 10100 | 100110 | 1010000 | 1001011 | 110100 | 0 | 1000101 | 11011110 | 111100 | 10100 |
Color Harmonies of #142650
Complementary color
Monochromatic Colors of #142650
Black with #142650
Text Example
Text Example
White with #142650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142650; }
p { color: rgb(20,38,80); }
H1.HeaderClassName
{
color: #142650;
}
.AnyTagClassName
{
color: #142650;
}
</style>
background-color css
<style>
a { background-color: #142650; }
a { background-color: rgb(20,38,80); }
div.DivClassName
{
background-color: #142650;
}
.BgClassName
{
background-color: #142650;
}
</style>
border-color css
<style>
span { border-color: #142650; }
span { border-color: rgb(20,38,80); }
td.TdClassName
{
border-color: #142650;
}
.TagClassName
{
border-color: #142650;
}
</style>