Shades of Smalt #162D86
Tints of Smalt #162D86
RGB
CMYK
RGB Variations
Color information
#162D86 (or 0x162D86) is known color: Smalt. HEX triplet: 16, 2D and 86. RGB value is (22,45,134). Sum of RGB (Red+Green+Blue) = 22+45+134=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #162D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162D86 is #E9D279. Grayscale: #2F2F2F. Windows color (decimal): -15323770 or 8793366. OLE color: 8793366.
HSL color Cylindrical-coordinate representation of color #162D86: hue angle of 227.68º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #162D86 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 45 | 134 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.47 |
| HSL | 227.68º | 0.72% | 0.31% | - |
| HSV(B) | 227.68º | 0.84% | 0.53% | - |
| XYZ | 5.57 | 3.77 | 22.99 | - |
| YUV | 48.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 134 | 0.84 | 0.66 | 0 | 0.47 | 227.68 | 0.72 | 0.31 |
| Hex | 16 | 2D | 86 | 54 | 42 | 0 | 2F | E4 | 48 | 1F |
| Octal | 26 | 55 | 206 | 124 | 102 | 0 | 57 | 344 | 110 | 37 |
| Binary | 10110 | 101101 | 10000110 | 1010100 | 1000010 | 0 | 101111 | 11100100 | 1001000 | 11111 |
Color Harmonies of #162D86
Complementary color
Monochromatic Colors of #162D86
Black with #162D86
Text Example
Text Example
White with #162D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D86; }
p { color: rgb(22,45,134); }
H1.HeaderClassName
{
color: #162D86;
}
.AnyTagClassName
{
color: #162D86;
}
</style>
background-color css
<style>
a { background-color: #162D86; }
a { background-color: rgb(22,45,134); }
div.DivClassName
{
background-color: #162D86;
}
.BgClassName
{
background-color: #162D86;
}
</style>
border-color css
<style>
span { border-color: #162D86; }
span { border-color: rgb(22,45,134); }
td.TdClassName
{
border-color: #162D86;
}
.TagClassName
{
border-color: #162D86;
}
</style>