Shades of Smalt #163086
Tints of Smalt #163086
RGB
CMYK
RGB Variations
Color information
#163086 (or 0x163086) is known color: Smalt. HEX triplet: 16, 30 and 86. RGB value is (22,48,134). Sum of RGB (Red+Green+Blue) = 22+48+134=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #163086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163086 is #E9CF79. Grayscale: #313131. Windows color (decimal): -15323002 or 8794134. OLE color: 8794134.
HSL color Cylindrical-coordinate representation of color #163086: hue angle of 226.07º 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 #163086 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 48 | 134 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.47 |
| HSL | 226.07º | 0.72% | 0.31% | - |
| HSV(B) | 226.07º | 0.84% | 0.53% | - |
| XYZ | 5.69 | 4.01 | 23.03 | - |
| YUV | 50.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 134 | 0.84 | 0.64 | 0 | 0.47 | 226.07 | 0.72 | 0.31 |
| Hex | 16 | 30 | 86 | 54 | 40 | 0 | 2F | E2 | 48 | 1F |
| Octal | 26 | 60 | 206 | 124 | 100 | 0 | 57 | 342 | 110 | 37 |
| Binary | 10110 | 110000 | 10000110 | 1010100 | 1000000 | 0 | 101111 | 11100010 | 1001000 | 11111 |
Color Harmonies of #163086
Complementary color
Monochromatic Colors of #163086
Black with #163086
Text Example
Text Example
White with #163086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163086; }
p { color: rgb(22,48,134); }
H1.HeaderClassName
{
color: #163086;
}
.AnyTagClassName
{
color: #163086;
}
</style>
background-color css
<style>
a { background-color: #163086; }
a { background-color: rgb(22,48,134); }
div.DivClassName
{
background-color: #163086;
}
.BgClassName
{
background-color: #163086;
}
</style>
border-color css
<style>
span { border-color: #163086; }
span { border-color: rgb(22,48,134); }
td.TdClassName
{
border-color: #163086;
}
.TagClassName
{
border-color: #163086;
}
</style>