Shades of Smalt #16368B
Tints of Smalt #16368B
RGB
CMYK
RGB Variations
Color information
#16368B (or 0x16368B) is known color: Smalt. HEX triplet: 16, 36 and 8B. RGB value is (22,54,139). Sum of RGB (Red+Green+Blue) = 22+54+139=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #16368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16368B is #E9C974. Grayscale: #353535. Windows color (decimal): -15321461 or 9123350. OLE color: 9123350.
HSL color Cylindrical-coordinate representation of color #16368B: hue angle of 223.59º 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 #16368B is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 54 | 139 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.45 |
| HSL | 223.59º | 0.73% | 0.32% | - |
| HSV(B) | 223.59º | 0.84% | 0.55% | - |
| XYZ | 6.31 | 4.67 | 25 | - |
| YUV | 54.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 139 | 0.84 | 0.61 | 0 | 0.45 | 223.59 | 0.73 | 0.32 |
| Hex | 16 | 36 | 8B | 54 | 3D | 0 | 2D | E0 | 49 | 20 |
| Octal | 26 | 66 | 213 | 124 | 75 | 0 | 55 | 340 | 111 | 40 |
| Binary | 10110 | 110110 | 10001011 | 1010100 | 111101 | 0 | 101101 | 11100000 | 1001001 | 100000 |
Color Harmonies of #16368B
Complementary color
Monochromatic Colors of #16368B
Black with #16368B
Text Example
Text Example
White with #16368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16368B; }
p { color: rgb(22,54,139); }
H1.HeaderClassName
{
color: #16368B;
}
.AnyTagClassName
{
color: #16368B;
}
</style>
background-color css
<style>
a { background-color: #16368B; }
a { background-color: rgb(22,54,139); }
div.DivClassName
{
background-color: #16368B;
}
.BgClassName
{
background-color: #16368B;
}
</style>
border-color css
<style>
span { border-color: #16368B; }
span { border-color: rgb(22,54,139); }
td.TdClassName
{
border-color: #16368B;
}
.TagClassName
{
border-color: #16368B;
}
</style>