Shades of Sapphire #163671
Tints of Sapphire #163671
RGB
CMYK
RGB Variations
Color information
#163671 (or 0x163671) is known color: Sapphire. HEX triplet: 16, 36 and 71. RGB value is (22,54,113). Sum of RGB (Red+Green+Blue) = 22+54+113=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #163671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163671 is #E9C98E. Grayscale: #323232. Windows color (decimal): -15321487 or 7419414. OLE color: 7419414.
HSL color Cylindrical-coordinate representation of color #163671: hue angle of 218.9º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163671 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 54 | 113 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.56 |
| HSL | 218.9º | 0.67% | 0.26% | - |
| HSV(B) | 218.9º | 0.81% | 0.44% | - |
| XYZ | 4.63 | 4 | 16.15 | - |
| YUV | 51.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 113 | 0.81 | 0.52 | 0 | 0.56 | 218.9 | 0.67 | 0.26 |
| Hex | 16 | 36 | 71 | 51 | 34 | 0 | 38 | DB | 43 | 1A |
| Octal | 26 | 66 | 161 | 121 | 64 | 0 | 70 | 333 | 103 | 32 |
| Binary | 10110 | 110110 | 1110001 | 1010001 | 110100 | 0 | 111000 | 11011011 | 1000011 | 11010 |
Color Harmonies of #163671
Complementary color
Monochromatic Colors of #163671
Black with #163671
Text Example
Text Example
White with #163671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163671; }
p { color: rgb(22,54,113); }
H1.HeaderClassName
{
color: #163671;
}
.AnyTagClassName
{
color: #163671;
}
</style>
background-color css
<style>
a { background-color: #163671; }
a { background-color: rgb(22,54,113); }
div.DivClassName
{
background-color: #163671;
}
.BgClassName
{
background-color: #163671;
}
</style>
border-color css
<style>
span { border-color: #163671; }
span { border-color: rgb(22,54,113); }
td.TdClassName
{
border-color: #163671;
}
.TagClassName
{
border-color: #163671;
}
</style>