Shades of Smalt #082699
Tints of Smalt #082699
RGB
CMYK
RGB Variations
Color information
#082699 (or 0x082699) is known color: Smalt. HEX triplet: 08, 26 and 99. RGB value is (8,38,153). Sum of RGB (Red+Green+Blue) = 8+38+153=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #082699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082699 is #F7D966. Grayscale: #292929. Windows color (decimal): -16243047 or 10036744. OLE color: 10036744.
HSL color Cylindrical-coordinate representation of color #082699: hue angle of 227.59º 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 #082699 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 38 | 153 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.4 |
| HSL | 227.59º | 0.9% | 0.32% | - |
| HSV(B) | 227.59º | 0.95% | 0.6% | - |
| XYZ | 6.54 | 3.74 | 30.51 | - |
| YUV | 42.14 | 190.56 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 153 | 0.95 | 0.75 | 0 | 0.4 | 227.59 | 0.9 | 0.32 |
| Hex | 8 | 26 | 99 | 5F | 4B | 0 | 28 | E4 | 5A | 20 |
| Octal | 10 | 46 | 231 | 137 | 113 | 0 | 50 | 344 | 132 | 40 |
| Binary | 1000 | 100110 | 10011001 | 1011111 | 1001011 | 0 | 101000 | 11100100 | 1011010 | 100000 |
Color Harmonies of #082699
Complementary color
Monochromatic Colors of #082699
Black with #082699
Text Example
Text Example
White with #082699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082699; }
p { color: rgb(8,38,153); }
H1.HeaderClassName
{
color: #082699;
}
.AnyTagClassName
{
color: #082699;
}
</style>
background-color css
<style>
a { background-color: #082699; }
a { background-color: rgb(8,38,153); }
div.DivClassName
{
background-color: #082699;
}
.BgClassName
{
background-color: #082699;
}
</style>
border-color css
<style>
span { border-color: #082699; }
span { border-color: rgb(8,38,153); }
td.TdClassName
{
border-color: #082699;
}
.TagClassName
{
border-color: #082699;
}
</style>