Shades of Smalt #082096
Tints of Smalt #082096
RGB
CMYK
RGB Variations
Color information
#082096 (or 0x082096) is known color: Smalt. HEX triplet: 08, 20 and 96. RGB value is (8,32,150). Sum of RGB (Red+Green+Blue) = 8+32+150=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #082096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082096 is #F7DF69. Grayscale: #252525. Windows color (decimal): -16244586 or 9838600. OLE color: 9838600.
HSL color Cylindrical-coordinate representation of color #082096: hue angle of 229.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082096 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 32 | 150 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.41 |
| HSL | 229.86º | 0.9% | 0.31% | - |
| HSV(B) | 229.86º | 0.95% | 0.59% | - |
| XYZ | 6.12 | 3.29 | 29.17 | - |
| YUV | 38.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 150 | 0.95 | 0.79 | 0 | 0.41 | 229.86 | 0.9 | 0.31 |
| Hex | 8 | 20 | 96 | 5F | 4F | 0 | 29 | E6 | 5A | 1F |
| Octal | 10 | 40 | 226 | 137 | 117 | 0 | 51 | 346 | 132 | 37 |
| Binary | 1000 | 100000 | 10010110 | 1011111 | 1001111 | 0 | 101001 | 11100110 | 1011010 | 11111 |
Color Harmonies of #082096
Complementary color
Monochromatic Colors of #082096
Black with #082096
Text Example
Text Example
White with #082096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082096; }
p { color: rgb(8,32,150); }
H1.HeaderClassName
{
color: #082096;
}
.AnyTagClassName
{
color: #082096;
}
</style>
background-color css
<style>
a { background-color: #082096; }
a { background-color: rgb(8,32,150); }
div.DivClassName
{
background-color: #082096;
}
.BgClassName
{
background-color: #082096;
}
</style>
border-color css
<style>
span { border-color: #082096; }
span { border-color: rgb(8,32,150); }
td.TdClassName
{
border-color: #082096;
}
.TagClassName
{
border-color: #082096;
}
</style>