Shades of Smalt #162E89
Tints of Smalt #162E89
RGB
CMYK
RGB Variations
Color information
#162E89 (or 0x162E89) is known color: Smalt. HEX triplet: 16, 2E and 89. RGB value is (22,46,137). Sum of RGB (Red+Green+Blue) = 22+46+137=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #162E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162E89 is #E9D176. Grayscale: #303030. Windows color (decimal): -15323511 or 8990230. OLE color: 8990230.
HSL color Cylindrical-coordinate representation of color #162E89: hue angle of 227.48º degrees, saturation: 0.72, 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 #162E89 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 46 | 137 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.46 |
| HSL | 227.48º | 0.72% | 0.31% | - |
| HSV(B) | 227.48º | 0.84% | 0.54% | - |
| XYZ | 5.82 | 3.93 | 24.12 | - |
| YUV | 49.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 137 | 0.84 | 0.66 | 0 | 0.46 | 227.48 | 0.72 | 0.31 |
| Hex | 16 | 2E | 89 | 54 | 42 | 0 | 2E | E3 | 48 | 1F |
| Octal | 26 | 56 | 211 | 124 | 102 | 0 | 56 | 343 | 110 | 37 |
| Binary | 10110 | 101110 | 10001001 | 1010100 | 1000010 | 0 | 101110 | 11100011 | 1001000 | 11111 |
Color Harmonies of #162E89
Complementary color
Monochromatic Colors of #162E89
Black with #162E89
Text Example
Text Example
White with #162E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E89; }
p { color: rgb(22,46,137); }
H1.HeaderClassName
{
color: #162E89;
}
.AnyTagClassName
{
color: #162E89;
}
</style>
background-color css
<style>
a { background-color: #162E89; }
a { background-color: rgb(22,46,137); }
div.DivClassName
{
background-color: #162E89;
}
.BgClassName
{
background-color: #162E89;
}
</style>
border-color css
<style>
span { border-color: #162E89; }
span { border-color: rgb(22,46,137); }
td.TdClassName
{
border-color: #162E89;
}
.TagClassName
{
border-color: #162E89;
}
</style>