Shades of Smalt #103082
Tints of Smalt #103082
RGB
CMYK
RGB Variations
Color information
#103082 (or 0x103082) is known color: Smalt. HEX triplet: 10, 30 and 82. RGB value is (16,48,130). Sum of RGB (Red+Green+Blue) = 16+48+130=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #103082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103082 is #EFCF7D. Grayscale: #2F2F2F. Windows color (decimal): -15716222 or 8531984. OLE color: 8531984.
HSL color Cylindrical-coordinate representation of color #103082: hue angle of 223.16º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103082 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 48 | 130 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.49 |
| HSL | 223.16º | 0.78% | 0.29% | - |
| HSV(B) | 223.16º | 0.88% | 0.51% | - |
| XYZ | 5.3 | 3.84 | 21.58 | - |
| YUV | 47.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 130 | 0.88 | 0.63 | 0 | 0.49 | 223.16 | 0.78 | 0.29 |
| Hex | 10 | 30 | 82 | 58 | 3F | 0 | 31 | DF | 4E | 1D |
| Octal | 20 | 60 | 202 | 130 | 77 | 0 | 61 | 337 | 116 | 35 |
| Binary | 10000 | 110000 | 10000010 | 1011000 | 111111 | 0 | 110001 | 11011111 | 1001110 | 11101 |
Color Harmonies of #103082
Complementary color
Monochromatic Colors of #103082
Black with #103082
Text Example
Text Example
White with #103082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103082; }
p { color: rgb(16,48,130); }
H1.HeaderClassName
{
color: #103082;
}
.AnyTagClassName
{
color: #103082;
}
</style>
background-color css
<style>
a { background-color: #103082; }
a { background-color: rgb(16,48,130); }
div.DivClassName
{
background-color: #103082;
}
.BgClassName
{
background-color: #103082;
}
</style>
border-color css
<style>
span { border-color: #103082; }
span { border-color: rgb(16,48,130); }
td.TdClassName
{
border-color: #103082;
}
.TagClassName
{
border-color: #103082;
}
</style>