Shades of Smalt #082D8A
Tints of Smalt #082D8A
RGB
CMYK
RGB Variations
Color information
#082D8A (or 0x082D8A) is known color: Smalt. HEX triplet: 08, 2D and 8A. RGB value is (8,45,138). Sum of RGB (Red+Green+Blue) = 8+45+138=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #082D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D8A is #F7D275. Grayscale: #2C2C2C. Windows color (decimal): -16241270 or 9055496. OLE color: 9055496.
HSL color Cylindrical-coordinate representation of color #082D8A: hue angle of 222.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082D8A is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 45 | 138 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.46 |
| HSL | 222.92º | 0.89% | 0.29% | - |
| HSV(B) | 222.92º | 0.94% | 0.54% | - |
| XYZ | 5.63 | 3.76 | 24.47 | - |
| YUV | 44.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 138 | 0.94 | 0.67 | 0 | 0.46 | 222.92 | 0.89 | 0.29 |
| Hex | 8 | 2D | 8A | 5E | 43 | 0 | 2E | DF | 59 | 1D |
| Octal | 10 | 55 | 212 | 136 | 103 | 0 | 56 | 337 | 131 | 35 |
| Binary | 1000 | 101101 | 10001010 | 1011110 | 1000011 | 0 | 101110 | 11011111 | 1011001 | 11101 |
Color Harmonies of #082D8A
Complementary color
Monochromatic Colors of #082D8A
Black with #082D8A
Text Example
Text Example
White with #082D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D8A; }
p { color: rgb(8,45,138); }
H1.HeaderClassName
{
color: #082D8A;
}
.AnyTagClassName
{
color: #082D8A;
}
</style>
background-color css
<style>
a { background-color: #082D8A; }
a { background-color: rgb(8,45,138); }
div.DivClassName
{
background-color: #082D8A;
}
.BgClassName
{
background-color: #082D8A;
}
</style>
border-color css
<style>
span { border-color: #082D8A; }
span { border-color: rgb(8,45,138); }
td.TdClassName
{
border-color: #082D8A;
}
.TagClassName
{
border-color: #082D8A;
}
</style>