Shades of Smalt #082E8A
Tints of Smalt #082E8A
RGB
CMYK
RGB Variations
Color information
#082E8A (or 0x082E8A) is known color: Smalt. HEX triplet: 08, 2E and 8A. RGB value is (8,46,138). Sum of RGB (Red+Green+Blue) = 8+46+138=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #082E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082E8A is #F7D175. Grayscale: #2C2C2C. Windows color (decimal): -16241014 or 9055752. OLE color: 9055752.
HSL color Cylindrical-coordinate representation of color #082E8A: hue angle of 222.46º 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 #082E8A is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 46 | 138 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.46 |
| HSL | 222.46º | 0.89% | 0.29% | - |
| HSV(B) | 222.46º | 0.94% | 0.54% | - |
| XYZ | 5.66 | 3.84 | 24.49 | - |
| YUV | 45.13 | 180.41 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 138 | 0.94 | 0.67 | 0 | 0.46 | 222.46 | 0.89 | 0.29 |
| Hex | 8 | 2E | 8A | 5E | 43 | 0 | 2E | DE | 59 | 1D |
| Octal | 10 | 56 | 212 | 136 | 103 | 0 | 56 | 336 | 131 | 35 |
| Binary | 1000 | 101110 | 10001010 | 1011110 | 1000011 | 0 | 101110 | 11011110 | 1011001 | 11101 |
Color Harmonies of #082E8A
Complementary color
Monochromatic Colors of #082E8A
Black with #082E8A
Text Example
Text Example
White with #082E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E8A; }
p { color: rgb(8,46,138); }
H1.HeaderClassName
{
color: #082E8A;
}
.AnyTagClassName
{
color: #082E8A;
}
</style>
background-color css
<style>
a { background-color: #082E8A; }
a { background-color: rgb(8,46,138); }
div.DivClassName
{
background-color: #082E8A;
}
.BgClassName
{
background-color: #082E8A;
}
</style>
border-color css
<style>
span { border-color: #082E8A; }
span { border-color: rgb(8,46,138); }
td.TdClassName
{
border-color: #082E8A;
}
.TagClassName
{
border-color: #082E8A;
}
</style>