Shades of Smalt #082992
Tints of Smalt #082992
RGB
CMYK
RGB Variations
Color information
#082992 (or 0x082992) is known color: Smalt. HEX triplet: 08, 29 and 92. RGB value is (8,41,146). Sum of RGB (Red+Green+Blue) = 8+41+146=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #082992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082992 is #F7D66D. Grayscale: #2A2A2A. Windows color (decimal): -16242286 or 9578760. OLE color: 9578760.
HSL color Cylindrical-coordinate representation of color #082992: hue angle of 225.65º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082992 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 41 | 146 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.43 |
| HSL | 225.65º | 0.9% | 0.3% | - |
| HSV(B) | 225.65º | 0.95% | 0.57% | - |
| XYZ | 6.08 | 3.71 | 27.59 | - |
| YUV | 43.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 146 | 0.95 | 0.72 | 0 | 0.43 | 225.65 | 0.9 | 0.3 |
| Hex | 8 | 29 | 92 | 5F | 48 | 0 | 2B | E2 | 5A | 1E |
| Octal | 10 | 51 | 222 | 137 | 110 | 0 | 53 | 342 | 132 | 36 |
| Binary | 1000 | 101001 | 10010010 | 1011111 | 1001000 | 0 | 101011 | 11100010 | 1011010 | 11110 |
Color Harmonies of #082992
Complementary color
Monochromatic Colors of #082992
Black with #082992
Text Example
Text Example
White with #082992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082992; }
p { color: rgb(8,41,146); }
H1.HeaderClassName
{
color: #082992;
}
.AnyTagClassName
{
color: #082992;
}
</style>
background-color css
<style>
a { background-color: #082992; }
a { background-color: rgb(8,41,146); }
div.DivClassName
{
background-color: #082992;
}
.BgClassName
{
background-color: #082992;
}
</style>
border-color css
<style>
span { border-color: #082992; }
span { border-color: rgb(8,41,146); }
td.TdClassName
{
border-color: #082992;
}
.TagClassName
{
border-color: #082992;
}
</style>