Shades of Smalt #103284
Tints of Smalt #103284
RGB
CMYK
RGB Variations
Color information
#103284 (or 0x103284) is known color: Smalt. HEX triplet: 10, 32 and 84. RGB value is (16,50,132). Sum of RGB (Red+Green+Blue) = 16+50+132=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #103284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103284 is #EFCD7B. Grayscale: #303030. Windows color (decimal): -15715708 or 8663568. OLE color: 8663568.
HSL color Cylindrical-coordinate representation of color #103284: hue angle of 222.41º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103284 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 50 | 132 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.48 |
| HSL | 222.41º | 0.78% | 0.29% | - |
| HSV(B) | 222.41º | 0.88% | 0.52% | - |
| XYZ | 5.52 | 4.06 | 22.32 | - |
| YUV | 49.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 132 | 0.88 | 0.62 | 0 | 0.48 | 222.41 | 0.78 | 0.29 |
| Hex | 10 | 32 | 84 | 58 | 3E | 0 | 30 | DE | 4E | 1D |
| Octal | 20 | 62 | 204 | 130 | 76 | 0 | 60 | 336 | 116 | 35 |
| Binary | 10000 | 110010 | 10000100 | 1011000 | 111110 | 0 | 110000 | 11011110 | 1001110 | 11101 |
Color Harmonies of #103284
Complementary color
Monochromatic Colors of #103284
Black with #103284
Text Example
Text Example
White with #103284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103284; }
p { color: rgb(16,50,132); }
H1.HeaderClassName
{
color: #103284;
}
.AnyTagClassName
{
color: #103284;
}
</style>
background-color css
<style>
a { background-color: #103284; }
a { background-color: rgb(16,50,132); }
div.DivClassName
{
background-color: #103284;
}
.BgClassName
{
background-color: #103284;
}
</style>
border-color css
<style>
span { border-color: #103284; }
span { border-color: rgb(16,50,132); }
td.TdClassName
{
border-color: #103284;
}
.TagClassName
{
border-color: #103284;
}
</style>