Shades of Smalt #163089
Tints of Smalt #163089
RGB
CMYK
RGB Variations
Color information
#163089 (or 0x163089) is known color: Smalt. HEX triplet: 16, 30 and 89. RGB value is (22,48,137). Sum of RGB (Red+Green+Blue) = 22+48+137=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #163089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163089 is #E9CF76. Grayscale: #313131. Windows color (decimal): -15322999 or 8990742. OLE color: 8990742.
HSL color Cylindrical-coordinate representation of color #163089: hue angle of 226.43º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163089 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 48 | 137 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.46 |
| HSL | 226.43º | 0.72% | 0.31% | - |
| HSV(B) | 226.43º | 0.84% | 0.54% | - |
| XYZ | 5.9 | 4.09 | 24.15 | - |
| YUV | 50.37 | 176.89 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 137 | 0.84 | 0.65 | 0 | 0.46 | 226.43 | 0.72 | 0.31 |
| Hex | 16 | 30 | 89 | 54 | 41 | 0 | 2E | E2 | 48 | 1F |
| Octal | 26 | 60 | 211 | 124 | 101 | 0 | 56 | 342 | 110 | 37 |
| Binary | 10110 | 110000 | 10001001 | 1010100 | 1000001 | 0 | 101110 | 11100010 | 1001000 | 11111 |
Color Harmonies of #163089
Complementary color
Monochromatic Colors of #163089
Black with #163089
Text Example
Text Example
White with #163089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163089; }
p { color: rgb(22,48,137); }
H1.HeaderClassName
{
color: #163089;
}
.AnyTagClassName
{
color: #163089;
}
</style>
background-color css
<style>
a { background-color: #163089; }
a { background-color: rgb(22,48,137); }
div.DivClassName
{
background-color: #163089;
}
.BgClassName
{
background-color: #163089;
}
</style>
border-color css
<style>
span { border-color: #163089; }
span { border-color: rgb(22,48,137); }
td.TdClassName
{
border-color: #163089;
}
.TagClassName
{
border-color: #163089;
}
</style>