Shades of Sapphire #162963
Tints of Sapphire #162963
RGB
CMYK
RGB Variations
Color information
#162963 (or 0x162963) is known color: Sapphire. HEX triplet: 16, 29 and 63. RGB value is (22,41,99). Sum of RGB (Red+Green+Blue) = 22+41+99=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #162963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162963 is #E9D69C. Grayscale: #292929. Windows color (decimal): -15324829 or 6498582. OLE color: 6498582.
HSL color Cylindrical-coordinate representation of color #162963: hue angle of 225.19º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #162963 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 41 | 99 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.61 |
| HSL | 225.19º | 0.64% | 0.24% | - |
| HSV(B) | 225.19º | 0.78% | 0.39% | - |
| XYZ | 3.38 | 2.66 | 12.14 | - |
| YUV | 41.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 99 | 0.78 | 0.59 | 0 | 0.61 | 225.19 | 0.64 | 0.24 |
| Hex | 16 | 29 | 63 | 4E | 3B | 0 | 3D | E1 | 40 | 18 |
| Octal | 26 | 51 | 143 | 116 | 73 | 0 | 75 | 341 | 100 | 30 |
| Binary | 10110 | 101001 | 1100011 | 1001110 | 111011 | 0 | 111101 | 11100001 | 1000000 | 11000 |
Color Harmonies of #162963
Complementary color
Monochromatic Colors of #162963
Black with #162963
Text Example
Text Example
White with #162963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162963; }
p { color: rgb(22,41,99); }
H1.HeaderClassName
{
color: #162963;
}
.AnyTagClassName
{
color: #162963;
}
</style>
background-color css
<style>
a { background-color: #162963; }
a { background-color: rgb(22,41,99); }
div.DivClassName
{
background-color: #162963;
}
.BgClassName
{
background-color: #162963;
}
</style>
border-color css
<style>
span { border-color: #162963; }
span { border-color: rgb(22,41,99); }
td.TdClassName
{
border-color: #162963;
}
.TagClassName
{
border-color: #162963;
}
</style>