Shades of Smalt #103083
Tints of Smalt #103083
RGB
CMYK
RGB Variations
Color information
#103083 (or 0x103083) is known color: Smalt. HEX triplet: 10, 30 and 83. RGB value is (16,48,131). Sum of RGB (Red+Green+Blue) = 16+48+131=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #103083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103083 is #EFCF7C. Grayscale: #2F2F2F. Windows color (decimal): -15716221 or 8597520. OLE color: 8597520.
HSL color Cylindrical-coordinate representation of color #103083: hue angle of 223.3º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103083 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 48 | 131 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.49 |
| HSL | 223.3º | 0.78% | 0.29% | - |
| HSV(B) | 223.3º | 0.88% | 0.51% | - |
| XYZ | 5.37 | 3.86 | 21.94 | - |
| YUV | 47.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 131 | 0.88 | 0.63 | 0 | 0.49 | 223.3 | 0.78 | 0.29 |
| Hex | 10 | 30 | 83 | 58 | 3F | 0 | 31 | DF | 4E | 1D |
| Octal | 20 | 60 | 203 | 130 | 77 | 0 | 61 | 337 | 116 | 35 |
| Binary | 10000 | 110000 | 10000011 | 1011000 | 111111 | 0 | 110001 | 11011111 | 1001110 | 11101 |
Color Harmonies of #103083
Complementary color
Monochromatic Colors of #103083
Black with #103083
Text Example
Text Example
White with #103083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103083; }
p { color: rgb(16,48,131); }
H1.HeaderClassName
{
color: #103083;
}
.AnyTagClassName
{
color: #103083;
}
</style>
background-color css
<style>
a { background-color: #103083; }
a { background-color: rgb(16,48,131); }
div.DivClassName
{
background-color: #103083;
}
.BgClassName
{
background-color: #103083;
}
</style>
border-color css
<style>
span { border-color: #103083; }
span { border-color: rgb(16,48,131); }
td.TdClassName
{
border-color: #103083;
}
.TagClassName
{
border-color: #103083;
}
</style>