Shades of Smalt #082691
Tints of Smalt #082691
RGB
CMYK
RGB Variations
Color information
#082691 (or 0x082691) is known color: Smalt. HEX triplet: 08, 26 and 91. RGB value is (8,38,145). Sum of RGB (Red+Green+Blue) = 8+38+145=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #082691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082691 is #F7D96E. Grayscale: #282828. Windows color (decimal): -16243055 or 9512456. OLE color: 9512456.
HSL color Cylindrical-coordinate representation of color #082691: hue angle of 226.86º 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 #082691 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 38 | 145 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.43 |
| HSL | 226.86º | 0.9% | 0.3% | - |
| HSV(B) | 226.86º | 0.94% | 0.57% | - |
| XYZ | 5.9 | 3.48 | 27.15 | - |
| YUV | 41.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 145 | 0.94 | 0.74 | 0 | 0.43 | 226.86 | 0.9 | 0.3 |
| Hex | 8 | 26 | 91 | 5E | 4A | 0 | 2B | E3 | 5A | 1E |
| Octal | 10 | 46 | 221 | 136 | 112 | 0 | 53 | 343 | 132 | 36 |
| Binary | 1000 | 100110 | 10010001 | 1011110 | 1001010 | 0 | 101011 | 11100011 | 1011010 | 11110 |
Color Harmonies of #082691
Complementary color
Monochromatic Colors of #082691
Black with #082691
Text Example
Text Example
White with #082691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082691; }
p { color: rgb(8,38,145); }
H1.HeaderClassName
{
color: #082691;
}
.AnyTagClassName
{
color: #082691;
}
</style>
background-color css
<style>
a { background-color: #082691; }
a { background-color: rgb(8,38,145); }
div.DivClassName
{
background-color: #082691;
}
.BgClassName
{
background-color: #082691;
}
</style>
border-color css
<style>
span { border-color: #082691; }
span { border-color: rgb(8,38,145); }
td.TdClassName
{
border-color: #082691;
}
.TagClassName
{
border-color: #082691;
}
</style>