Shades of Smalt #082999
Tints of Smalt #082999
RGB
CMYK
RGB Variations
Color information
#082999 (or 0x082999) is known color: Smalt. HEX triplet: 08, 29 and 99. RGB value is (8,41,153). Sum of RGB (Red+Green+Blue) = 8+41+153=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #082999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082999 is #F7D666. Grayscale: #2B2B2B. Windows color (decimal): -16242279 or 10037512. OLE color: 10037512.
HSL color Cylindrical-coordinate representation of color #082999: hue angle of 226.34º 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 #082999 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 41 | 153 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.4 |
| HSL | 226.34º | 0.9% | 0.32% | - |
| HSV(B) | 226.34º | 0.95% | 0.6% | - |
| XYZ | 6.64 | 3.94 | 30.55 | - |
| YUV | 43.9 | 189.57 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 153 | 0.95 | 0.73 | 0 | 0.4 | 226.34 | 0.9 | 0.32 |
| Hex | 8 | 29 | 99 | 5F | 49 | 0 | 28 | E2 | 5A | 20 |
| Octal | 10 | 51 | 231 | 137 | 111 | 0 | 50 | 342 | 132 | 40 |
| Binary | 1000 | 101001 | 10011001 | 1011111 | 1001001 | 0 | 101000 | 11100010 | 1011010 | 100000 |
Color Harmonies of #082999
Complementary color
Monochromatic Colors of #082999
Black with #082999
Text Example
Text Example
White with #082999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082999; }
p { color: rgb(8,41,153); }
H1.HeaderClassName
{
color: #082999;
}
.AnyTagClassName
{
color: #082999;
}
</style>
background-color css
<style>
a { background-color: #082999; }
a { background-color: rgb(8,41,153); }
div.DivClassName
{
background-color: #082999;
}
.BgClassName
{
background-color: #082999;
}
</style>
border-color css
<style>
span { border-color: #082999; }
span { border-color: rgb(8,41,153); }
td.TdClassName
{
border-color: #082999;
}
.TagClassName
{
border-color: #082999;
}
</style>