Shades of Smalt #153F90
Tints of Smalt #153F90
RGB
CMYK
RGB Variations
Color information
#153F90 (or 0x153F90) is known color: Smalt. HEX triplet: 15, 3F and 90. RGB value is (21,63,144). Sum of RGB (Red+Green+Blue) = 21+63+144=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #153F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F90 is #EAC06F. Grayscale: #3B3B3B. Windows color (decimal): -15384688 or 9453333. OLE color: 9453333.
HSL color Cylindrical-coordinate representation of color #153F90: hue angle of 219.51º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153F90 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 63 | 144 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.44 |
| HSL | 219.51º | 0.75% | 0.32% | - |
| HSV(B) | 219.51º | 0.85% | 0.56% | - |
| XYZ | 7.12 | 5.73 | 27.12 | - |
| YUV | 59.68 | 175.59 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 144 | 0.85 | 0.56 | 0 | 0.44 | 219.51 | 0.75 | 0.32 |
| Hex | 15 | 3F | 90 | 55 | 38 | 0 | 2C | DC | 4B | 20 |
| Octal | 25 | 77 | 220 | 125 | 70 | 0 | 54 | 334 | 113 | 40 |
| Binary | 10101 | 111111 | 10010000 | 1010101 | 111000 | 0 | 101100 | 11011100 | 1001011 | 100000 |
Color Harmonies of #153F90
Complementary color
Monochromatic Colors of #153F90
Black with #153F90
Text Example
Text Example
White with #153F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F90; }
p { color: rgb(21,63,144); }
H1.HeaderClassName
{
color: #153F90;
}
.AnyTagClassName
{
color: #153F90;
}
</style>
background-color css
<style>
a { background-color: #153F90; }
a { background-color: rgb(21,63,144); }
div.DivClassName
{
background-color: #153F90;
}
.BgClassName
{
background-color: #153F90;
}
</style>
border-color css
<style>
span { border-color: #153F90; }
span { border-color: rgb(21,63,144); }
td.TdClassName
{
border-color: #153F90;
}
.TagClassName
{
border-color: #153F90;
}
</style>