Shades of Smalt #082C85
Tints of Smalt #082C85
RGB
CMYK
RGB Variations
Color information
#082C85 (or 0x082C85) is known color: Smalt. HEX triplet: 08, 2C and 85. RGB value is (8,44,133). Sum of RGB (Red+Green+Blue) = 8+44+133=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #082C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C85 is #F7D37A. Grayscale: #2A2A2A. Windows color (decimal): -16241531 or 8727560. OLE color: 8727560.
HSL color Cylindrical-coordinate representation of color #082C85: hue angle of 222.72º 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 #082C85 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 44 | 133 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.48 |
| HSL | 222.72º | 0.89% | 0.28% | - |
| HSV(B) | 222.72º | 0.94% | 0.52% | - |
| XYZ | 5.23 | 3.55 | 22.6 | - |
| YUV | 43.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 133 | 0.94 | 0.67 | 0 | 0.48 | 222.72 | 0.89 | 0.28 |
| Hex | 8 | 2C | 85 | 5E | 43 | 0 | 30 | DF | 59 | 1C |
| Octal | 10 | 54 | 205 | 136 | 103 | 0 | 60 | 337 | 131 | 34 |
| Binary | 1000 | 101100 | 10000101 | 1011110 | 1000011 | 0 | 110000 | 11011111 | 1011001 | 11100 |
Color Harmonies of #082C85
Complementary color
Monochromatic Colors of #082C85
Black with #082C85
Text Example
Text Example
White with #082C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C85; }
p { color: rgb(8,44,133); }
H1.HeaderClassName
{
color: #082C85;
}
.AnyTagClassName
{
color: #082C85;
}
</style>
background-color css
<style>
a { background-color: #082C85; }
a { background-color: rgb(8,44,133); }
div.DivClassName
{
background-color: #082C85;
}
.BgClassName
{
background-color: #082C85;
}
</style>
border-color css
<style>
span { border-color: #082C85; }
span { border-color: rgb(8,44,133); }
td.TdClassName
{
border-color: #082C85;
}
.TagClassName
{
border-color: #082C85;
}
</style>