Shades of Smalt #103184
Tints of Smalt #103184
RGB
CMYK
RGB Variations
Color information
#103184 (or 0x103184) is known color: Smalt. HEX triplet: 10, 31 and 84. RGB value is (16,49,132). Sum of RGB (Red+Green+Blue) = 16+49+132=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #103184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103184 is #EFCE7B. Grayscale: #303030. Windows color (decimal): -15715964 or 8663312. OLE color: 8663312.
HSL color Cylindrical-coordinate representation of color #103184: hue angle of 222.93º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103184 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 49 | 132 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.48 |
| HSL | 222.93º | 0.78% | 0.29% | - |
| HSV(B) | 222.93º | 0.88% | 0.52% | - |
| XYZ | 5.48 | 3.97 | 22.31 | - |
| YUV | 48.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 132 | 0.88 | 0.63 | 0 | 0.48 | 222.93 | 0.78 | 0.29 |
| Hex | 10 | 31 | 84 | 58 | 3F | 0 | 30 | DF | 4E | 1D |
| Octal | 20 | 61 | 204 | 130 | 77 | 0 | 60 | 337 | 116 | 35 |
| Binary | 10000 | 110001 | 10000100 | 1011000 | 111111 | 0 | 110000 | 11011111 | 1001110 | 11101 |
Color Harmonies of #103184
Complementary color
Monochromatic Colors of #103184
Black with #103184
Text Example
Text Example
White with #103184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103184; }
p { color: rgb(16,49,132); }
H1.HeaderClassName
{
color: #103184;
}
.AnyTagClassName
{
color: #103184;
}
</style>
background-color css
<style>
a { background-color: #103184; }
a { background-color: rgb(16,49,132); }
div.DivClassName
{
background-color: #103184;
}
.BgClassName
{
background-color: #103184;
}
</style>
border-color css
<style>
span { border-color: #103184; }
span { border-color: rgb(16,49,132); }
td.TdClassName
{
border-color: #103184;
}
.TagClassName
{
border-color: #103184;
}
</style>