Shades of Sapphire #163167
Tints of Sapphire #163167
RGB
CMYK
RGB Variations
Color information
#163167 (or 0x163167) is known color: Sapphire. HEX triplet: 16, 31 and 67. RGB value is (22,49,103). Sum of RGB (Red+Green+Blue) = 22+49+103=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #163167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163167 is #E9CE98. Grayscale: #2E2E2E. Windows color (decimal): -15322777 or 6762774. OLE color: 6762774.
HSL color Cylindrical-coordinate representation of color #163167: hue angle of 220º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163167 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 49 | 103 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.60 |
| HSL | 220º | 0.65% | 0.25% | - |
| HSV(B) | 220º | 0.79% | 0.4% | - |
| XYZ | 3.88 | 3.35 | 13.27 | - |
| YUV | 47.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 103 | 0.79 | 0.52 | 0 | 0.60 | 220 | 0.65 | 0.25 |
| Hex | 16 | 31 | 67 | 4F | 34 | 0 | 3C | DC | 41 | 19 |
| Octal | 26 | 61 | 147 | 117 | 64 | 0 | 74 | 334 | 101 | 31 |
| Binary | 10110 | 110001 | 1100111 | 1001111 | 110100 | 0 | 111100 | 11011100 | 1000001 | 11001 |
Color Harmonies of #163167
Complementary color
Monochromatic Colors of #163167
Black with #163167
Text Example
Text Example
White with #163167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163167; }
p { color: rgb(22,49,103); }
H1.HeaderClassName
{
color: #163167;
}
.AnyTagClassName
{
color: #163167;
}
</style>
background-color css
<style>
a { background-color: #163167; }
a { background-color: rgb(22,49,103); }
div.DivClassName
{
background-color: #163167;
}
.BgClassName
{
background-color: #163167;
}
</style>
border-color css
<style>
span { border-color: #163167; }
span { border-color: rgb(22,49,103); }
td.TdClassName
{
border-color: #163167;
}
.TagClassName
{
border-color: #163167;
}
</style>