Shades of Smalt #102889
Tints of Smalt #102889
RGB
CMYK
RGB Variations
Color information
#102889 (or 0x102889) is known color: Smalt. HEX triplet: 10, 28 and 89. RGB value is (16,40,137). Sum of RGB (Red+Green+Blue) = 16+40+137=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #102889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102889 is #EFD776. Grayscale: #2B2B2B. Windows color (decimal): -15718263 or 8988688. OLE color: 8988688.
HSL color Cylindrical-coordinate representation of color #102889: hue angle of 228.1º 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 #102889 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 40 | 137 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.46 |
| HSL | 228.1º | 0.79% | 0.3% | - |
| HSV(B) | 228.1º | 0.88% | 0.54% | - |
| XYZ | 5.49 | 3.43 | 24.04 | - |
| YUV | 43.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 137 | 0.88 | 0.71 | 0 | 0.46 | 228.1 | 0.79 | 0.3 |
| Hex | 10 | 28 | 89 | 58 | 47 | 0 | 2E | E4 | 4F | 1E |
| Octal | 20 | 50 | 211 | 130 | 107 | 0 | 56 | 344 | 117 | 36 |
| Binary | 10000 | 101000 | 10001001 | 1011000 | 1000111 | 0 | 101110 | 11100100 | 1001111 | 11110 |
Color Harmonies of #102889
Complementary color
Monochromatic Colors of #102889
Black with #102889
Text Example
Text Example
White with #102889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102889; }
p { color: rgb(16,40,137); }
H1.HeaderClassName
{
color: #102889;
}
.AnyTagClassName
{
color: #102889;
}
</style>
background-color css
<style>
a { background-color: #102889; }
a { background-color: rgb(16,40,137); }
div.DivClassName
{
background-color: #102889;
}
.BgClassName
{
background-color: #102889;
}
</style>
border-color css
<style>
span { border-color: #102889; }
span { border-color: rgb(16,40,137); }
td.TdClassName
{
border-color: #102889;
}
.TagClassName
{
border-color: #102889;
}
</style>