Shades of Smalt #083A8C
Tints of Smalt #083A8C
RGB
CMYK
RGB Variations
Color information
#083A8C (or 0x083A8C) is known color: Smalt. HEX triplet: 08, 3A and 8C. RGB value is (8,58,140). Sum of RGB (Red+Green+Blue) = 8+58+140=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #083A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083A8C is #F7C573. Grayscale: #343434. Windows color (decimal): -16237940 or 9189896. OLE color: 9189896.
HSL color Cylindrical-coordinate representation of color #083A8C: hue angle of 217.27º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083A8C is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 58 | 140 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.45 |
| HSL | 217.27º | 0.89% | 0.29% | - |
| HSV(B) | 217.27º | 0.94% | 0.55% | - |
| XYZ | 6.35 | 4.97 | 25.44 | - |
| YUV | 52.4 | 177.44 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 140 | 0.94 | 0.59 | 0 | 0.45 | 217.27 | 0.89 | 0.29 |
| Hex | 8 | 3A | 8C | 5E | 3B | 0 | 2D | D9 | 59 | 1D |
| Octal | 10 | 72 | 214 | 136 | 73 | 0 | 55 | 331 | 131 | 35 |
| Binary | 1000 | 111010 | 10001100 | 1011110 | 111011 | 0 | 101101 | 11011001 | 1011001 | 11101 |
Color Harmonies of #083A8C
Complementary color
Monochromatic Colors of #083A8C
Black with #083A8C
Text Example
Text Example
White with #083A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A8C; }
p { color: rgb(8,58,140); }
H1.HeaderClassName
{
color: #083A8C;
}
.AnyTagClassName
{
color: #083A8C;
}
</style>
background-color css
<style>
a { background-color: #083A8C; }
a { background-color: rgb(8,58,140); }
div.DivClassName
{
background-color: #083A8C;
}
.BgClassName
{
background-color: #083A8C;
}
</style>
border-color css
<style>
span { border-color: #083A8C; }
span { border-color: rgb(8,58,140); }
td.TdClassName
{
border-color: #083A8C;
}
.TagClassName
{
border-color: #083A8C;
}
</style>