Shades of Smalt #163889
Tints of Smalt #163889
RGB
CMYK
RGB Variations
Color information
#163889 (or 0x163889) is known color: Smalt. HEX triplet: 16, 38 and 89. RGB value is (22,56,137). Sum of RGB (Red+Green+Blue) = 22+56+137=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #163889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163889 is #E9C776. Grayscale: #363636. Windows color (decimal): -15320951 or 8992790. OLE color: 8992790.
HSL color Cylindrical-coordinate representation of color #163889: hue angle of 222.26º 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 #163889 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 56 | 137 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.46 |
| HSL | 222.26º | 0.72% | 0.31% | - |
| HSV(B) | 222.26º | 0.84% | 0.54% | - |
| XYZ | 6.26 | 4.81 | 24.26 | - |
| YUV | 55.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 137 | 0.84 | 0.59 | 0 | 0.46 | 222.26 | 0.72 | 0.31 |
| Hex | 16 | 38 | 89 | 54 | 3B | 0 | 2E | DE | 48 | 1F |
| Octal | 26 | 70 | 211 | 124 | 73 | 0 | 56 | 336 | 110 | 37 |
| Binary | 10110 | 111000 | 10001001 | 1010100 | 111011 | 0 | 101110 | 11011110 | 1001000 | 11111 |
Color Harmonies of #163889
Complementary color
Monochromatic Colors of #163889
Black with #163889
Text Example
Text Example
White with #163889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163889; }
p { color: rgb(22,56,137); }
H1.HeaderClassName
{
color: #163889;
}
.AnyTagClassName
{
color: #163889;
}
</style>
background-color css
<style>
a { background-color: #163889; }
a { background-color: rgb(22,56,137); }
div.DivClassName
{
background-color: #163889;
}
.BgClassName
{
background-color: #163889;
}
</style>
border-color css
<style>
span { border-color: #163889; }
span { border-color: rgb(22,56,137); }
td.TdClassName
{
border-color: #163889;
}
.TagClassName
{
border-color: #163889;
}
</style>