Shades of Smalt #153189
Tints of Smalt #153189
RGB
CMYK
RGB Variations
Color information
#153189 (or 0x153189) is known color: Smalt. HEX triplet: 15, 31 and 89. RGB value is (21,49,137). Sum of RGB (Red+Green+Blue) = 21+49+137=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #153189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153189 is #EACE76. Grayscale: #323232. Windows color (decimal): -15388279 or 8990997. OLE color: 8990997.
HSL color Cylindrical-coordinate representation of color #153189: hue angle of 225.52º 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 #153189 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 49 | 137 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.46 |
| HSL | 225.52º | 0.73% | 0.31% | - |
| HSV(B) | 225.52º | 0.85% | 0.54% | - |
| XYZ | 5.92 | 4.16 | 24.16 | - |
| YUV | 50.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 137 | 0.85 | 0.64 | 0 | 0.46 | 225.52 | 0.73 | 0.31 |
| Hex | 15 | 31 | 89 | 55 | 40 | 0 | 2E | E2 | 49 | 1F |
| Octal | 25 | 61 | 211 | 125 | 100 | 0 | 56 | 342 | 111 | 37 |
| Binary | 10101 | 110001 | 10001001 | 1010101 | 1000000 | 0 | 101110 | 11100010 | 1001001 | 11111 |
Color Harmonies of #153189
Complementary color
Monochromatic Colors of #153189
Black with #153189
Text Example
Text Example
White with #153189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153189; }
p { color: rgb(21,49,137); }
H1.HeaderClassName
{
color: #153189;
}
.AnyTagClassName
{
color: #153189;
}
</style>
background-color css
<style>
a { background-color: #153189; }
a { background-color: rgb(21,49,137); }
div.DivClassName
{
background-color: #153189;
}
.BgClassName
{
background-color: #153189;
}
</style>
border-color css
<style>
span { border-color: #153189; }
span { border-color: rgb(21,49,137); }
td.TdClassName
{
border-color: #153189;
}
.TagClassName
{
border-color: #153189;
}
</style>