Shades of Smalt #163287
Tints of Smalt #163287
RGB
CMYK
RGB Variations
Color information
#163287 (or 0x163287) is known color: Smalt. HEX triplet: 16, 32 and 87. RGB value is (22,50,135). Sum of RGB (Red+Green+Blue) = 22+50+135=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #163287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163287 is #E9CD78. Grayscale: #323232. Windows color (decimal): -15322489 or 8860182. OLE color: 8860182.
HSL color Cylindrical-coordinate representation of color #163287: hue angle of 225.13º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163287 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 50 | 135 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.47 |
| HSL | 225.13º | 0.72% | 0.31% | - |
| HSV(B) | 225.13º | 0.84% | 0.53% | - |
| XYZ | 5.84 | 4.2 | 23.42 | - |
| YUV | 51.32 | 175.22 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 135 | 0.84 | 0.63 | 0 | 0.47 | 225.13 | 0.72 | 0.31 |
| Hex | 16 | 32 | 87 | 54 | 3F | 0 | 2F | E1 | 48 | 1F |
| Octal | 26 | 62 | 207 | 124 | 77 | 0 | 57 | 341 | 110 | 37 |
| Binary | 10110 | 110010 | 10000111 | 1010100 | 111111 | 0 | 101111 | 11100001 | 1001000 | 11111 |
Color Harmonies of #163287
Complementary color
Monochromatic Colors of #163287
Black with #163287
Text Example
Text Example
White with #163287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163287; }
p { color: rgb(22,50,135); }
H1.HeaderClassName
{
color: #163287;
}
.AnyTagClassName
{
color: #163287;
}
</style>
background-color css
<style>
a { background-color: #163287; }
a { background-color: rgb(22,50,135); }
div.DivClassName
{
background-color: #163287;
}
.BgClassName
{
background-color: #163287;
}
</style>
border-color css
<style>
span { border-color: #163287; }
span { border-color: rgb(22,50,135); }
td.TdClassName
{
border-color: #163287;
}
.TagClassName
{
border-color: #163287;
}
</style>