Shades of Smalt #16348A
Tints of Smalt #16348A
RGB
CMYK
RGB Variations
Color information
#16348A (or 0x16348A) is known color: Smalt. HEX triplet: 16, 34 and 8A. RGB value is (22,52,138). Sum of RGB (Red+Green+Blue) = 22+52+138=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #16348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16348A is #E9CB75. Grayscale: #343434. Windows color (decimal): -15321974 or 9057302. OLE color: 9057302.
HSL color Cylindrical-coordinate representation of color #16348A: hue angle of 224.48º 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 #16348A is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 52 | 138 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.46 |
| HSL | 224.48º | 0.73% | 0.31% | - |
| HSV(B) | 224.48º | 0.84% | 0.54% | - |
| XYZ | 6.15 | 4.46 | 24.58 | - |
| YUV | 52.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 138 | 0.84 | 0.62 | 0 | 0.46 | 224.48 | 0.73 | 0.31 |
| Hex | 16 | 34 | 8A | 54 | 3E | 0 | 2E | E0 | 48 | 1F |
| Octal | 26 | 64 | 212 | 124 | 76 | 0 | 56 | 340 | 110 | 37 |
| Binary | 10110 | 110100 | 10001010 | 1010100 | 111110 | 0 | 101110 | 11100000 | 1001000 | 11111 |
Color Harmonies of #16348A
Complementary color
Monochromatic Colors of #16348A
Black with #16348A
Text Example
Text Example
White with #16348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16348A; }
p { color: rgb(22,52,138); }
H1.HeaderClassName
{
color: #16348A;
}
.AnyTagClassName
{
color: #16348A;
}
</style>
background-color css
<style>
a { background-color: #16348A; }
a { background-color: rgb(22,52,138); }
div.DivClassName
{
background-color: #16348A;
}
.BgClassName
{
background-color: #16348A;
}
</style>
border-color css
<style>
span { border-color: #16348A; }
span { border-color: rgb(22,52,138); }
td.TdClassName
{
border-color: #16348A;
}
.TagClassName
{
border-color: #16348A;
}
</style>