Shades of Smalt #084092
Tints of Smalt #084092
RGB
CMYK
RGB Variations
Color information
#084092 (or 0x084092) is known color: Smalt. HEX triplet: 08, 40 and 92. RGB value is (8,64,146). Sum of RGB (Red+Green+Blue) = 8+64+146=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #084092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084092 is #F7BF6D. Grayscale: #383838. Windows color (decimal): -16236398 or 9584648. OLE color: 9584648.
HSL color Cylindrical-coordinate representation of color #084092: hue angle of 215.65º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084092 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 64 | 146 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.43 |
| HSL | 215.65º | 0.9% | 0.3% | - |
| HSV(B) | 215.65º | 0.95% | 0.57% | - |
| XYZ | 7.12 | 5.79 | 27.94 | - |
| YUV | 56.6 | 178.45 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 146 | 0.95 | 0.56 | 0 | 0.43 | 215.65 | 0.9 | 0.3 |
| Hex | 8 | 40 | 92 | 5F | 38 | 0 | 2B | D8 | 5A | 1E |
| Octal | 10 | 100 | 222 | 137 | 70 | 0 | 53 | 330 | 132 | 36 |
| Binary | 1000 | 1000000 | 10010010 | 1011111 | 111000 | 0 | 101011 | 11011000 | 1011010 | 11110 |
Color Harmonies of #084092
Complementary color
Monochromatic Colors of #084092
Black with #084092
Text Example
Text Example
White with #084092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084092; }
p { color: rgb(8,64,146); }
H1.HeaderClassName
{
color: #084092;
}
.AnyTagClassName
{
color: #084092;
}
</style>
background-color css
<style>
a { background-color: #084092; }
a { background-color: rgb(8,64,146); }
div.DivClassName
{
background-color: #084092;
}
.BgClassName
{
background-color: #084092;
}
</style>
border-color css
<style>
span { border-color: #084092; }
span { border-color: rgb(8,64,146); }
td.TdClassName
{
border-color: #084092;
}
.TagClassName
{
border-color: #084092;
}
</style>