Shades of Smalt #103694
Tints of Smalt #103694
RGB
CMYK
RGB Variations
Color information
#103694 (or 0x103694) is known color: Smalt. HEX triplet: 10, 36 and 94. RGB value is (16,54,148). Sum of RGB (Red+Green+Blue) = 16+54+148=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #103694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103694 is #EFC96B. Grayscale: #343434. Windows color (decimal): -15714668 or 9713168. OLE color: 9713168.
HSL color Cylindrical-coordinate representation of color #103694: hue angle of 222.73º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103694 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 54 | 148 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.42 |
| HSL | 222.73º | 0.8% | 0.32% | - |
| HSV(B) | 222.73º | 0.89% | 0.58% | - |
| XYZ | 6.88 | 4.89 | 28.6 | - |
| YUV | 53.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 148 | 0.89 | 0.64 | 0 | 0.42 | 222.73 | 0.8 | 0.32 |
| Hex | 10 | 36 | 94 | 59 | 40 | 0 | 2A | DF | 50 | 20 |
| Octal | 20 | 66 | 224 | 131 | 100 | 0 | 52 | 337 | 120 | 40 |
| Binary | 10000 | 110110 | 10010100 | 1011001 | 1000000 | 0 | 101010 | 11011111 | 1010000 | 100000 |
Color Harmonies of #103694
Complementary color
Monochromatic Colors of #103694
Black with #103694
Text Example
Text Example
White with #103694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103694; }
p { color: rgb(16,54,148); }
H1.HeaderClassName
{
color: #103694;
}
.AnyTagClassName
{
color: #103694;
}
</style>
background-color css
<style>
a { background-color: #103694; }
a { background-color: rgb(16,54,148); }
div.DivClassName
{
background-color: #103694;
}
.BgClassName
{
background-color: #103694;
}
</style>
border-color css
<style>
span { border-color: #103694; }
span { border-color: rgb(16,54,148); }
td.TdClassName
{
border-color: #103694;
}
.TagClassName
{
border-color: #103694;
}
</style>