Shades of Smalt #152F89
Tints of Smalt #152F89
RGB
CMYK
RGB Variations
Color information
#152F89 (or 0x152F89) is known color: Smalt. HEX triplet: 15, 2F and 89. RGB value is (21,47,137). Sum of RGB (Red+Green+Blue) = 21+47+137=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #152F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F89 is #EAD076. Grayscale: #313131. Windows color (decimal): -15388791 or 8990485. OLE color: 8990485.
HSL color Cylindrical-coordinate representation of color #152F89: hue angle of 226.55º 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 #152F89 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 47 | 137 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.46 |
| HSL | 226.55º | 0.73% | 0.31% | - |
| HSV(B) | 226.55º | 0.85% | 0.54% | - |
| XYZ | 5.84 | 4 | 24.13 | - |
| YUV | 49.49 | 177.39 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 137 | 0.85 | 0.66 | 0 | 0.46 | 226.55 | 0.73 | 0.31 |
| Hex | 15 | 2F | 89 | 55 | 42 | 0 | 2E | E3 | 49 | 1F |
| Octal | 25 | 57 | 211 | 125 | 102 | 0 | 56 | 343 | 111 | 37 |
| Binary | 10101 | 101111 | 10001001 | 1010101 | 1000010 | 0 | 101110 | 11100011 | 1001001 | 11111 |
Color Harmonies of #152F89
Complementary color
Monochromatic Colors of #152F89
Black with #152F89
Text Example
Text Example
White with #152F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F89; }
p { color: rgb(21,47,137); }
H1.HeaderClassName
{
color: #152F89;
}
.AnyTagClassName
{
color: #152F89;
}
</style>
background-color css
<style>
a { background-color: #152F89; }
a { background-color: rgb(21,47,137); }
div.DivClassName
{
background-color: #152F89;
}
.BgClassName
{
background-color: #152F89;
}
</style>
border-color css
<style>
span { border-color: #152F89; }
span { border-color: rgb(21,47,137); }
td.TdClassName
{
border-color: #152F89;
}
.TagClassName
{
border-color: #152F89;
}
</style>