Shades of Smalt #153489
Tints of Smalt #153489
RGB
CMYK
RGB Variations
Color information
#153489 (or 0x153489) is known color: Smalt. HEX triplet: 15, 34 and 89. RGB value is (21,52,137). Sum of RGB (Red+Green+Blue) = 21+52+137=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #153489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153489 is #EACB76. Grayscale: #343434. Windows color (decimal): -15387511 or 8991765. OLE color: 8991765.
HSL color Cylindrical-coordinate representation of color #153489: hue angle of 223.97º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153489 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 52 | 137 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.46 |
| HSL | 223.97º | 0.73% | 0.31% | - |
| HSV(B) | 223.97º | 0.85% | 0.54% | - |
| XYZ | 6.05 | 4.42 | 24.2 | - |
| YUV | 52.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 137 | 0.85 | 0.62 | 0 | 0.46 | 223.97 | 0.73 | 0.31 |
| Hex | 15 | 34 | 89 | 55 | 3E | 0 | 2E | E0 | 49 | 1F |
| Octal | 25 | 64 | 211 | 125 | 76 | 0 | 56 | 340 | 111 | 37 |
| Binary | 10101 | 110100 | 10001001 | 1010101 | 111110 | 0 | 101110 | 11100000 | 1001001 | 11111 |
Color Harmonies of #153489
Complementary color
Monochromatic Colors of #153489
Black with #153489
Text Example
Text Example
White with #153489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153489; }
p { color: rgb(21,52,137); }
H1.HeaderClassName
{
color: #153489;
}
.AnyTagClassName
{
color: #153489;
}
</style>
background-color css
<style>
a { background-color: #153489; }
a { background-color: rgb(21,52,137); }
div.DivClassName
{
background-color: #153489;
}
.BgClassName
{
background-color: #153489;
}
</style>
border-color css
<style>
span { border-color: #153489; }
span { border-color: rgb(21,52,137); }
td.TdClassName
{
border-color: #153489;
}
.TagClassName
{
border-color: #153489;
}
</style>