Shades of Smalt #102E90
Tints of Smalt #102E90
RGB
CMYK
RGB Variations
Color information
#102E90 (or 0x102E90) is known color: Smalt. HEX triplet: 10, 2E and 90. RGB value is (16,46,144). Sum of RGB (Red+Green+Blue) = 16+46+144=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #102E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102E90 is #EFD16F. Grayscale: #2F2F2F. Windows color (decimal): -15716720 or 9448976. OLE color: 9448976.
HSL color Cylindrical-coordinate representation of color #102E90: hue angle of 225.94º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102E90 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 46 | 144 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.44 |
| HSL | 225.94º | 0.8% | 0.31% | - |
| HSV(B) | 225.94º | 0.89% | 0.56% | - |
| XYZ | 6.22 | 4.08 | 26.84 | - |
| YUV | 48.2 | 182.06 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 144 | 0.89 | 0.68 | 0 | 0.44 | 225.94 | 0.8 | 0.31 |
| Hex | 10 | 2E | 90 | 59 | 44 | 0 | 2C | E2 | 50 | 1F |
| Octal | 20 | 56 | 220 | 131 | 104 | 0 | 54 | 342 | 120 | 37 |
| Binary | 10000 | 101110 | 10010000 | 1011001 | 1000100 | 0 | 101100 | 11100010 | 1010000 | 11111 |
Color Harmonies of #102E90
Complementary color
Monochromatic Colors of #102E90
Black with #102E90
Text Example
Text Example
White with #102E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E90; }
p { color: rgb(16,46,144); }
H1.HeaderClassName
{
color: #102E90;
}
.AnyTagClassName
{
color: #102E90;
}
</style>
background-color css
<style>
a { background-color: #102E90; }
a { background-color: rgb(16,46,144); }
div.DivClassName
{
background-color: #102E90;
}
.BgClassName
{
background-color: #102E90;
}
</style>
border-color css
<style>
span { border-color: #102E90; }
span { border-color: rgb(16,46,144); }
td.TdClassName
{
border-color: #102E90;
}
.TagClassName
{
border-color: #102E90;
}
</style>