Shades of Smalt #082591
Tints of Smalt #082591
RGB
CMYK
RGB Variations
Color information
#082591 (or 0x082591) is known color: Smalt. HEX triplet: 08, 25 and 91. RGB value is (8,37,145). Sum of RGB (Red+Green+Blue) = 8+37+145=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #082591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082591 is #F7DA6E. Grayscale: #282828. Windows color (decimal): -16243311 or 9512200. OLE color: 9512200.
HSL color Cylindrical-coordinate representation of color #082591: hue angle of 227.3º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082591 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 37 | 145 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.43 |
| HSL | 227.3º | 0.9% | 0.3% | - |
| HSV(B) | 227.3º | 0.94% | 0.57% | - |
| XYZ | 5.87 | 3.42 | 27.14 | - |
| YUV | 40.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 145 | 0.94 | 0.74 | 0 | 0.43 | 227.3 | 0.9 | 0.3 |
| Hex | 8 | 25 | 91 | 5E | 4A | 0 | 2B | E3 | 5A | 1E |
| Octal | 10 | 45 | 221 | 136 | 112 | 0 | 53 | 343 | 132 | 36 |
| Binary | 1000 | 100101 | 10010001 | 1011110 | 1001010 | 0 | 101011 | 11100011 | 1011010 | 11110 |
Color Harmonies of #082591
Complementary color
Monochromatic Colors of #082591
Black with #082591
Text Example
Text Example
White with #082591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082591; }
p { color: rgb(8,37,145); }
H1.HeaderClassName
{
color: #082591;
}
.AnyTagClassName
{
color: #082591;
}
</style>
background-color css
<style>
a { background-color: #082591; }
a { background-color: rgb(8,37,145); }
div.DivClassName
{
background-color: #082591;
}
.BgClassName
{
background-color: #082591;
}
</style>
border-color css
<style>
span { border-color: #082591; }
span { border-color: rgb(8,37,145); }
td.TdClassName
{
border-color: #082591;
}
.TagClassName
{
border-color: #082591;
}
</style>