Shades of Smalt #084091
Tints of Smalt #084091
RGB
CMYK
RGB Variations
Color information
#084091 (or 0x084091) is known color: Smalt. HEX triplet: 08, 40 and 91. RGB value is (8,64,145). Sum of RGB (Red+Green+Blue) = 8+64+145=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #084091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084091 is #F7BF6E. Grayscale: #383838. Windows color (decimal): -16236399 or 9519112. OLE color: 9519112.
HSL color Cylindrical-coordinate representation of color #084091: hue angle of 215.47º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084091 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 64 | 145 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.43 |
| HSL | 215.47º | 0.9% | 0.3% | - |
| HSV(B) | 215.47º | 0.94% | 0.57% | - |
| XYZ | 7.04 | 5.76 | 27.53 | - |
| YUV | 56.49 | 177.95 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 145 | 0.94 | 0.56 | 0 | 0.43 | 215.47 | 0.9 | 0.3 |
| Hex | 8 | 40 | 91 | 5E | 38 | 0 | 2B | D7 | 5A | 1E |
| Octal | 10 | 100 | 221 | 136 | 70 | 0 | 53 | 327 | 132 | 36 |
| Binary | 1000 | 1000000 | 10010001 | 1011110 | 111000 | 0 | 101011 | 11010111 | 1011010 | 11110 |
Color Harmonies of #084091
Complementary color
Monochromatic Colors of #084091
Black with #084091
Text Example
Text Example
White with #084091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084091; }
p { color: rgb(8,64,145); }
H1.HeaderClassName
{
color: #084091;
}
.AnyTagClassName
{
color: #084091;
}
</style>
background-color css
<style>
a { background-color: #084091; }
a { background-color: rgb(8,64,145); }
div.DivClassName
{
background-color: #084091;
}
.BgClassName
{
background-color: #084091;
}
</style>
border-color css
<style>
span { border-color: #084091; }
span { border-color: rgb(8,64,145); }
td.TdClassName
{
border-color: #084091;
}
.TagClassName
{
border-color: #084091;
}
</style>