Shades of Smalt #082F99
Tints of Smalt #082F99
RGB
CMYK
RGB Variations
Color information
#082F99 (or 0x082F99) is known color: Smalt. HEX triplet: 08, 2F and 99. RGB value is (8,47,153). Sum of RGB (Red+Green+Blue) = 8+47+153=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #082F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F99 is #F7D066. Grayscale: #2E2E2E. Windows color (decimal): -16240743 or 10039048. OLE color: 10039048.
HSL color Cylindrical-coordinate representation of color #082F99: hue angle of 223.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082F99 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 47 | 153 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.4 |
| HSL | 223.86º | 0.9% | 0.32% | - |
| HSV(B) | 223.86º | 0.95% | 0.6% | - |
| XYZ | 6.87 | 4.38 | 30.62 | - |
| YUV | 47.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 153 | 0.95 | 0.69 | 0 | 0.4 | 223.86 | 0.9 | 0.32 |
| Hex | 8 | 2F | 99 | 5F | 45 | 0 | 28 | E0 | 5A | 20 |
| Octal | 10 | 57 | 231 | 137 | 105 | 0 | 50 | 340 | 132 | 40 |
| Binary | 1000 | 101111 | 10011001 | 1011111 | 1000101 | 0 | 101000 | 11100000 | 1011010 | 100000 |
Color Harmonies of #082F99
Complementary color
Monochromatic Colors of #082F99
Black with #082F99
Text Example
Text Example
White with #082F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F99; }
p { color: rgb(8,47,153); }
H1.HeaderClassName
{
color: #082F99;
}
.AnyTagClassName
{
color: #082F99;
}
</style>
background-color css
<style>
a { background-color: #082F99; }
a { background-color: rgb(8,47,153); }
div.DivClassName
{
background-color: #082F99;
}
.BgClassName
{
background-color: #082F99;
}
</style>
border-color css
<style>
span { border-color: #082F99; }
span { border-color: rgb(8,47,153); }
td.TdClassName
{
border-color: #082F99;
}
.TagClassName
{
border-color: #082F99;
}
</style>