Shades of Smalt #152D89
Tints of Smalt #152D89
RGB
CMYK
RGB Variations
Color information
#152D89 (or 0x152D89) is known color: Smalt. HEX triplet: 15, 2D and 89. RGB value is (21,45,137). Sum of RGB (Red+Green+Blue) = 21+45+137=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #152D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D89 is #EAD276. Grayscale: #2F2F2F. Windows color (decimal): -15389303 or 8989973. OLE color: 8989973.
HSL color Cylindrical-coordinate representation of color #152D89: hue angle of 227.59º 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 #152D89 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 45 | 137 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.46 |
| HSL | 227.59º | 0.73% | 0.31% | - |
| HSV(B) | 227.59º | 0.85% | 0.54% | - |
| XYZ | 5.76 | 3.84 | 24.1 | - |
| YUV | 48.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 137 | 0.85 | 0.67 | 0 | 0.46 | 227.59 | 0.73 | 0.31 |
| Hex | 15 | 2D | 89 | 55 | 43 | 0 | 2E | E4 | 49 | 1F |
| Octal | 25 | 55 | 211 | 125 | 103 | 0 | 56 | 344 | 111 | 37 |
| Binary | 10101 | 101101 | 10001001 | 1010101 | 1000011 | 0 | 101110 | 11100100 | 1001001 | 11111 |
Color Harmonies of #152D89
Complementary color
Monochromatic Colors of #152D89
Black with #152D89
Text Example
Text Example
White with #152D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D89; }
p { color: rgb(21,45,137); }
H1.HeaderClassName
{
color: #152D89;
}
.AnyTagClassName
{
color: #152D89;
}
</style>
background-color css
<style>
a { background-color: #152D89; }
a { background-color: rgb(21,45,137); }
div.DivClassName
{
background-color: #152D89;
}
.BgClassName
{
background-color: #152D89;
}
</style>
border-color css
<style>
span { border-color: #152D89; }
span { border-color: rgb(21,45,137); }
td.TdClassName
{
border-color: #152D89;
}
.TagClassName
{
border-color: #152D89;
}
</style>