Shades of Sapphire #163773
Tints of Sapphire #163773
RGB
CMYK
RGB Variations
Color information
#163773 (or 0x163773) is known color: Sapphire. HEX triplet: 16, 37 and 73. RGB value is (22,55,115). Sum of RGB (Red+Green+Blue) = 22+55+115=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #163773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163773 is #E9C88C. Grayscale: #333333. Windows color (decimal): -15321229 or 7550742. OLE color: 7550742.
HSL color Cylindrical-coordinate representation of color #163773: hue angle of 218.71º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163773 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 55 | 115 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.55 |
| HSL | 218.71º | 0.68% | 0.27% | - |
| HSV(B) | 218.71º | 0.81% | 0.45% | - |
| XYZ | 4.79 | 4.14 | 16.77 | - |
| YUV | 51.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 115 | 0.81 | 0.52 | 0 | 0.55 | 218.71 | 0.68 | 0.27 |
| Hex | 16 | 37 | 73 | 51 | 34 | 0 | 37 | DB | 44 | 1B |
| Octal | 26 | 67 | 163 | 121 | 64 | 0 | 67 | 333 | 104 | 33 |
| Binary | 10110 | 110111 | 1110011 | 1010001 | 110100 | 0 | 110111 | 11011011 | 1000100 | 11011 |
Color Harmonies of #163773
Complementary color
Monochromatic Colors of #163773
Black with #163773
Text Example
Text Example
White with #163773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163773; }
p { color: rgb(22,55,115); }
H1.HeaderClassName
{
color: #163773;
}
.AnyTagClassName
{
color: #163773;
}
</style>
background-color css
<style>
a { background-color: #163773; }
a { background-color: rgb(22,55,115); }
div.DivClassName
{
background-color: #163773;
}
.BgClassName
{
background-color: #163773;
}
</style>
border-color css
<style>
span { border-color: #163773; }
span { border-color: rgb(22,55,115); }
td.TdClassName
{
border-color: #163773;
}
.TagClassName
{
border-color: #163773;
}
</style>