Shades of Smalt #103183
Tints of Smalt #103183
RGB
CMYK
RGB Variations
Color information
#103183 (or 0x103183) is known color: Smalt. HEX triplet: 10, 31 and 83. RGB value is (16,49,131). Sum of RGB (Red+Green+Blue) = 16+49+131=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #103183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103183 is #EFCE7C. Grayscale: #303030. Windows color (decimal): -15715965 or 8597776. OLE color: 8597776.
HSL color Cylindrical-coordinate representation of color #103183: hue angle of 222.78º 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 #103183 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 49 | 131 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.49 |
| HSL | 222.78º | 0.78% | 0.29% | - |
| HSV(B) | 222.78º | 0.88% | 0.51% | - |
| XYZ | 5.41 | 3.95 | 21.95 | - |
| YUV | 48.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 131 | 0.88 | 0.63 | 0 | 0.49 | 222.78 | 0.78 | 0.29 |
| Hex | 10 | 31 | 83 | 58 | 3F | 0 | 31 | DF | 4E | 1D |
| Octal | 20 | 61 | 203 | 130 | 77 | 0 | 61 | 337 | 116 | 35 |
| Binary | 10000 | 110001 | 10000011 | 1011000 | 111111 | 0 | 110001 | 11011111 | 1001110 | 11101 |
Color Harmonies of #103183
Complementary color
Monochromatic Colors of #103183
Black with #103183
Text Example
Text Example
White with #103183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103183; }
p { color: rgb(16,49,131); }
H1.HeaderClassName
{
color: #103183;
}
.AnyTagClassName
{
color: #103183;
}
</style>
background-color css
<style>
a { background-color: #103183; }
a { background-color: rgb(16,49,131); }
div.DivClassName
{
background-color: #103183;
}
.BgClassName
{
background-color: #103183;
}
</style>
border-color css
<style>
span { border-color: #103183; }
span { border-color: rgb(16,49,131); }
td.TdClassName
{
border-color: #103183;
}
.TagClassName
{
border-color: #103183;
}
</style>