Shades of Smalt #082097
Tints of Smalt #082097
RGB
CMYK
RGB Variations
Color information
#082097 (or 0x082097) is known color: Smalt. HEX triplet: 08, 20 and 97. RGB value is (8,32,151). Sum of RGB (Red+Green+Blue) = 8+32+151=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #082097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082097 is #F7DF68. Grayscale: #252525. Windows color (decimal): -16244585 or 9904136. OLE color: 9904136.
HSL color Cylindrical-coordinate representation of color #082097: hue angle of 229.93º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082097 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 32 | 151 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.41 |
| HSL | 229.93º | 0.9% | 0.31% | - |
| HSV(B) | 229.93º | 0.95% | 0.59% | - |
| XYZ | 6.2 | 3.32 | 29.59 | - |
| YUV | 38.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 151 | 0.95 | 0.79 | 0 | 0.41 | 229.93 | 0.9 | 0.31 |
| Hex | 8 | 20 | 97 | 5F | 4F | 0 | 29 | E6 | 5A | 1F |
| Octal | 10 | 40 | 227 | 137 | 117 | 0 | 51 | 346 | 132 | 37 |
| Binary | 1000 | 100000 | 10010111 | 1011111 | 1001111 | 0 | 101001 | 11100110 | 1011010 | 11111 |
Color Harmonies of #082097
Complementary color
Monochromatic Colors of #082097
Black with #082097
Text Example
Text Example
White with #082097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082097; }
p { color: rgb(8,32,151); }
H1.HeaderClassName
{
color: #082097;
}
.AnyTagClassName
{
color: #082097;
}
</style>
background-color css
<style>
a { background-color: #082097; }
a { background-color: rgb(8,32,151); }
div.DivClassName
{
background-color: #082097;
}
.BgClassName
{
background-color: #082097;
}
</style>
border-color css
<style>
span { border-color: #082097; }
span { border-color: rgb(8,32,151); }
td.TdClassName
{
border-color: #082097;
}
.TagClassName
{
border-color: #082097;
}
</style>