Shades of Smalt #082F84
Tints of Smalt #082F84
RGB
CMYK
RGB Variations
Color information
#082F84 (or 0x082F84) is known color: Smalt. HEX triplet: 08, 2F and 84. RGB value is (8,47,132). Sum of RGB (Red+Green+Blue) = 8+47+132=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #082F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F84 is #F7D07B. Grayscale: #2C2C2C. Windows color (decimal): -16240764 or 8662792. OLE color: 8662792.
HSL color Cylindrical-coordinate representation of color #082F84: hue angle of 221.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082F84 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 47 | 132 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.48 |
| HSL | 221.13º | 0.89% | 0.27% | - |
| HSV(B) | 221.13º | 0.94% | 0.52% | - |
| XYZ | 5.28 | 3.75 | 22.28 | - |
| YUV | 45.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 132 | 0.94 | 0.64 | 0 | 0.48 | 221.13 | 0.89 | 0.27 |
| Hex | 8 | 2F | 84 | 5E | 40 | 0 | 30 | DD | 59 | 1B |
| Octal | 10 | 57 | 204 | 136 | 100 | 0 | 60 | 335 | 131 | 33 |
| Binary | 1000 | 101111 | 10000100 | 1011110 | 1000000 | 0 | 110000 | 11011101 | 1011001 | 11011 |
Color Harmonies of #082F84
Complementary color
Monochromatic Colors of #082F84
Black with #082F84
Text Example
Text Example
White with #082F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F84; }
p { color: rgb(8,47,132); }
H1.HeaderClassName
{
color: #082F84;
}
.AnyTagClassName
{
color: #082F84;
}
</style>
background-color css
<style>
a { background-color: #082F84; }
a { background-color: rgb(8,47,132); }
div.DivClassName
{
background-color: #082F84;
}
.BgClassName
{
background-color: #082F84;
}
</style>
border-color css
<style>
span { border-color: #082F84; }
span { border-color: rgb(8,47,132); }
td.TdClassName
{
border-color: #082F84;
}
.TagClassName
{
border-color: #082F84;
}
</style>