Shades of Smalt #102988
Tints of Smalt #102988
RGB
CMYK
RGB Variations
Color information
#102988 (or 0x102988) is known color: Smalt. HEX triplet: 10, 29 and 88. RGB value is (16,41,136). Sum of RGB (Red+Green+Blue) = 16+41+136=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #102988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102988 is #EFD677. Grayscale: #2B2B2B. Windows color (decimal): -15718008 or 8923408. OLE color: 8923408.
HSL color Cylindrical-coordinate representation of color #102988: hue angle of 227.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102988 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 41 | 136 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.47 |
| HSL | 227.5º | 0.79% | 0.3% | - |
| HSV(B) | 227.5º | 0.88% | 0.53% | - |
| XYZ | 5.45 | 3.47 | 23.68 | - |
| YUV | 44.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 136 | 0.88 | 0.70 | 0 | 0.47 | 227.5 | 0.79 | 0.3 |
| Hex | 10 | 29 | 88 | 58 | 46 | 0 | 2F | E4 | 4F | 1E |
| Octal | 20 | 51 | 210 | 130 | 106 | 0 | 57 | 344 | 117 | 36 |
| Binary | 10000 | 101001 | 10001000 | 1011000 | 1000110 | 0 | 101111 | 11100100 | 1001111 | 11110 |
Color Harmonies of #102988
Complementary color
Monochromatic Colors of #102988
Black with #102988
Text Example
Text Example
White with #102988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102988; }
p { color: rgb(16,41,136); }
H1.HeaderClassName
{
color: #102988;
}
.AnyTagClassName
{
color: #102988;
}
</style>
background-color css
<style>
a { background-color: #102988; }
a { background-color: rgb(16,41,136); }
div.DivClassName
{
background-color: #102988;
}
.BgClassName
{
background-color: #102988;
}
</style>
border-color css
<style>
span { border-color: #102988; }
span { border-color: rgb(16,41,136); }
td.TdClassName
{
border-color: #102988;
}
.TagClassName
{
border-color: #102988;
}
</style>