Shades of Smalt #163A8B
Tints of Smalt #163A8B
RGB
CMYK
RGB Variations
Color information
#163A8B (or 0x163A8B) is known color: Smalt. HEX triplet: 16, 3A and 8B. RGB value is (22,58,139). Sum of RGB (Red+Green+Blue) = 22+58+139=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #163A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A8B is #E9C574. Grayscale: #383838. Windows color (decimal): -15320437 or 9124374. OLE color: 9124374.
HSL color Cylindrical-coordinate representation of color #163A8B: hue angle of 221.54º 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 #163A8B is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 58 | 139 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.45 |
| HSL | 221.54º | 0.73% | 0.32% | - |
| HSV(B) | 221.54º | 0.84% | 0.55% | - |
| XYZ | 6.5 | 5.06 | 25.06 | - |
| YUV | 56.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 139 | 0.84 | 0.58 | 0 | 0.45 | 221.54 | 0.73 | 0.32 |
| Hex | 16 | 3A | 8B | 54 | 3A | 0 | 2D | DE | 49 | 20 |
| Octal | 26 | 72 | 213 | 124 | 72 | 0 | 55 | 336 | 111 | 40 |
| Binary | 10110 | 111010 | 10001011 | 1010100 | 111010 | 0 | 101101 | 11011110 | 1001001 | 100000 |
Color Harmonies of #163A8B
Complementary color
Monochromatic Colors of #163A8B
Black with #163A8B
Text Example
Text Example
White with #163A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A8B; }
p { color: rgb(22,58,139); }
H1.HeaderClassName
{
color: #163A8B;
}
.AnyTagClassName
{
color: #163A8B;
}
</style>
background-color css
<style>
a { background-color: #163A8B; }
a { background-color: rgb(22,58,139); }
div.DivClassName
{
background-color: #163A8B;
}
.BgClassName
{
background-color: #163A8B;
}
</style>
border-color css
<style>
span { border-color: #163A8B; }
span { border-color: rgb(22,58,139); }
td.TdClassName
{
border-color: #163A8B;
}
.TagClassName
{
border-color: #163A8B;
}
</style>