Shades of Smalt #082D89
Tints of Smalt #082D89
RGB
CMYK
RGB Variations
Color information
#082D89 (or 0x082D89) is known color: Smalt. HEX triplet: 08, 2D and 89. RGB value is (8,45,137). Sum of RGB (Red+Green+Blue) = 8+45+137=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #082D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D89 is #F7D276. Grayscale: #2C2C2C. Windows color (decimal): -16241271 or 8989960. OLE color: 8989960.
HSL color Cylindrical-coordinate representation of color #082D89: hue angle of 222.79º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082D89 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 45 | 137 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.46 |
| HSL | 222.79º | 0.89% | 0.28% | - |
| HSV(B) | 222.79º | 0.94% | 0.54% | - |
| XYZ | 5.55 | 3.73 | 24.1 | - |
| YUV | 44.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 137 | 0.94 | 0.67 | 0 | 0.46 | 222.79 | 0.89 | 0.28 |
| Hex | 8 | 2D | 89 | 5E | 43 | 0 | 2E | DF | 59 | 1C |
| Octal | 10 | 55 | 211 | 136 | 103 | 0 | 56 | 337 | 131 | 34 |
| Binary | 1000 | 101101 | 10001001 | 1011110 | 1000011 | 0 | 101110 | 11011111 | 1011001 | 11100 |
Color Harmonies of #082D89
Complementary color
Monochromatic Colors of #082D89
Black with #082D89
Text Example
Text Example
White with #082D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D89; }
p { color: rgb(8,45,137); }
H1.HeaderClassName
{
color: #082D89;
}
.AnyTagClassName
{
color: #082D89;
}
</style>
background-color css
<style>
a { background-color: #082D89; }
a { background-color: rgb(8,45,137); }
div.DivClassName
{
background-color: #082D89;
}
.BgClassName
{
background-color: #082D89;
}
</style>
border-color css
<style>
span { border-color: #082D89; }
span { border-color: rgb(8,45,137); }
td.TdClassName
{
border-color: #082D89;
}
.TagClassName
{
border-color: #082D89;
}
</style>