Shades of Smalt #082883
Tints of Smalt #082883
RGB
CMYK
RGB Variations
Color information
#082883 (or 0x082883) is known color: Smalt. HEX triplet: 08, 28 and 83. RGB value is (8,40,131). Sum of RGB (Red+Green+Blue) = 8+40+131=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #082883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082883 is #F7D77C. Grayscale: #282828. Windows color (decimal): -16242557 or 8595464. OLE color: 8595464.
HSL color Cylindrical-coordinate representation of color #082883: hue angle of 224.39º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082883 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 40 | 131 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.49 |
| HSL | 224.39º | 0.88% | 0.27% | - |
| HSV(B) | 224.39º | 0.94% | 0.51% | - |
| XYZ | 4.96 | 3.21 | 21.83 | - |
| YUV | 40.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 131 | 0.94 | 0.69 | 0 | 0.49 | 224.39 | 0.88 | 0.27 |
| Hex | 8 | 28 | 83 | 5E | 45 | 0 | 31 | E0 | 58 | 1B |
| Octal | 10 | 50 | 203 | 136 | 105 | 0 | 61 | 340 | 130 | 33 |
| Binary | 1000 | 101000 | 10000011 | 1011110 | 1000101 | 0 | 110001 | 11100000 | 1011000 | 11011 |
Color Harmonies of #082883
Complementary color
Monochromatic Colors of #082883
Black with #082883
Text Example
Text Example
White with #082883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082883; }
p { color: rgb(8,40,131); }
H1.HeaderClassName
{
color: #082883;
}
.AnyTagClassName
{
color: #082883;
}
</style>
background-color css
<style>
a { background-color: #082883; }
a { background-color: rgb(8,40,131); }
div.DivClassName
{
background-color: #082883;
}
.BgClassName
{
background-color: #082883;
}
</style>
border-color css
<style>
span { border-color: #082883; }
span { border-color: rgb(8,40,131); }
td.TdClassName
{
border-color: #082883;
}
.TagClassName
{
border-color: #082883;
}
</style>