Shades of Smalt #083585
Tints of Smalt #083585
RGB
CMYK
RGB Variations
Color information
#083585 (or 0x083585) is known color: Smalt. HEX triplet: 08, 35 and 85. RGB value is (8,53,133). Sum of RGB (Red+Green+Blue) = 8+53+133=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #083585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083585 is #F7CA7A. Grayscale: #303030. Windows color (decimal): -16239227 or 8729864. OLE color: 8729864.
HSL color Cylindrical-coordinate representation of color #083585: hue angle of 218.4º 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 #083585 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 53 | 133 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.48 |
| HSL | 218.4º | 0.89% | 0.28% | - |
| HSV(B) | 218.4º | 0.94% | 0.52% | - |
| XYZ | 5.61 | 4.29 | 22.72 | - |
| YUV | 48.67 | 175.59 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 133 | 0.94 | 0.60 | 0 | 0.48 | 218.4 | 0.89 | 0.28 |
| Hex | 8 | 35 | 85 | 5E | 3C | 0 | 30 | DA | 59 | 1C |
| Octal | 10 | 65 | 205 | 136 | 74 | 0 | 60 | 332 | 131 | 34 |
| Binary | 1000 | 110101 | 10000101 | 1011110 | 111100 | 0 | 110000 | 11011010 | 1011001 | 11100 |
Color Harmonies of #083585
Complementary color
Monochromatic Colors of #083585
Black with #083585
Text Example
Text Example
White with #083585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083585; }
p { color: rgb(8,53,133); }
H1.HeaderClassName
{
color: #083585;
}
.AnyTagClassName
{
color: #083585;
}
</style>
background-color css
<style>
a { background-color: #083585; }
a { background-color: rgb(8,53,133); }
div.DivClassName
{
background-color: #083585;
}
.BgClassName
{
background-color: #083585;
}
</style>
border-color css
<style>
span { border-color: #083585; }
span { border-color: rgb(8,53,133); }
td.TdClassName
{
border-color: #083585;
}
.TagClassName
{
border-color: #083585;
}
</style>