Shades of Smalt #082989
Tints of Smalt #082989
RGB
CMYK
RGB Variations
Color information
#082989 (or 0x082989) is known color: Smalt. HEX triplet: 08, 29 and 89. RGB value is (8,41,137). Sum of RGB (Red+Green+Blue) = 8+41+137=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #082989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082989 is #F7D676. Grayscale: #292929. Windows color (decimal): -16242295 or 8988936. OLE color: 8988936.
HSL color Cylindrical-coordinate representation of color #082989: hue angle of 224.65º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082989 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 41 | 137 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.46 |
| HSL | 224.65º | 0.89% | 0.28% | - |
| HSV(B) | 224.65º | 0.94% | 0.54% | - |
| XYZ | 5.41 | 3.44 | 24.05 | - |
| YUV | 42.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 137 | 0.94 | 0.70 | 0 | 0.46 | 224.65 | 0.89 | 0.28 |
| Hex | 8 | 29 | 89 | 5E | 46 | 0 | 2E | E1 | 59 | 1C |
| Octal | 10 | 51 | 211 | 136 | 106 | 0 | 56 | 341 | 131 | 34 |
| Binary | 1000 | 101001 | 10001001 | 1011110 | 1000110 | 0 | 101110 | 11100001 | 1011001 | 11100 |
Color Harmonies of #082989
Complementary color
Monochromatic Colors of #082989
Black with #082989
Text Example
Text Example
White with #082989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082989; }
p { color: rgb(8,41,137); }
H1.HeaderClassName
{
color: #082989;
}
.AnyTagClassName
{
color: #082989;
}
</style>
background-color css
<style>
a { background-color: #082989; }
a { background-color: rgb(8,41,137); }
div.DivClassName
{
background-color: #082989;
}
.BgClassName
{
background-color: #082989;
}
</style>
border-color css
<style>
span { border-color: #082989; }
span { border-color: rgb(8,41,137); }
td.TdClassName
{
border-color: #082989;
}
.TagClassName
{
border-color: #082989;
}
</style>