Shades of Smalt #082191
Tints of Smalt #082191
RGB
CMYK
RGB Variations
Color information
#082191 (or 0x082191) is known color: Smalt. HEX triplet: 08, 21 and 91. RGB value is (8,33,145). Sum of RGB (Red+Green+Blue) = 8+33+145=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #082191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082191 is #F7DE6E. Grayscale: #252525. Windows color (decimal): -16244335 or 9511176. OLE color: 9511176.
HSL color Cylindrical-coordinate representation of color #082191: hue angle of 229.05º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082191 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 33 | 145 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.43 |
| HSL | 229.05º | 0.9% | 0.3% | - |
| HSV(B) | 229.05º | 0.94% | 0.57% | - |
| XYZ | 5.75 | 3.18 | 27.1 | - |
| YUV | 38.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 145 | 0.94 | 0.77 | 0 | 0.43 | 229.05 | 0.9 | 0.3 |
| Hex | 8 | 21 | 91 | 5E | 4D | 0 | 2B | E5 | 5A | 1E |
| Octal | 10 | 41 | 221 | 136 | 115 | 0 | 53 | 345 | 132 | 36 |
| Binary | 1000 | 100001 | 10010001 | 1011110 | 1001101 | 0 | 101011 | 11100101 | 1011010 | 11110 |
Color Harmonies of #082191
Complementary color
Monochromatic Colors of #082191
Black with #082191
Text Example
Text Example
White with #082191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082191; }
p { color: rgb(8,33,145); }
H1.HeaderClassName
{
color: #082191;
}
.AnyTagClassName
{
color: #082191;
}
</style>
background-color css
<style>
a { background-color: #082191; }
a { background-color: rgb(8,33,145); }
div.DivClassName
{
background-color: #082191;
}
.BgClassName
{
background-color: #082191;
}
</style>
border-color css
<style>
span { border-color: #082191; }
span { border-color: rgb(8,33,145); }
td.TdClassName
{
border-color: #082191;
}
.TagClassName
{
border-color: #082191;
}
</style>