Shades of Sapphire #142163
Tints of Sapphire #142163
RGB
CMYK
RGB Variations
Color information
#142163 (or 0x142163) is known color: Sapphire. HEX triplet: 14, 21 and 63. RGB value is (20,33,99). Sum of RGB (Red+Green+Blue) = 20+33+99=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #142163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142163 is #EBDE9C. Grayscale: #242424. Windows color (decimal): -15457949 or 6496532. OLE color: 6496532.
HSL color Cylindrical-coordinate representation of color #142163: hue angle of 230.13º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142163 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 33 | 99 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.61 |
| HSL | 230.13º | 0.66% | 0.23% | - |
| HSV(B) | 230.13º | 0.8% | 0.39% | - |
| XYZ | 3.08 | 2.14 | 12.05 | - |
| YUV | 36.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 99 | 0.80 | 0.67 | 0 | 0.61 | 230.13 | 0.66 | 0.23 |
| Hex | 14 | 21 | 63 | 50 | 43 | 0 | 3D | E6 | 42 | 17 |
| Octal | 24 | 41 | 143 | 120 | 103 | 0 | 75 | 346 | 102 | 27 |
| Binary | 10100 | 100001 | 1100011 | 1010000 | 1000011 | 0 | 111101 | 11100110 | 1000010 | 10111 |
Color Harmonies of #142163
Complementary color
Monochromatic Colors of #142163
Black with #142163
Text Example
Text Example
White with #142163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142163; }
p { color: rgb(20,33,99); }
H1.HeaderClassName
{
color: #142163;
}
.AnyTagClassName
{
color: #142163;
}
</style>
background-color css
<style>
a { background-color: #142163; }
a { background-color: rgb(20,33,99); }
div.DivClassName
{
background-color: #142163;
}
.BgClassName
{
background-color: #142163;
}
</style>
border-color css
<style>
span { border-color: #142163; }
span { border-color: rgb(20,33,99); }
td.TdClassName
{
border-color: #142163;
}
.TagClassName
{
border-color: #142163;
}
</style>