Shades of Smalt #162D85
Tints of Smalt #162D85
RGB
CMYK
RGB Variations
Color information
#162D85 (or 0x162D85) is known color: Smalt. HEX triplet: 16, 2D and 85. RGB value is (22,45,133). Sum of RGB (Red+Green+Blue) = 22+45+133=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #162D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162D85 is #E9D27A. Grayscale: #2F2F2F. Windows color (decimal): -15323771 or 8727830. OLE color: 8727830.
HSL color Cylindrical-coordinate representation of color #162D85: hue angle of 227.57º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #162D85 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 45 | 133 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.48 |
| HSL | 227.57º | 0.72% | 0.3% | - |
| HSV(B) | 227.57º | 0.83% | 0.52% | - |
| XYZ | 5.5 | 3.74 | 22.62 | - |
| YUV | 48.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 133 | 0.83 | 0.66 | 0 | 0.48 | 227.57 | 0.72 | 0.3 |
| Hex | 16 | 2D | 85 | 53 | 42 | 0 | 30 | E4 | 48 | 1E |
| Octal | 26 | 55 | 205 | 123 | 102 | 0 | 60 | 344 | 110 | 36 |
| Binary | 10110 | 101101 | 10000101 | 1010011 | 1000010 | 0 | 110000 | 11100100 | 1001000 | 11110 |
Color Harmonies of #162D85
Complementary color
Monochromatic Colors of #162D85
Black with #162D85
Text Example
Text Example
White with #162D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D85; }
p { color: rgb(22,45,133); }
H1.HeaderClassName
{
color: #162D85;
}
.AnyTagClassName
{
color: #162D85;
}
</style>
background-color css
<style>
a { background-color: #162D85; }
a { background-color: rgb(22,45,133); }
div.DivClassName
{
background-color: #162D85;
}
.BgClassName
{
background-color: #162D85;
}
</style>
border-color css
<style>
span { border-color: #162D85; }
span { border-color: rgb(22,45,133); }
td.TdClassName
{
border-color: #162D85;
}
.TagClassName
{
border-color: #162D85;
}
</style>