Shades of Smalt #082694
Tints of Smalt #082694
RGB
CMYK
RGB Variations
Color information
#082694 (or 0x082694) is known color: Smalt. HEX triplet: 08, 26 and 94. RGB value is (8,38,148). Sum of RGB (Red+Green+Blue) = 8+38+148=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 148 (58.20% from 255 or 76.29% from 194); Max value from RGB is 148 - color contains mainly: blue. Hex color #082694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082694 is #F7D96B. Grayscale: #292929. Windows color (decimal): -16243052 or 9709064. OLE color: 9709064.
HSL color Cylindrical-coordinate representation of color #082694: hue angle of 227.14º 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 #082694 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 38 | 148 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.42 |
| HSL | 227.14º | 0.9% | 0.31% | - |
| HSV(B) | 227.14º | 0.95% | 0.58% | - |
| XYZ | 6.14 | 3.58 | 28.38 | - |
| YUV | 41.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 148 | 0.95 | 0.74 | 0 | 0.42 | 227.14 | 0.9 | 0.31 |
| Hex | 8 | 26 | 94 | 5F | 4A | 0 | 2A | E3 | 5A | 1F |
| Octal | 10 | 46 | 224 | 137 | 112 | 0 | 52 | 343 | 132 | 37 |
| Binary | 1000 | 100110 | 10010100 | 1011111 | 1001010 | 0 | 101010 | 11100011 | 1011010 | 11111 |
Color Harmonies of #082694
Complementary color
Monochromatic Colors of #082694
Black with #082694
Text Example
Text Example
White with #082694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082694; }
p { color: rgb(8,38,148); }
H1.HeaderClassName
{
color: #082694;
}
.AnyTagClassName
{
color: #082694;
}
</style>
background-color css
<style>
a { background-color: #082694; }
a { background-color: rgb(8,38,148); }
div.DivClassName
{
background-color: #082694;
}
.BgClassName
{
background-color: #082694;
}
</style>
border-color css
<style>
span { border-color: #082694; }
span { border-color: rgb(8,38,148); }
td.TdClassName
{
border-color: #082694;
}
.TagClassName
{
border-color: #082694;
}
</style>