Shades of Smalt #082B85
Tints of Smalt #082B85
RGB
CMYK
RGB Variations
Color information
#082B85 (or 0x082B85) is known color: Smalt. HEX triplet: 08, 2B and 85. RGB value is (8,43,133). Sum of RGB (Red+Green+Blue) = 8+43+133=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #082B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082B85 is #F7D47A. Grayscale: #2A2A2A. Windows color (decimal): -16241787 or 8727304. OLE color: 8727304.
HSL color Cylindrical-coordinate representation of color #082B85: hue angle of 223.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082B85 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 43 | 133 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.48 |
| HSL | 223.2º | 0.89% | 0.28% | - |
| HSV(B) | 223.2º | 0.94% | 0.52% | - |
| XYZ | 5.2 | 3.47 | 22.59 | - |
| YUV | 42.8 | 178.9 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 133 | 0.94 | 0.68 | 0 | 0.48 | 223.2 | 0.89 | 0.28 |
| Hex | 8 | 2B | 85 | 5E | 44 | 0 | 30 | DF | 59 | 1C |
| Octal | 10 | 53 | 205 | 136 | 104 | 0 | 60 | 337 | 131 | 34 |
| Binary | 1000 | 101011 | 10000101 | 1011110 | 1000100 | 0 | 110000 | 11011111 | 1011001 | 11100 |
Color Harmonies of #082B85
Complementary color
Monochromatic Colors of #082B85
Black with #082B85
Text Example
Text Example
White with #082B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B85; }
p { color: rgb(8,43,133); }
H1.HeaderClassName
{
color: #082B85;
}
.AnyTagClassName
{
color: #082B85;
}
</style>
background-color css
<style>
a { background-color: #082B85; }
a { background-color: rgb(8,43,133); }
div.DivClassName
{
background-color: #082B85;
}
.BgClassName
{
background-color: #082B85;
}
</style>
border-color css
<style>
span { border-color: #082B85; }
span { border-color: rgb(8,43,133); }
td.TdClassName
{
border-color: #082B85;
}
.TagClassName
{
border-color: #082B85;
}
</style>