Shades of Smalt #082599
Tints of Smalt #082599
RGB
CMYK
RGB Variations
Color information
#082599 (or 0x082599) is known color: Smalt. HEX triplet: 08, 25 and 99. RGB value is (8,37,153). Sum of RGB (Red+Green+Blue) = 8+37+153=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #082599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082599 is #F7DA66. Grayscale: #292929. Windows color (decimal): -16243303 or 10036488. OLE color: 10036488.
HSL color Cylindrical-coordinate representation of color #082599: hue angle of 228º 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 #082599 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 37 | 153 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.4 |
| HSL | 228º | 0.9% | 0.32% | - |
| HSV(B) | 228º | 0.95% | 0.6% | - |
| XYZ | 6.51 | 3.67 | 30.5 | - |
| YUV | 41.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 153 | 0.95 | 0.76 | 0 | 0.4 | 228 | 0.9 | 0.32 |
| Hex | 8 | 25 | 99 | 5F | 4C | 0 | 28 | E4 | 5A | 20 |
| Octal | 10 | 45 | 231 | 137 | 114 | 0 | 50 | 344 | 132 | 40 |
| Binary | 1000 | 100101 | 10011001 | 1011111 | 1001100 | 0 | 101000 | 11100100 | 1011010 | 100000 |
Color Harmonies of #082599
Complementary color
Monochromatic Colors of #082599
Black with #082599
Text Example
Text Example
White with #082599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082599; }
p { color: rgb(8,37,153); }
H1.HeaderClassName
{
color: #082599;
}
.AnyTagClassName
{
color: #082599;
}
</style>
background-color css
<style>
a { background-color: #082599; }
a { background-color: rgb(8,37,153); }
div.DivClassName
{
background-color: #082599;
}
.BgClassName
{
background-color: #082599;
}
</style>
border-color css
<style>
span { border-color: #082599; }
span { border-color: rgb(8,37,153); }
td.TdClassName
{
border-color: #082599;
}
.TagClassName
{
border-color: #082599;
}
</style>