Shades of Smalt #082095
Tints of Smalt #082095
RGB
CMYK
RGB Variations
Color information
#082095 (or 0x082095) is known color: Smalt. HEX triplet: 08, 20 and 95. RGB value is (8,32,149). Sum of RGB (Red+Green+Blue) = 8+32+149=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #082095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082095 is #F7DF6A. Grayscale: #252525. Windows color (decimal): -16244587 or 9773064. OLE color: 9773064.
HSL color Cylindrical-coordinate representation of color #082095: hue angle of 229.79º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082095 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 32 | 149 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.42 |
| HSL | 229.79º | 0.9% | 0.31% | - |
| HSV(B) | 229.79º | 0.95% | 0.58% | - |
| XYZ | 6.04 | 3.25 | 28.74 | - |
| YUV | 38.16 | 190.55 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 149 | 0.95 | 0.79 | 0 | 0.42 | 229.79 | 0.9 | 0.31 |
| Hex | 8 | 20 | 95 | 5F | 4F | 0 | 2A | E6 | 5A | 1F |
| Octal | 10 | 40 | 225 | 137 | 117 | 0 | 52 | 346 | 132 | 37 |
| Binary | 1000 | 100000 | 10010101 | 1011111 | 1001111 | 0 | 101010 | 11100110 | 1011010 | 11111 |
Color Harmonies of #082095
Complementary color
Monochromatic Colors of #082095
Black with #082095
Text Example
Text Example
White with #082095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082095; }
p { color: rgb(8,32,149); }
H1.HeaderClassName
{
color: #082095;
}
.AnyTagClassName
{
color: #082095;
}
</style>
background-color css
<style>
a { background-color: #082095; }
a { background-color: rgb(8,32,149); }
div.DivClassName
{
background-color: #082095;
}
.BgClassName
{
background-color: #082095;
}
</style>
border-color css
<style>
span { border-color: #082095; }
span { border-color: rgb(8,32,149); }
td.TdClassName
{
border-color: #082095;
}
.TagClassName
{
border-color: #082095;
}
</style>