Shades of Smalt #16318A
Tints of Smalt #16318A
RGB
CMYK
RGB Variations
Color information
#16318A (or 0x16318A) is known color: Smalt. HEX triplet: 16, 31 and 8A. RGB value is (22,49,138). Sum of RGB (Red+Green+Blue) = 22+49+138=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #16318A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16318A is #E9CE75. Grayscale: #323232. Windows color (decimal): -15322742 or 9056534. OLE color: 9056534.
HSL color Cylindrical-coordinate representation of color #16318A: hue angle of 226.03º degrees, saturation: 0.73, 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 #16318A is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 49 | 138 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.46 |
| HSL | 226.03º | 0.73% | 0.31% | - |
| HSV(B) | 226.03º | 0.84% | 0.54% | - |
| XYZ | 6.02 | 4.2 | 24.54 | - |
| YUV | 51.07 | 177.05 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 138 | 0.84 | 0.64 | 0 | 0.46 | 226.03 | 0.73 | 0.31 |
| Hex | 16 | 31 | 8A | 54 | 40 | 0 | 2E | E2 | 48 | 1F |
| Octal | 26 | 61 | 212 | 124 | 100 | 0 | 56 | 342 | 110 | 37 |
| Binary | 10110 | 110001 | 10001010 | 1010100 | 1000000 | 0 | 101110 | 11100010 | 1001000 | 11111 |
Color Harmonies of #16318A
Complementary color
Monochromatic Colors of #16318A
Black with #16318A
Text Example
Text Example
White with #16318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16318A; }
p { color: rgb(22,49,138); }
H1.HeaderClassName
{
color: #16318A;
}
.AnyTagClassName
{
color: #16318A;
}
</style>
background-color css
<style>
a { background-color: #16318A; }
a { background-color: rgb(22,49,138); }
div.DivClassName
{
background-color: #16318A;
}
.BgClassName
{
background-color: #16318A;
}
</style>
border-color css
<style>
span { border-color: #16318A; }
span { border-color: rgb(22,49,138); }
td.TdClassName
{
border-color: #16318A;
}
.TagClassName
{
border-color: #16318A;
}
</style>