Shades of Smalt #083186
Tints of Smalt #083186
RGB
CMYK
RGB Variations
Color information
#083186 (or 0x083186) is known color: Smalt. HEX triplet: 08, 31 and 86. RGB value is (8,49,134). Sum of RGB (Red+Green+Blue) = 8+49+134=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #083186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083186 is #F7CE79. Grayscale: #2E2E2E. Windows color (decimal): -16240250 or 8794376. OLE color: 8794376.
HSL color Cylindrical-coordinate representation of color #083186: hue angle of 220.48º 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 #083186 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 49 | 134 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.47 |
| HSL | 220.48º | 0.89% | 0.28% | - |
| HSV(B) | 220.48º | 0.94% | 0.53% | - |
| XYZ | 5.5 | 3.97 | 23.03 | - |
| YUV | 46.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 134 | 0.94 | 0.63 | 0 | 0.47 | 220.48 | 0.89 | 0.28 |
| Hex | 8 | 31 | 86 | 5E | 3F | 0 | 2F | DC | 59 | 1C |
| Octal | 10 | 61 | 206 | 136 | 77 | 0 | 57 | 334 | 131 | 34 |
| Binary | 1000 | 110001 | 10000110 | 1011110 | 111111 | 0 | 101111 | 11011100 | 1011001 | 11100 |
Color Harmonies of #083186
Complementary color
Monochromatic Colors of #083186
Black with #083186
Text Example
Text Example
White with #083186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083186; }
p { color: rgb(8,49,134); }
H1.HeaderClassName
{
color: #083186;
}
.AnyTagClassName
{
color: #083186;
}
</style>
background-color css
<style>
a { background-color: #083186; }
a { background-color: rgb(8,49,134); }
div.DivClassName
{
background-color: #083186;
}
.BgClassName
{
background-color: #083186;
}
</style>
border-color css
<style>
span { border-color: #083186; }
span { border-color: rgb(8,49,134); }
td.TdClassName
{
border-color: #083186;
}
.TagClassName
{
border-color: #083186;
}
</style>