Shades of Smalt #082293
Tints of Smalt #082293
RGB
CMYK
RGB Variations
Color information
#082293 (or 0x082293) is known color: Smalt. HEX triplet: 08, 22 and 93. RGB value is (8,34,147). Sum of RGB (Red+Green+Blue) = 8+34+147=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #082293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082293 is #F7DD6C. Grayscale: #262626. Windows color (decimal): -16244077 or 9642504. OLE color: 9642504.
HSL color Cylindrical-coordinate representation of color #082293: hue angle of 228.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082293 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 34 | 147 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.42 |
| HSL | 228.78º | 0.9% | 0.3% | - |
| HSV(B) | 228.78º | 0.95% | 0.58% | - |
| XYZ | 5.94 | 3.3 | 27.93 | - |
| YUV | 39.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 147 | 0.95 | 0.77 | 0 | 0.42 | 228.78 | 0.9 | 0.3 |
| Hex | 8 | 22 | 93 | 5F | 4D | 0 | 2A | E5 | 5A | 1E |
| Octal | 10 | 42 | 223 | 137 | 115 | 0 | 52 | 345 | 132 | 36 |
| Binary | 1000 | 100010 | 10010011 | 1011111 | 1001101 | 0 | 101010 | 11100101 | 1011010 | 11110 |
Color Harmonies of #082293
Complementary color
Monochromatic Colors of #082293
Black with #082293
Text Example
Text Example
White with #082293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082293; }
p { color: rgb(8,34,147); }
H1.HeaderClassName
{
color: #082293;
}
.AnyTagClassName
{
color: #082293;
}
</style>
background-color css
<style>
a { background-color: #082293; }
a { background-color: rgb(8,34,147); }
div.DivClassName
{
background-color: #082293;
}
.BgClassName
{
background-color: #082293;
}
</style>
border-color css
<style>
span { border-color: #082293; }
span { border-color: rgb(8,34,147); }
td.TdClassName
{
border-color: #082293;
}
.TagClassName
{
border-color: #082293;
}
</style>