Shades of Smalt #152D87
Tints of Smalt #152D87
RGB
CMYK
RGB Variations
Color information
#152D87 (or 0x152D87) is known color: Smalt. HEX triplet: 15, 2D and 87. RGB value is (21,45,135). Sum of RGB (Red+Green+Blue) = 21+45+135=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #152D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D87 is #EAD278. Grayscale: #2F2F2F. Windows color (decimal): -15389305 or 8858901. OLE color: 8858901.
HSL color Cylindrical-coordinate representation of color #152D87: hue angle of 227.37º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152D87 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 45 | 135 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.47 |
| HSL | 227.37º | 0.73% | 0.31% | - |
| HSV(B) | 227.37º | 0.84% | 0.53% | - |
| XYZ | 5.62 | 3.79 | 23.36 | - |
| YUV | 48.08 | 177.05 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 135 | 0.84 | 0.67 | 0 | 0.47 | 227.37 | 0.73 | 0.31 |
| Hex | 15 | 2D | 87 | 54 | 43 | 0 | 2F | E3 | 49 | 1F |
| Octal | 25 | 55 | 207 | 124 | 103 | 0 | 57 | 343 | 111 | 37 |
| Binary | 10101 | 101101 | 10000111 | 1010100 | 1000011 | 0 | 101111 | 11100011 | 1001001 | 11111 |
Color Harmonies of #152D87
Complementary color
Monochromatic Colors of #152D87
Black with #152D87
Text Example
Text Example
White with #152D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D87; }
p { color: rgb(21,45,135); }
H1.HeaderClassName
{
color: #152D87;
}
.AnyTagClassName
{
color: #152D87;
}
</style>
background-color css
<style>
a { background-color: #152D87; }
a { background-color: rgb(21,45,135); }
div.DivClassName
{
background-color: #152D87;
}
.BgClassName
{
background-color: #152D87;
}
</style>
border-color css
<style>
span { border-color: #152D87; }
span { border-color: rgb(21,45,135); }
td.TdClassName
{
border-color: #152D87;
}
.TagClassName
{
border-color: #152D87;
}
</style>