Shades of Smalt #082087
Tints of Smalt #082087
RGB
CMYK
RGB Variations
Color information
#082087 (or 0x082087) is known color: Smalt. HEX triplet: 08, 20 and 87. RGB value is (8,32,135). Sum of RGB (Red+Green+Blue) = 8+32+135=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 135 (53.12% from 255 or 77.14% from 175); Max value from RGB is 135 - color contains mainly: blue. Hex color #082087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082087 is #F7DF78. Grayscale: #242424. Windows color (decimal): -16244601 or 8855560. OLE color: 8855560.
HSL color Cylindrical-coordinate representation of color #082087: hue angle of 228.66º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082087 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 32 | 135 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.47 |
| HSL | 228.66º | 0.89% | 0.28% | - |
| HSV(B) | 228.66º | 0.94% | 0.53% | - |
| XYZ | 4.99 | 2.83 | 23.21 | - |
| YUV | 36.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 135 | 0.94 | 0.76 | 0 | 0.47 | 228.66 | 0.89 | 0.28 |
| Hex | 8 | 20 | 87 | 5E | 4C | 0 | 2F | E5 | 59 | 1C |
| Octal | 10 | 40 | 207 | 136 | 114 | 0 | 57 | 345 | 131 | 34 |
| Binary | 1000 | 100000 | 10000111 | 1011110 | 1001100 | 0 | 101111 | 11100101 | 1011001 | 11100 |
Color Harmonies of #082087
Complementary color
Monochromatic Colors of #082087
Black with #082087
Text Example
Text Example
White with #082087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082087; }
p { color: rgb(8,32,135); }
H1.HeaderClassName
{
color: #082087;
}
.AnyTagClassName
{
color: #082087;
}
</style>
background-color css
<style>
a { background-color: #082087; }
a { background-color: rgb(8,32,135); }
div.DivClassName
{
background-color: #082087;
}
.BgClassName
{
background-color: #082087;
}
</style>
border-color css
<style>
span { border-color: #082087; }
span { border-color: rgb(8,32,135); }
td.TdClassName
{
border-color: #082087;
}
.TagClassName
{
border-color: #082087;
}
</style>