Shades of Smalt #084096
Tints of Smalt #084096
RGB
CMYK
RGB Variations
Color information
#084096 (or 0x084096) is known color: Smalt. HEX triplet: 08, 40 and 96. RGB value is (8,64,150). Sum of RGB (Red+Green+Blue) = 8+64+150=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #084096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084096 is #F7BF69. Grayscale: #383838. Windows color (decimal): -16236394 or 9846792. OLE color: 9846792.
HSL color Cylindrical-coordinate representation of color #084096: hue angle of 216.34º 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 #084096 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 64 | 150 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.41 |
| HSL | 216.34º | 0.9% | 0.31% | - |
| HSV(B) | 216.34º | 0.95% | 0.59% | - |
| XYZ | 7.44 | 5.92 | 29.6 | - |
| YUV | 57.06 | 180.45 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 150 | 0.95 | 0.57 | 0 | 0.41 | 216.34 | 0.9 | 0.31 |
| Hex | 8 | 40 | 96 | 5F | 39 | 0 | 29 | D8 | 5A | 1F |
| Octal | 10 | 100 | 226 | 137 | 71 | 0 | 51 | 330 | 132 | 37 |
| Binary | 1000 | 1000000 | 10010110 | 1011111 | 111001 | 0 | 101001 | 11011000 | 1011010 | 11111 |
Color Harmonies of #084096
Complementary color
Monochromatic Colors of #084096
Black with #084096
Text Example
Text Example
White with #084096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084096; }
p { color: rgb(8,64,150); }
H1.HeaderClassName
{
color: #084096;
}
.AnyTagClassName
{
color: #084096;
}
</style>
background-color css
<style>
a { background-color: #084096; }
a { background-color: rgb(8,64,150); }
div.DivClassName
{
background-color: #084096;
}
.BgClassName
{
background-color: #084096;
}
</style>
border-color css
<style>
span { border-color: #084096; }
span { border-color: rgb(8,64,150); }
td.TdClassName
{
border-color: #084096;
}
.TagClassName
{
border-color: #084096;
}
</style>