Shades of Smalt #163289
Tints of Smalt #163289
RGB
CMYK
RGB Variations
Color information
#163289 (or 0x163289) is known color: Smalt. HEX triplet: 16, 32 and 89. RGB value is (22,50,137). Sum of RGB (Red+Green+Blue) = 22+50+137=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #163289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163289 is #E9CD76. Grayscale: #333333. Windows color (decimal): -15322487 or 8991254. OLE color: 8991254.
HSL color Cylindrical-coordinate representation of color #163289: hue angle of 225.39º 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 #163289 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 50 | 137 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.46 |
| HSL | 225.39º | 0.72% | 0.31% | - |
| HSV(B) | 225.39º | 0.84% | 0.54% | - |
| XYZ | 5.99 | 4.26 | 24.17 | - |
| YUV | 51.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 137 | 0.84 | 0.64 | 0 | 0.46 | 225.39 | 0.72 | 0.31 |
| Hex | 16 | 32 | 89 | 54 | 40 | 0 | 2E | E1 | 48 | 1F |
| Octal | 26 | 62 | 211 | 124 | 100 | 0 | 56 | 341 | 110 | 37 |
| Binary | 10110 | 110010 | 10001001 | 1010100 | 1000000 | 0 | 101110 | 11100001 | 1001000 | 11111 |
Color Harmonies of #163289
Complementary color
Monochromatic Colors of #163289
Black with #163289
Text Example
Text Example
White with #163289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163289; }
p { color: rgb(22,50,137); }
H1.HeaderClassName
{
color: #163289;
}
.AnyTagClassName
{
color: #163289;
}
</style>
background-color css
<style>
a { background-color: #163289; }
a { background-color: rgb(22,50,137); }
div.DivClassName
{
background-color: #163289;
}
.BgClassName
{
background-color: #163289;
}
</style>
border-color css
<style>
span { border-color: #163289; }
span { border-color: rgb(22,50,137); }
td.TdClassName
{
border-color: #163289;
}
.TagClassName
{
border-color: #163289;
}
</style>