Shades of Smalt #103688
Tints of Smalt #103688
RGB
CMYK
RGB Variations
Color information
#103688 (or 0x103688) is known color: Smalt. HEX triplet: 10, 36 and 88. RGB value is (16,54,136). Sum of RGB (Red+Green+Blue) = 16+54+136=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #103688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103688 is #EFC977. Grayscale: #333333. Windows color (decimal): -15714680 or 8926736. OLE color: 8926736.
HSL color Cylindrical-coordinate representation of color #103688: hue angle of 221º 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 #103688 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 54 | 136 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.47 |
| HSL | 221º | 0.79% | 0.3% | - |
| HSV(B) | 221º | 0.88% | 0.53% | - |
| XYZ | 5.98 | 4.53 | 23.85 | - |
| YUV | 51.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 136 | 0.88 | 0.60 | 0 | 0.47 | 221 | 0.79 | 0.3 |
| Hex | 10 | 36 | 88 | 58 | 3C | 0 | 2F | DD | 4F | 1E |
| Octal | 20 | 66 | 210 | 130 | 74 | 0 | 57 | 335 | 117 | 36 |
| Binary | 10000 | 110110 | 10001000 | 1011000 | 111100 | 0 | 101111 | 11011101 | 1001111 | 11110 |
Color Harmonies of #103688
Complementary color
Monochromatic Colors of #103688
Black with #103688
Text Example
Text Example
White with #103688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103688; }
p { color: rgb(16,54,136); }
H1.HeaderClassName
{
color: #103688;
}
.AnyTagClassName
{
color: #103688;
}
</style>
background-color css
<style>
a { background-color: #103688; }
a { background-color: rgb(16,54,136); }
div.DivClassName
{
background-color: #103688;
}
.BgClassName
{
background-color: #103688;
}
</style>
border-color css
<style>
span { border-color: #103688; }
span { border-color: rgb(16,54,136); }
td.TdClassName
{
border-color: #103688;
}
.TagClassName
{
border-color: #103688;
}
</style>