Shades of Smalt #083088
Tints of Smalt #083088
RGB
CMYK
RGB Variations
Color information
#083088 (or 0x083088) is known color: Smalt. HEX triplet: 08, 30 and 88. RGB value is (8,48,136). Sum of RGB (Red+Green+Blue) = 8+48+136=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #083088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083088 is #F7CF77. Grayscale: #2D2D2D. Windows color (decimal): -16240504 or 8925192. OLE color: 8925192.
HSL color Cylindrical-coordinate representation of color #083088: hue angle of 221.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083088 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 48 | 136 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.47 |
| HSL | 221.25º | 0.89% | 0.28% | - |
| HSV(B) | 221.25º | 0.94% | 0.53% | - |
| XYZ | 5.6 | 3.94 | 23.76 | - |
| YUV | 46.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 136 | 0.94 | 0.65 | 0 | 0.47 | 221.25 | 0.89 | 0.28 |
| Hex | 8 | 30 | 88 | 5E | 41 | 0 | 2F | DD | 59 | 1C |
| Octal | 10 | 60 | 210 | 136 | 101 | 0 | 57 | 335 | 131 | 34 |
| Binary | 1000 | 110000 | 10001000 | 1011110 | 1000001 | 0 | 101111 | 11011101 | 1011001 | 11100 |
Color Harmonies of #083088
Complementary color
Monochromatic Colors of #083088
Black with #083088
Text Example
Text Example
White with #083088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083088; }
p { color: rgb(8,48,136); }
H1.HeaderClassName
{
color: #083088;
}
.AnyTagClassName
{
color: #083088;
}
</style>
background-color css
<style>
a { background-color: #083088; }
a { background-color: rgb(8,48,136); }
div.DivClassName
{
background-color: #083088;
}
.BgClassName
{
background-color: #083088;
}
</style>
border-color css
<style>
span { border-color: #083088; }
span { border-color: rgb(8,48,136); }
td.TdClassName
{
border-color: #083088;
}
.TagClassName
{
border-color: #083088;
}
</style>