Shades of Smalt #083896
Tints of Smalt #083896
RGB
CMYK
RGB Variations
Color information
#083896 (or 0x083896) is known color: Smalt. HEX triplet: 08, 38 and 96. RGB value is (8,56,150). Sum of RGB (Red+Green+Blue) = 8+56+150=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #083896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083896 is #F7C769. Grayscale: #333333. Windows color (decimal): -16238442 or 9844744. OLE color: 9844744.
HSL color Cylindrical-coordinate representation of color #083896: hue angle of 219.72º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083896 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 56 | 150 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.41 |
| HSL | 219.72º | 0.9% | 0.31% | - |
| HSV(B) | 219.72º | 0.95% | 0.59% | - |
| XYZ | 7.02 | 5.08 | 29.47 | - |
| YUV | 52.36 | 183.1 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 150 | 0.95 | 0.63 | 0 | 0.41 | 219.72 | 0.9 | 0.31 |
| Hex | 8 | 38 | 96 | 5F | 3F | 0 | 29 | DC | 5A | 1F |
| Octal | 10 | 70 | 226 | 137 | 77 | 0 | 51 | 334 | 132 | 37 |
| Binary | 1000 | 111000 | 10010110 | 1011111 | 111111 | 0 | 101001 | 11011100 | 1011010 | 11111 |
Color Harmonies of #083896
Complementary color
Monochromatic Colors of #083896
Black with #083896
Text Example
Text Example
White with #083896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083896; }
p { color: rgb(8,56,150); }
H1.HeaderClassName
{
color: #083896;
}
.AnyTagClassName
{
color: #083896;
}
</style>
background-color css
<style>
a { background-color: #083896; }
a { background-color: rgb(8,56,150); }
div.DivClassName
{
background-color: #083896;
}
.BgClassName
{
background-color: #083896;
}
</style>
border-color css
<style>
span { border-color: #083896; }
span { border-color: rgb(8,56,150); }
td.TdClassName
{
border-color: #083896;
}
.TagClassName
{
border-color: #083896;
}
</style>