Shades of Smalt #082190
Tints of Smalt #082190
RGB
CMYK
RGB Variations
Color information
#082190 (or 0x082190) is known color: Smalt. HEX triplet: 08, 21 and 90. RGB value is (8,33,144). Sum of RGB (Red+Green+Blue) = 8+33+144=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #082190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082190 is #F7DE6F. Grayscale: #252525. Windows color (decimal): -16244336 or 9445640. OLE color: 9445640.
HSL color Cylindrical-coordinate representation of color #082190: hue angle of 228.97º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082190 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 33 | 144 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.44 |
| HSL | 228.97º | 0.89% | 0.3% | - |
| HSV(B) | 228.97º | 0.94% | 0.56% | - |
| XYZ | 5.68 | 3.15 | 26.69 | - |
| YUV | 38.18 | 187.72 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 144 | 0.94 | 0.77 | 0 | 0.44 | 228.97 | 0.89 | 0.3 |
| Hex | 8 | 21 | 90 | 5E | 4D | 0 | 2C | E5 | 59 | 1E |
| Octal | 10 | 41 | 220 | 136 | 115 | 0 | 54 | 345 | 131 | 36 |
| Binary | 1000 | 100001 | 10010000 | 1011110 | 1001101 | 0 | 101100 | 11100101 | 1011001 | 11110 |
Color Harmonies of #082190
Complementary color
Monochromatic Colors of #082190
Black with #082190
Text Example
Text Example
White with #082190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082190; }
p { color: rgb(8,33,144); }
H1.HeaderClassName
{
color: #082190;
}
.AnyTagClassName
{
color: #082190;
}
</style>
background-color css
<style>
a { background-color: #082190; }
a { background-color: rgb(8,33,144); }
div.DivClassName
{
background-color: #082190;
}
.BgClassName
{
background-color: #082190;
}
</style>
border-color css
<style>
span { border-color: #082190; }
span { border-color: rgb(8,33,144); }
td.TdClassName
{
border-color: #082190;
}
.TagClassName
{
border-color: #082190;
}
</style>