Shades of Smalt #083995
Tints of Smalt #083995
RGB
CMYK
RGB Variations
Color information
#083995 (or 0x083995) is known color: Smalt. HEX triplet: 08, 39 and 95. RGB value is (8,57,149). Sum of RGB (Red+Green+Blue) = 8+57+149=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #083995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083995 is #F7C66A. Grayscale: #343434. Windows color (decimal): -16238187 or 9779464. OLE color: 9779464.
HSL color Cylindrical-coordinate representation of color #083995: hue angle of 219.15º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083995 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 57 | 149 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.42 |
| HSL | 219.15º | 0.9% | 0.31% | - |
| HSV(B) | 219.15º | 0.95% | 0.58% | - |
| XYZ | 6.99 | 5.15 | 29.06 | - |
| YUV | 52.84 | 182.27 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 149 | 0.95 | 0.62 | 0 | 0.42 | 219.15 | 0.9 | 0.31 |
| Hex | 8 | 39 | 95 | 5F | 3E | 0 | 2A | DB | 5A | 1F |
| Octal | 10 | 71 | 225 | 137 | 76 | 0 | 52 | 333 | 132 | 37 |
| Binary | 1000 | 111001 | 10010101 | 1011111 | 111110 | 0 | 101010 | 11011011 | 1011010 | 11111 |
Color Harmonies of #083995
Complementary color
Monochromatic Colors of #083995
Black with #083995
Text Example
Text Example
White with #083995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083995; }
p { color: rgb(8,57,149); }
H1.HeaderClassName
{
color: #083995;
}
.AnyTagClassName
{
color: #083995;
}
</style>
background-color css
<style>
a { background-color: #083995; }
a { background-color: rgb(8,57,149); }
div.DivClassName
{
background-color: #083995;
}
.BgClassName
{
background-color: #083995;
}
</style>
border-color css
<style>
span { border-color: #083995; }
span { border-color: rgb(8,57,149); }
td.TdClassName
{
border-color: #083995;
}
.TagClassName
{
border-color: #083995;
}
</style>