Shades of Smalt #082A91
Tints of Smalt #082A91
RGB
CMYK
RGB Variations
Color information
#082A91 (or 0x082A91) is known color: Smalt. HEX triplet: 08, 2A and 91. RGB value is (8,42,145). Sum of RGB (Red+Green+Blue) = 8+42+145=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #082A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082A91 is #F7D56E. Grayscale: #2B2B2B. Windows color (decimal): -16242031 or 9513480. OLE color: 9513480.
HSL color Cylindrical-coordinate representation of color #082A91: hue angle of 225.11º 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 #082A91 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 42 | 145 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.43 |
| HSL | 225.11º | 0.9% | 0.3% | - |
| HSV(B) | 225.11º | 0.94% | 0.57% | - |
| XYZ | 6.04 | 3.75 | 27.19 | - |
| YUV | 43.58 | 185.24 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 145 | 0.94 | 0.71 | 0 | 0.43 | 225.11 | 0.9 | 0.3 |
| Hex | 8 | 2A | 91 | 5E | 47 | 0 | 2B | E1 | 5A | 1E |
| Octal | 10 | 52 | 221 | 136 | 107 | 0 | 53 | 341 | 132 | 36 |
| Binary | 1000 | 101010 | 10010001 | 1011110 | 1000111 | 0 | 101011 | 11100001 | 1011010 | 11110 |
Color Harmonies of #082A91
Complementary color
Monochromatic Colors of #082A91
Black with #082A91
Text Example
Text Example
White with #082A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A91; }
p { color: rgb(8,42,145); }
H1.HeaderClassName
{
color: #082A91;
}
.AnyTagClassName
{
color: #082A91;
}
</style>
background-color css
<style>
a { background-color: #082A91; }
a { background-color: rgb(8,42,145); }
div.DivClassName
{
background-color: #082A91;
}
.BgClassName
{
background-color: #082A91;
}
</style>
border-color css
<style>
span { border-color: #082A91; }
span { border-color: rgb(8,42,145); }
td.TdClassName
{
border-color: #082A91;
}
.TagClassName
{
border-color: #082A91;
}
</style>