Shades of Smalt #082887
Tints of Smalt #082887
RGB
CMYK
RGB Variations
Color information
#082887 (or 0x082887) is known color: Smalt. HEX triplet: 08, 28 and 87. RGB value is (8,40,135). Sum of RGB (Red+Green+Blue) = 8+40+135=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #082887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082887 is #F7D778. Grayscale: #282828. Windows color (decimal): -16242553 or 8857608. OLE color: 8857608.
HSL color Cylindrical-coordinate representation of color #082887: hue angle of 224.88º 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 #082887 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 40 | 135 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.47 |
| HSL | 224.88º | 0.89% | 0.28% | - |
| HSV(B) | 224.88º | 0.94% | 0.53% | - |
| XYZ | 5.23 | 3.32 | 23.29 | - |
| YUV | 41.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 135 | 0.94 | 0.70 | 0 | 0.47 | 224.88 | 0.89 | 0.28 |
| Hex | 8 | 28 | 87 | 5E | 46 | 0 | 2F | E1 | 59 | 1C |
| Octal | 10 | 50 | 207 | 136 | 106 | 0 | 57 | 341 | 131 | 34 |
| Binary | 1000 | 101000 | 10000111 | 1011110 | 1000110 | 0 | 101111 | 11100001 | 1011001 | 11100 |
Color Harmonies of #082887
Complementary color
Monochromatic Colors of #082887
Black with #082887
Text Example
Text Example
White with #082887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082887; }
p { color: rgb(8,40,135); }
H1.HeaderClassName
{
color: #082887;
}
.AnyTagClassName
{
color: #082887;
}
</style>
background-color css
<style>
a { background-color: #082887; }
a { background-color: rgb(8,40,135); }
div.DivClassName
{
background-color: #082887;
}
.BgClassName
{
background-color: #082887;
}
</style>
border-color css
<style>
span { border-color: #082887; }
span { border-color: rgb(8,40,135); }
td.TdClassName
{
border-color: #082887;
}
.TagClassName
{
border-color: #082887;
}
</style>