Shades of Smalt #082799
Tints of Smalt #082799
RGB
CMYK
RGB Variations
Color information
#082799 (or 0x082799) is known color: Smalt. HEX triplet: 08, 27 and 99. RGB value is (8,39,153). Sum of RGB (Red+Green+Blue) = 8+39+153=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #082799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082799 is #F7D866. Grayscale: #2A2A2A. Windows color (decimal): -16242791 or 10037000. OLE color: 10037000.
HSL color Cylindrical-coordinate representation of color #082799: hue angle of 227.17º 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 #082799 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 39 | 153 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.4 |
| HSL | 227.17º | 0.9% | 0.32% | - |
| HSV(B) | 227.17º | 0.95% | 0.6% | - |
| XYZ | 6.58 | 3.8 | 30.52 | - |
| YUV | 42.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 153 | 0.95 | 0.75 | 0 | 0.4 | 227.17 | 0.9 | 0.32 |
| Hex | 8 | 27 | 99 | 5F | 4B | 0 | 28 | E3 | 5A | 20 |
| Octal | 10 | 47 | 231 | 137 | 113 | 0 | 50 | 343 | 132 | 40 |
| Binary | 1000 | 100111 | 10011001 | 1011111 | 1001011 | 0 | 101000 | 11100011 | 1011010 | 100000 |
Color Harmonies of #082799
Complementary color
Monochromatic Colors of #082799
Black with #082799
Text Example
Text Example
White with #082799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082799; }
p { color: rgb(8,39,153); }
H1.HeaderClassName
{
color: #082799;
}
.AnyTagClassName
{
color: #082799;
}
</style>
background-color css
<style>
a { background-color: #082799; }
a { background-color: rgb(8,39,153); }
div.DivClassName
{
background-color: #082799;
}
.BgClassName
{
background-color: #082799;
}
</style>
border-color css
<style>
span { border-color: #082799; }
span { border-color: rgb(8,39,153); }
td.TdClassName
{
border-color: #082799;
}
.TagClassName
{
border-color: #082799;
}
</style>