Shades of Smalt #152C86
Tints of Smalt #152C86
RGB
CMYK
RGB Variations
Color information
#152C86 (or 0x152C86) is known color: Smalt. HEX triplet: 15, 2C and 86. RGB value is (21,44,134). Sum of RGB (Red+Green+Blue) = 21+44+134=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #152C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C86 is #EAD379. Grayscale: #2F2F2F. Windows color (decimal): -15389562 or 8793109. OLE color: 8793109.
HSL color Cylindrical-coordinate representation of color #152C86: hue angle of 227.79º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152C86 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 44 | 134 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.47 |
| HSL | 227.79º | 0.73% | 0.3% | - |
| HSV(B) | 227.79º | 0.84% | 0.53% | - |
| XYZ | 5.51 | 3.68 | 22.97 | - |
| YUV | 47.38 | 176.88 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 134 | 0.84 | 0.67 | 0 | 0.47 | 227.79 | 0.73 | 0.3 |
| Hex | 15 | 2C | 86 | 54 | 43 | 0 | 2F | E4 | 49 | 1E |
| Octal | 25 | 54 | 206 | 124 | 103 | 0 | 57 | 344 | 111 | 36 |
| Binary | 10101 | 101100 | 10000110 | 1010100 | 1000011 | 0 | 101111 | 11100100 | 1001001 | 11110 |
Color Harmonies of #152C86
Complementary color
Monochromatic Colors of #152C86
Black with #152C86
Text Example
Text Example
White with #152C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C86; }
p { color: rgb(21,44,134); }
H1.HeaderClassName
{
color: #152C86;
}
.AnyTagClassName
{
color: #152C86;
}
</style>
background-color css
<style>
a { background-color: #152C86; }
a { background-color: rgb(21,44,134); }
div.DivClassName
{
background-color: #152C86;
}
.BgClassName
{
background-color: #152C86;
}
</style>
border-color css
<style>
span { border-color: #152C86; }
span { border-color: rgb(21,44,134); }
td.TdClassName
{
border-color: #152C86;
}
.TagClassName
{
border-color: #152C86;
}
</style>