Shades of Smalt #082F89
Tints of Smalt #082F89
RGB
CMYK
RGB Variations
Color information
#082F89 (or 0x082F89) is known color: Smalt. HEX triplet: 08, 2F and 89. RGB value is (8,47,137). Sum of RGB (Red+Green+Blue) = 8+47+137=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #082F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F89 is #F7D076. Grayscale: #2D2D2D. Windows color (decimal): -16240759 or 8990472. OLE color: 8990472.
HSL color Cylindrical-coordinate representation of color #082F89: hue angle of 221.86º 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 #082F89 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 47 | 137 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.46 |
| HSL | 221.86º | 0.89% | 0.28% | - |
| HSV(B) | 221.86º | 0.94% | 0.54% | - |
| XYZ | 5.63 | 3.89 | 24.12 | - |
| YUV | 45.6 | 179.58 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 137 | 0.94 | 0.66 | 0 | 0.46 | 221.86 | 0.89 | 0.28 |
| Hex | 8 | 2F | 89 | 5E | 42 | 0 | 2E | DE | 59 | 1C |
| Octal | 10 | 57 | 211 | 136 | 102 | 0 | 56 | 336 | 131 | 34 |
| Binary | 1000 | 101111 | 10001001 | 1011110 | 1000010 | 0 | 101110 | 11011110 | 1011001 | 11100 |
Color Harmonies of #082F89
Complementary color
Monochromatic Colors of #082F89
Black with #082F89
Text Example
Text Example
White with #082F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F89; }
p { color: rgb(8,47,137); }
H1.HeaderClassName
{
color: #082F89;
}
.AnyTagClassName
{
color: #082F89;
}
</style>
background-color css
<style>
a { background-color: #082F89; }
a { background-color: rgb(8,47,137); }
div.DivClassName
{
background-color: #082F89;
}
.BgClassName
{
background-color: #082F89;
}
</style>
border-color css
<style>
span { border-color: #082F89; }
span { border-color: rgb(8,47,137); }
td.TdClassName
{
border-color: #082F89;
}
.TagClassName
{
border-color: #082F89;
}
</style>