Shades of Smalt #084199
Tints of Smalt #084199
RGB
CMYK
RGB Variations
Color information
#084199 (or 0x084199) is known color: Smalt. HEX triplet: 08, 41 and 99. RGB value is (8,65,153). Sum of RGB (Red+Green+Blue) = 8+65+153=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #084199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084199 is #F7BE66. Grayscale: #393939. Windows color (decimal): -16236135 or 10043656. OLE color: 10043656.
HSL color Cylindrical-coordinate representation of color #084199: hue angle of 216.41º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084199 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 65 | 153 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.4 |
| HSL | 216.41º | 0.9% | 0.32% | - |
| HSV(B) | 216.41º | 0.95% | 0.6% | - |
| XYZ | 7.74 | 6.13 | 30.91 | - |
| YUV | 57.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 153 | 0.95 | 0.58 | 0 | 0.4 | 216.41 | 0.9 | 0.32 |
| Hex | 8 | 41 | 99 | 5F | 3A | 0 | 28 | D8 | 5A | 20 |
| Octal | 10 | 101 | 231 | 137 | 72 | 0 | 50 | 330 | 132 | 40 |
| Binary | 1000 | 1000001 | 10011001 | 1011111 | 111010 | 0 | 101000 | 11011000 | 1011010 | 100000 |
Color Harmonies of #084199
Complementary color
Monochromatic Colors of #084199
Black with #084199
Text Example
Text Example
White with #084199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084199; }
p { color: rgb(8,65,153); }
H1.HeaderClassName
{
color: #084199;
}
.AnyTagClassName
{
color: #084199;
}
</style>
background-color css
<style>
a { background-color: #084199; }
a { background-color: rgb(8,65,153); }
div.DivClassName
{
background-color: #084199;
}
.BgClassName
{
background-color: #084199;
}
</style>
border-color css
<style>
span { border-color: #084199; }
span { border-color: rgb(8,65,153); }
td.TdClassName
{
border-color: #084199;
}
.TagClassName
{
border-color: #084199;
}
</style>