Shades of Smalt #16328B
Tints of Smalt #16328B
RGB
CMYK
RGB Variations
Color information
#16328B (or 0x16328B) is known color: Smalt. HEX triplet: 16, 32 and 8B. RGB value is (22,50,139). Sum of RGB (Red+Green+Blue) = 22+50+139=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #16328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16328B is #E9CD74. Grayscale: #333333. Windows color (decimal): -15322485 or 9122326. OLE color: 9122326.
HSL color Cylindrical-coordinate representation of color #16328B: hue angle of 225.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16328B is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 50 | 139 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.45 |
| HSL | 225.64º | 0.73% | 0.32% | - |
| HSV(B) | 225.64º | 0.84% | 0.55% | - |
| XYZ | 6.13 | 4.32 | 24.94 | - |
| YUV | 51.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 139 | 0.84 | 0.64 | 0 | 0.45 | 225.64 | 0.73 | 0.32 |
| Hex | 16 | 32 | 8B | 54 | 40 | 0 | 2D | E2 | 49 | 20 |
| Octal | 26 | 62 | 213 | 124 | 100 | 0 | 55 | 342 | 111 | 40 |
| Binary | 10110 | 110010 | 10001011 | 1010100 | 1000000 | 0 | 101101 | 11100010 | 1001001 | 100000 |
Color Harmonies of #16328B
Complementary color
Monochromatic Colors of #16328B
Black with #16328B
Text Example
Text Example
White with #16328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16328B; }
p { color: rgb(22,50,139); }
H1.HeaderClassName
{
color: #16328B;
}
.AnyTagClassName
{
color: #16328B;
}
</style>
background-color css
<style>
a { background-color: #16328B; }
a { background-color: rgb(22,50,139); }
div.DivClassName
{
background-color: #16328B;
}
.BgClassName
{
background-color: #16328B;
}
</style>
border-color css
<style>
span { border-color: #16328B; }
span { border-color: rgb(22,50,139); }
td.TdClassName
{
border-color: #16328B;
}
.TagClassName
{
border-color: #16328B;
}
</style>