Shades of Smalt #102B89
Tints of Smalt #102B89
RGB
CMYK
RGB Variations
Color information
#102B89 (or 0x102B89) is known color: Smalt. HEX triplet: 10, 2B and 89. RGB value is (16,43,137). Sum of RGB (Red+Green+Blue) = 16+43+137=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #102B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102B89 is #EFD476. Grayscale: #2D2D2D. Windows color (decimal): -15717495 or 8989456. OLE color: 8989456.
HSL color Cylindrical-coordinate representation of color #102B89: hue angle of 226.61º 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 #102B89 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 43 | 137 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.46 |
| HSL | 226.61º | 0.79% | 0.3% | - |
| HSV(B) | 226.61º | 0.88% | 0.54% | - |
| XYZ | 5.59 | 3.64 | 24.08 | - |
| YUV | 45.64 | 179.55 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 137 | 0.88 | 0.69 | 0 | 0.46 | 226.61 | 0.79 | 0.3 |
| Hex | 10 | 2B | 89 | 58 | 45 | 0 | 2E | E3 | 4F | 1E |
| Octal | 20 | 53 | 211 | 130 | 105 | 0 | 56 | 343 | 117 | 36 |
| Binary | 10000 | 101011 | 10001001 | 1011000 | 1000101 | 0 | 101110 | 11100011 | 1001111 | 11110 |
Color Harmonies of #102B89
Complementary color
Monochromatic Colors of #102B89
Black with #102B89
Text Example
Text Example
White with #102B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B89; }
p { color: rgb(16,43,137); }
H1.HeaderClassName
{
color: #102B89;
}
.AnyTagClassName
{
color: #102B89;
}
</style>
background-color css
<style>
a { background-color: #102B89; }
a { background-color: rgb(16,43,137); }
div.DivClassName
{
background-color: #102B89;
}
.BgClassName
{
background-color: #102B89;
}
</style>
border-color css
<style>
span { border-color: #102B89; }
span { border-color: rgb(16,43,137); }
td.TdClassName
{
border-color: #102B89;
}
.TagClassName
{
border-color: #102B89;
}
</style>