Shades of Smalt #082D96
Tints of Smalt #082D96
RGB
CMYK
RGB Variations
Color information
#082D96 (or 0x082D96) is known color: Smalt. HEX triplet: 08, 2D and 96. RGB value is (8,45,150). Sum of RGB (Red+Green+Blue) = 8+45+150=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #082D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D96 is #F7D269. Grayscale: #2D2D2D. Windows color (decimal): -16241258 or 9841928. OLE color: 9841928.
HSL color Cylindrical-coordinate representation of color #082D96: hue angle of 224.37º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082D96 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 45 | 150 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.41 |
| HSL | 224.37º | 0.9% | 0.31% | - |
| HSV(B) | 224.37º | 0.95% | 0.59% | - |
| XYZ | 6.54 | 4.13 | 29.31 | - |
| YUV | 45.91 | 186.74 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 150 | 0.95 | 0.70 | 0 | 0.41 | 224.37 | 0.9 | 0.31 |
| Hex | 8 | 2D | 96 | 5F | 46 | 0 | 29 | E0 | 5A | 1F |
| Octal | 10 | 55 | 226 | 137 | 106 | 0 | 51 | 340 | 132 | 37 |
| Binary | 1000 | 101101 | 10010110 | 1011111 | 1000110 | 0 | 101001 | 11100000 | 1011010 | 11111 |
Color Harmonies of #082D96
Complementary color
Monochromatic Colors of #082D96
Black with #082D96
Text Example
Text Example
White with #082D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D96; }
p { color: rgb(8,45,150); }
H1.HeaderClassName
{
color: #082D96;
}
.AnyTagClassName
{
color: #082D96;
}
</style>
background-color css
<style>
a { background-color: #082D96; }
a { background-color: rgb(8,45,150); }
div.DivClassName
{
background-color: #082D96;
}
.BgClassName
{
background-color: #082D96;
}
</style>
border-color css
<style>
span { border-color: #082D96; }
span { border-color: rgb(8,45,150); }
td.TdClassName
{
border-color: #082D96;
}
.TagClassName
{
border-color: #082D96;
}
</style>