Shades of Smalt #103182
Tints of Smalt #103182
RGB
CMYK
RGB Variations
Color information
#103182 (or 0x103182) is known color: Smalt. HEX triplet: 10, 31 and 82. RGB value is (16,49,130). Sum of RGB (Red+Green+Blue) = 16+49+130=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #103182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103182 is #EFCE7D. Grayscale: #303030. Windows color (decimal): -15715966 or 8532240. OLE color: 8532240.
HSL color Cylindrical-coordinate representation of color #103182: hue angle of 222.63º 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 #103182 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 49 | 130 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.49 |
| HSL | 222.63º | 0.78% | 0.29% | - |
| HSV(B) | 222.63º | 0.88% | 0.51% | - |
| XYZ | 5.34 | 3.92 | 21.59 | - |
| YUV | 48.37 | 174.07 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 130 | 0.88 | 0.62 | 0 | 0.49 | 222.63 | 0.78 | 0.29 |
| Hex | 10 | 31 | 82 | 58 | 3E | 0 | 31 | DF | 4E | 1D |
| Octal | 20 | 61 | 202 | 130 | 76 | 0 | 61 | 337 | 116 | 35 |
| Binary | 10000 | 110001 | 10000010 | 1011000 | 111110 | 0 | 110001 | 11011111 | 1001110 | 11101 |
Color Harmonies of #103182
Complementary color
Monochromatic Colors of #103182
Black with #103182
Text Example
Text Example
White with #103182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103182; }
p { color: rgb(16,49,130); }
H1.HeaderClassName
{
color: #103182;
}
.AnyTagClassName
{
color: #103182;
}
</style>
background-color css
<style>
a { background-color: #103182; }
a { background-color: rgb(16,49,130); }
div.DivClassName
{
background-color: #103182;
}
.BgClassName
{
background-color: #103182;
}
</style>
border-color css
<style>
span { border-color: #103182; }
span { border-color: rgb(16,49,130); }
td.TdClassName
{
border-color: #103182;
}
.TagClassName
{
border-color: #103182;
}
</style>