Shades of Smalt #082385
Tints of Smalt #082385
RGB
CMYK
RGB Variations
Color information
#082385 (or 0x082385) is known color: Smalt. HEX triplet: 08, 23 and 85. RGB value is (8,35,133). Sum of RGB (Red+Green+Blue) = 8+35+133=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #082385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082385 is #F7DC7A. Grayscale: #252525. Windows color (decimal): -16243835 or 8725256. OLE color: 8725256.
HSL color Cylindrical-coordinate representation of color #082385: hue angle of 227.04º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082385 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 35 | 133 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.48 |
| HSL | 227.04º | 0.89% | 0.28% | - |
| HSV(B) | 227.04º | 0.94% | 0.52% | - |
| XYZ | 4.93 | 2.95 | 22.5 | - |
| YUV | 38.1 | 181.55 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 133 | 0.94 | 0.74 | 0 | 0.48 | 227.04 | 0.89 | 0.28 |
| Hex | 8 | 23 | 85 | 5E | 4A | 0 | 30 | E3 | 59 | 1C |
| Octal | 10 | 43 | 205 | 136 | 112 | 0 | 60 | 343 | 131 | 34 |
| Binary | 1000 | 100011 | 10000101 | 1011110 | 1001010 | 0 | 110000 | 11100011 | 1011001 | 11100 |
Color Harmonies of #082385
Complementary color
Monochromatic Colors of #082385
Black with #082385
Text Example
Text Example
White with #082385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082385; }
p { color: rgb(8,35,133); }
H1.HeaderClassName
{
color: #082385;
}
.AnyTagClassName
{
color: #082385;
}
</style>
background-color css
<style>
a { background-color: #082385; }
a { background-color: rgb(8,35,133); }
div.DivClassName
{
background-color: #082385;
}
.BgClassName
{
background-color: #082385;
}
</style>
border-color css
<style>
span { border-color: #082385; }
span { border-color: rgb(8,35,133); }
td.TdClassName
{
border-color: #082385;
}
.TagClassName
{
border-color: #082385;
}
</style>