Shades of Smalt #16398A
Tints of Smalt #16398A
RGB
CMYK
RGB Variations
Color information
#16398A (or 0x16398A) is known color: Smalt. HEX triplet: 16, 39 and 8A. RGB value is (22,57,138). Sum of RGB (Red+Green+Blue) = 22+57+138=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #16398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16398A is #E9C675. Grayscale: #373737. Windows color (decimal): -15320694 or 9058582. OLE color: 9058582.
HSL color Cylindrical-coordinate representation of color #16398A: hue angle of 221.9º 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 #16398A is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 57 | 138 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.46 |
| HSL | 221.9º | 0.73% | 0.31% | - |
| HSV(B) | 221.9º | 0.84% | 0.54% | - |
| XYZ | 6.38 | 4.93 | 24.66 | - |
| YUV | 55.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 138 | 0.84 | 0.59 | 0 | 0.46 | 221.9 | 0.73 | 0.31 |
| Hex | 16 | 39 | 8A | 54 | 3B | 0 | 2E | DE | 48 | 1F |
| Octal | 26 | 71 | 212 | 124 | 73 | 0 | 56 | 336 | 110 | 37 |
| Binary | 10110 | 111001 | 10001010 | 1010100 | 111011 | 0 | 101110 | 11011110 | 1001000 | 11111 |
Color Harmonies of #16398A
Complementary color
Monochromatic Colors of #16398A
Black with #16398A
Text Example
Text Example
White with #16398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16398A; }
p { color: rgb(22,57,138); }
H1.HeaderClassName
{
color: #16398A;
}
.AnyTagClassName
{
color: #16398A;
}
</style>
background-color css
<style>
a { background-color: #16398A; }
a { background-color: rgb(22,57,138); }
div.DivClassName
{
background-color: #16398A;
}
.BgClassName
{
background-color: #16398A;
}
</style>
border-color css
<style>
span { border-color: #16398A; }
span { border-color: rgb(22,57,138); }
td.TdClassName
{
border-color: #16398A;
}
.TagClassName
{
border-color: #16398A;
}
</style>