Shades of Smalt #082D85
Tints of Smalt #082D85
RGB
CMYK
RGB Variations
Color information
#082D85 (or 0x082D85) is known color: Smalt. HEX triplet: 08, 2D and 85. RGB value is (8,45,133). Sum of RGB (Red+Green+Blue) = 8+45+133=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #082D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D85 is #F7D27A. Grayscale: #2B2B2B. Windows color (decimal): -16241275 or 8727816. OLE color: 8727816.
HSL color Cylindrical-coordinate representation of color #082D85: hue angle of 222.24º 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 #082D85 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 45 | 133 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.48 |
| HSL | 222.24º | 0.89% | 0.28% | - |
| HSV(B) | 222.24º | 0.94% | 0.52% | - |
| XYZ | 5.27 | 3.62 | 22.61 | - |
| YUV | 43.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 133 | 0.94 | 0.66 | 0 | 0.48 | 222.24 | 0.89 | 0.28 |
| Hex | 8 | 2D | 85 | 5E | 42 | 0 | 30 | DE | 59 | 1C |
| Octal | 10 | 55 | 205 | 136 | 102 | 0 | 60 | 336 | 131 | 34 |
| Binary | 1000 | 101101 | 10000101 | 1011110 | 1000010 | 0 | 110000 | 11011110 | 1011001 | 11100 |
Color Harmonies of #082D85
Complementary color
Monochromatic Colors of #082D85
Black with #082D85
Text Example
Text Example
White with #082D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D85; }
p { color: rgb(8,45,133); }
H1.HeaderClassName
{
color: #082D85;
}
.AnyTagClassName
{
color: #082D85;
}
</style>
background-color css
<style>
a { background-color: #082D85; }
a { background-color: rgb(8,45,133); }
div.DivClassName
{
background-color: #082D85;
}
.BgClassName
{
background-color: #082D85;
}
</style>
border-color css
<style>
span { border-color: #082D85; }
span { border-color: rgb(8,45,133); }
td.TdClassName
{
border-color: #082D85;
}
.TagClassName
{
border-color: #082D85;
}
</style>