Shades of Smalt #16398B
Tints of Smalt #16398B
RGB
CMYK
RGB Variations
Color information
#16398B (or 0x16398B) is known color: Smalt. HEX triplet: 16, 39 and 8B. RGB value is (22,57,139). Sum of RGB (Red+Green+Blue) = 22+57+139=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #16398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16398B is #E9C674. Grayscale: #373737. Windows color (decimal): -15320693 or 9124118. OLE color: 9124118.
HSL color Cylindrical-coordinate representation of color #16398B: hue angle of 222.05º 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 #16398B is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 57 | 139 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.45 |
| HSL | 222.05º | 0.73% | 0.32% | - |
| HSV(B) | 222.05º | 0.84% | 0.55% | - |
| XYZ | 6.45 | 4.96 | 25.04 | - |
| YUV | 55.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 139 | 0.84 | 0.59 | 0 | 0.45 | 222.05 | 0.73 | 0.32 |
| Hex | 16 | 39 | 8B | 54 | 3B | 0 | 2D | DE | 49 | 20 |
| Octal | 26 | 71 | 213 | 124 | 73 | 0 | 55 | 336 | 111 | 40 |
| Binary | 10110 | 111001 | 10001011 | 1010100 | 111011 | 0 | 101101 | 11011110 | 1001001 | 100000 |
Color Harmonies of #16398B
Complementary color
Monochromatic Colors of #16398B
Black with #16398B
Text Example
Text Example
White with #16398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16398B; }
p { color: rgb(22,57,139); }
H1.HeaderClassName
{
color: #16398B;
}
.AnyTagClassName
{
color: #16398B;
}
</style>
background-color css
<style>
a { background-color: #16398B; }
a { background-color: rgb(22,57,139); }
div.DivClassName
{
background-color: #16398B;
}
.BgClassName
{
background-color: #16398B;
}
</style>
border-color css
<style>
span { border-color: #16398B; }
span { border-color: rgb(22,57,139); }
td.TdClassName
{
border-color: #16398B;
}
.TagClassName
{
border-color: #16398B;
}
</style>