Shades of Sapphire #163772
Tints of Sapphire #163772
RGB
CMYK
RGB Variations
Color information
#163772 (or 0x163772) is known color: Sapphire. HEX triplet: 16, 37 and 72. RGB value is (22,55,114). Sum of RGB (Red+Green+Blue) = 22+55+114=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #163772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163772 is #E9C88D. Grayscale: #333333. Windows color (decimal): -15321230 or 7485206. OLE color: 7485206.
HSL color Cylindrical-coordinate representation of color #163772: hue angle of 218.48º 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 #163772 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 55 | 114 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.55 |
| HSL | 218.48º | 0.68% | 0.27% | - |
| HSV(B) | 218.48º | 0.81% | 0.45% | - |
| XYZ | 4.73 | 4.12 | 16.46 | - |
| YUV | 51.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 114 | 0.81 | 0.52 | 0 | 0.55 | 218.48 | 0.68 | 0.27 |
| Hex | 16 | 37 | 72 | 51 | 34 | 0 | 37 | DA | 44 | 1B |
| Octal | 26 | 67 | 162 | 121 | 64 | 0 | 67 | 332 | 104 | 33 |
| Binary | 10110 | 110111 | 1110010 | 1010001 | 110100 | 0 | 110111 | 11011010 | 1000100 | 11011 |
Color Harmonies of #163772
Complementary color
Monochromatic Colors of #163772
Black with #163772
Text Example
Text Example
White with #163772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163772; }
p { color: rgb(22,55,114); }
H1.HeaderClassName
{
color: #163772;
}
.AnyTagClassName
{
color: #163772;
}
</style>
background-color css
<style>
a { background-color: #163772; }
a { background-color: rgb(22,55,114); }
div.DivClassName
{
background-color: #163772;
}
.BgClassName
{
background-color: #163772;
}
</style>
border-color css
<style>
span { border-color: #163772; }
span { border-color: rgb(22,55,114); }
td.TdClassName
{
border-color: #163772;
}
.TagClassName
{
border-color: #163772;
}
</style>