Shades of Smalt #102E84
Tints of Smalt #102E84
RGB
CMYK
RGB Variations
Color information
#102E84 (or 0x102E84) is known color: Smalt. HEX triplet: 10, 2E and 84. RGB value is (16,46,132). Sum of RGB (Red+Green+Blue) = 16+46+132=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #102E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102E84 is #EFD17B. Grayscale: #2E2E2E. Windows color (decimal): -15716732 or 8662544. OLE color: 8662544.
HSL color Cylindrical-coordinate representation of color #102E84: hue angle of 224.48º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102E84 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 46 | 132 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.48 |
| HSL | 224.48º | 0.78% | 0.29% | - |
| HSV(B) | 224.48º | 0.88% | 0.52% | - |
| XYZ | 5.36 | 3.73 | 22.27 | - |
| YUV | 46.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 132 | 0.88 | 0.65 | 0 | 0.48 | 224.48 | 0.78 | 0.29 |
| Hex | 10 | 2E | 84 | 58 | 41 | 0 | 30 | E0 | 4E | 1D |
| Octal | 20 | 56 | 204 | 130 | 101 | 0 | 60 | 340 | 116 | 35 |
| Binary | 10000 | 101110 | 10000100 | 1011000 | 1000001 | 0 | 110000 | 11100000 | 1001110 | 11101 |
Color Harmonies of #102E84
Complementary color
Monochromatic Colors of #102E84
Black with #102E84
Text Example
Text Example
White with #102E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E84; }
p { color: rgb(16,46,132); }
H1.HeaderClassName
{
color: #102E84;
}
.AnyTagClassName
{
color: #102E84;
}
</style>
background-color css
<style>
a { background-color: #102E84; }
a { background-color: rgb(16,46,132); }
div.DivClassName
{
background-color: #102E84;
}
.BgClassName
{
background-color: #102E84;
}
</style>
border-color css
<style>
span { border-color: #102E84; }
span { border-color: rgb(16,46,132); }
td.TdClassName
{
border-color: #102E84;
}
.TagClassName
{
border-color: #102E84;
}
</style>