Shades of Smalt #104393
Tints of Smalt #104393
RGB
CMYK
RGB Variations
Color information
#104393 (or 0x104393) is known color: Smalt. HEX triplet: 10, 43 and 93. RGB value is (16,67,147). Sum of RGB (Red+Green+Blue) = 16+67+147=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #104393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104393 is #EFBC6C. Grayscale: #3C3C3C. Windows color (decimal): -15711341 or 9650960. OLE color: 9650960.
HSL color Cylindrical-coordinate representation of color #104393: hue angle of 216.64º 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 #104393 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 67 | 147 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.42 |
| HSL | 216.64º | 0.8% | 0.32% | - |
| HSV(B) | 216.64º | 0.89% | 0.58% | - |
| XYZ | 7.49 | 6.23 | 28.41 | - |
| YUV | 60.87 | 176.6 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 147 | 0.89 | 0.54 | 0 | 0.42 | 216.64 | 0.8 | 0.32 |
| Hex | 10 | 43 | 93 | 59 | 36 | 0 | 2A | D9 | 50 | 20 |
| Octal | 20 | 103 | 223 | 131 | 66 | 0 | 52 | 331 | 120 | 40 |
| Binary | 10000 | 1000011 | 10010011 | 1011001 | 110110 | 0 | 101010 | 11011001 | 1010000 | 100000 |
Color Harmonies of #104393
Complementary color
Monochromatic Colors of #104393
Black with #104393
Text Example
Text Example
White with #104393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104393; }
p { color: rgb(16,67,147); }
H1.HeaderClassName
{
color: #104393;
}
.AnyTagClassName
{
color: #104393;
}
</style>
background-color css
<style>
a { background-color: #104393; }
a { background-color: rgb(16,67,147); }
div.DivClassName
{
background-color: #104393;
}
.BgClassName
{
background-color: #104393;
}
</style>
border-color css
<style>
span { border-color: #104393; }
span { border-color: rgb(16,67,147); }
td.TdClassName
{
border-color: #104393;
}
.TagClassName
{
border-color: #104393;
}
</style>