Shades of Smalt #102E89
Tints of Smalt #102E89
RGB
CMYK
RGB Variations
Color information
#102E89 (or 0x102E89) is known color: Smalt. HEX triplet: 10, 2E and 89. RGB value is (16,46,137). Sum of RGB (Red+Green+Blue) = 16+46+137=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #102E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102E89 is #EFD176. Grayscale: #2F2F2F. Windows color (decimal): -15716727 or 8990224. OLE color: 8990224.
HSL color Cylindrical-coordinate representation of color #102E89: hue angle of 225.12º 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 #102E89 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 46 | 137 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.46 |
| HSL | 225.12º | 0.79% | 0.3% | - |
| HSV(B) | 225.12º | 0.88% | 0.54% | - |
| XYZ | 5.71 | 3.87 | 24.11 | - |
| YUV | 47.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 137 | 0.88 | 0.66 | 0 | 0.46 | 225.12 | 0.79 | 0.3 |
| Hex | 10 | 2E | 89 | 58 | 42 | 0 | 2E | E1 | 4F | 1E |
| Octal | 20 | 56 | 211 | 130 | 102 | 0 | 56 | 341 | 117 | 36 |
| Binary | 10000 | 101110 | 10001001 | 1011000 | 1000010 | 0 | 101110 | 11100001 | 1001111 | 11110 |
Color Harmonies of #102E89
Complementary color
Monochromatic Colors of #102E89
Black with #102E89
Text Example
Text Example
White with #102E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E89; }
p { color: rgb(16,46,137); }
H1.HeaderClassName
{
color: #102E89;
}
.AnyTagClassName
{
color: #102E89;
}
</style>
background-color css
<style>
a { background-color: #102E89; }
a { background-color: rgb(16,46,137); }
div.DivClassName
{
background-color: #102E89;
}
.BgClassName
{
background-color: #102E89;
}
</style>
border-color css
<style>
span { border-color: #102E89; }
span { border-color: rgb(16,46,137); }
td.TdClassName
{
border-color: #102E89;
}
.TagClassName
{
border-color: #102E89;
}
</style>