Shades of Smalt #082490
Tints of Smalt #082490
RGB
CMYK
RGB Variations
Color information
#082490 (or 0x082490) is known color: Smalt. HEX triplet: 08, 24 and 90. RGB value is (8,36,144). Sum of RGB (Red+Green+Blue) = 8+36+144=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #082490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082490 is #F7DB6F. Grayscale: #272727. Windows color (decimal): -16243568 or 9446408. OLE color: 9446408.
HSL color Cylindrical-coordinate representation of color #082490: hue angle of 227.65º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082490 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 36 | 144 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.44 |
| HSL | 227.65º | 0.89% | 0.3% | - |
| HSV(B) | 227.65º | 0.94% | 0.56% | - |
| XYZ | 5.77 | 3.33 | 26.72 | - |
| YUV | 39.94 | 186.72 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 144 | 0.94 | 0.75 | 0 | 0.44 | 227.65 | 0.89 | 0.3 |
| Hex | 8 | 24 | 90 | 5E | 4B | 0 | 2C | E4 | 59 | 1E |
| Octal | 10 | 44 | 220 | 136 | 113 | 0 | 54 | 344 | 131 | 36 |
| Binary | 1000 | 100100 | 10010000 | 1011110 | 1001011 | 0 | 101100 | 11100100 | 1011001 | 11110 |
Color Harmonies of #082490
Complementary color
Monochromatic Colors of #082490
Black with #082490
Text Example
Text Example
White with #082490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082490; }
p { color: rgb(8,36,144); }
H1.HeaderClassName
{
color: #082490;
}
.AnyTagClassName
{
color: #082490;
}
</style>
background-color css
<style>
a { background-color: #082490; }
a { background-color: rgb(8,36,144); }
div.DivClassName
{
background-color: #082490;
}
.BgClassName
{
background-color: #082490;
}
</style>
border-color css
<style>
span { border-color: #082490; }
span { border-color: rgb(8,36,144); }
td.TdClassName
{
border-color: #082490;
}
.TagClassName
{
border-color: #082490;
}
</style>