Shades of Smalt #103089
Tints of Smalt #103089
RGB
CMYK
RGB Variations
Color information
#103089 (or 0x103089) is known color: Smalt. HEX triplet: 10, 30 and 89. RGB value is (16,48,137). Sum of RGB (Red+Green+Blue) = 16+48+137=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #103089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103089 is #EFCF76. Grayscale: #303030. Windows color (decimal): -15716215 or 8990736. OLE color: 8990736.
HSL color Cylindrical-coordinate representation of color #103089: hue angle of 224.13º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103089 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 48 | 137 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.46 |
| HSL | 224.13º | 0.79% | 0.3% | - |
| HSV(B) | 224.13º | 0.88% | 0.54% | - |
| XYZ | 5.79 | 4.03 | 24.14 | - |
| YUV | 48.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 137 | 0.88 | 0.65 | 0 | 0.46 | 224.13 | 0.79 | 0.3 |
| Hex | 10 | 30 | 89 | 58 | 41 | 0 | 2E | E0 | 4F | 1E |
| Octal | 20 | 60 | 211 | 130 | 101 | 0 | 56 | 340 | 117 | 36 |
| Binary | 10000 | 110000 | 10001001 | 1011000 | 1000001 | 0 | 101110 | 11100000 | 1001111 | 11110 |
Color Harmonies of #103089
Complementary color
Monochromatic Colors of #103089
Black with #103089
Text Example
Text Example
White with #103089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103089; }
p { color: rgb(16,48,137); }
H1.HeaderClassName
{
color: #103089;
}
.AnyTagClassName
{
color: #103089;
}
</style>
background-color css
<style>
a { background-color: #103089; }
a { background-color: rgb(16,48,137); }
div.DivClassName
{
background-color: #103089;
}
.BgClassName
{
background-color: #103089;
}
</style>
border-color css
<style>
span { border-color: #103089; }
span { border-color: rgb(16,48,137); }
td.TdClassName
{
border-color: #103089;
}
.TagClassName
{
border-color: #103089;
}
</style>