Shades of Smalt #103F92
Tints of Smalt #103F92
RGB
CMYK
RGB Variations
Color information
#103F92 (or 0x103F92) is known color: Smalt. HEX triplet: 10, 3F and 92. RGB value is (16,63,146). Sum of RGB (Red+Green+Blue) = 16+63+146=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #103F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F92 is #EFC06D. Grayscale: #3A3A3A. Windows color (decimal): -15712366 or 9584400. OLE color: 9584400.
HSL color Cylindrical-coordinate representation of color #103F92: hue angle of 218.31º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103F92 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 63 | 146 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.43 |
| HSL | 218.31º | 0.8% | 0.32% | - |
| HSV(B) | 218.31º | 0.89% | 0.57% | - |
| XYZ | 7.18 | 5.74 | 27.92 | - |
| YUV | 58.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 146 | 0.89 | 0.57 | 0 | 0.43 | 218.31 | 0.8 | 0.32 |
| Hex | 10 | 3F | 92 | 59 | 39 | 0 | 2B | DA | 50 | 20 |
| Octal | 20 | 77 | 222 | 131 | 71 | 0 | 53 | 332 | 120 | 40 |
| Binary | 10000 | 111111 | 10010010 | 1011001 | 111001 | 0 | 101011 | 11011010 | 1010000 | 100000 |
Color Harmonies of #103F92
Complementary color
Monochromatic Colors of #103F92
Black with #103F92
Text Example
Text Example
White with #103F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F92; }
p { color: rgb(16,63,146); }
H1.HeaderClassName
{
color: #103F92;
}
.AnyTagClassName
{
color: #103F92;
}
</style>
background-color css
<style>
a { background-color: #103F92; }
a { background-color: rgb(16,63,146); }
div.DivClassName
{
background-color: #103F92;
}
.BgClassName
{
background-color: #103F92;
}
</style>
border-color css
<style>
span { border-color: #103F92; }
span { border-color: rgb(16,63,146); }
td.TdClassName
{
border-color: #103F92;
}
.TagClassName
{
border-color: #103F92;
}
</style>