Shades of Smalt #163085
Tints of Smalt #163085
RGB
CMYK
RGB Variations
Color information
#163085 (or 0x163085) is known color: Smalt. HEX triplet: 16, 30 and 85. RGB value is (22,48,133). Sum of RGB (Red+Green+Blue) = 22+48+133=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #163085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163085 is #E9CF7A. Grayscale: #313131. Windows color (decimal): -15323003 or 8728598. OLE color: 8728598.
HSL color Cylindrical-coordinate representation of color #163085: hue angle of 225.95º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163085 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 48 | 133 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.48 |
| HSL | 225.95º | 0.72% | 0.3% | - |
| HSV(B) | 225.95º | 0.83% | 0.52% | - |
| XYZ | 5.62 | 3.98 | 22.66 | - |
| YUV | 49.92 | 174.89 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 133 | 0.83 | 0.64 | 0 | 0.48 | 225.95 | 0.72 | 0.3 |
| Hex | 16 | 30 | 85 | 53 | 40 | 0 | 30 | E2 | 48 | 1E |
| Octal | 26 | 60 | 205 | 123 | 100 | 0 | 60 | 342 | 110 | 36 |
| Binary | 10110 | 110000 | 10000101 | 1010011 | 1000000 | 0 | 110000 | 11100010 | 1001000 | 11110 |
Color Harmonies of #163085
Complementary color
Monochromatic Colors of #163085
Black with #163085
Text Example
Text Example
White with #163085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163085; }
p { color: rgb(22,48,133); }
H1.HeaderClassName
{
color: #163085;
}
.AnyTagClassName
{
color: #163085;
}
</style>
background-color css
<style>
a { background-color: #163085; }
a { background-color: rgb(22,48,133); }
div.DivClassName
{
background-color: #163085;
}
.BgClassName
{
background-color: #163085;
}
</style>
border-color css
<style>
span { border-color: #163085; }
span { border-color: rgb(22,48,133); }
td.TdClassName
{
border-color: #163085;
}
.TagClassName
{
border-color: #163085;
}
</style>