Shades of Smalt #10298D
Tints of Smalt #10298D
RGB
CMYK
RGB Variations
Color information
#10298D (or 0x10298D) is known color: Smalt. HEX triplet: 10, 29 and 8D. RGB value is (16,41,141). Sum of RGB (Red+Green+Blue) = 16+41+141=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #10298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10298D is #EFD672. Grayscale: #2C2C2C. Windows color (decimal): -15718003 or 9251088. OLE color: 9251088.
HSL color Cylindrical-coordinate representation of color #10298D: hue angle of 228º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10298D is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 41 | 141 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.45 |
| HSL | 228º | 0.8% | 0.31% | - |
| HSV(B) | 228º | 0.89% | 0.55% | - |
| XYZ | 5.81 | 3.62 | 25.59 | - |
| YUV | 44.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 141 | 0.89 | 0.71 | 0 | 0.45 | 228 | 0.8 | 0.31 |
| Hex | 10 | 29 | 8D | 59 | 47 | 0 | 2D | E4 | 50 | 1F |
| Octal | 20 | 51 | 215 | 131 | 107 | 0 | 55 | 344 | 120 | 37 |
| Binary | 10000 | 101001 | 10001101 | 1011001 | 1000111 | 0 | 101101 | 11100100 | 1010000 | 11111 |
Color Harmonies of #10298D
Complementary color
Monochromatic Colors of #10298D
Black with #10298D
Text Example
Text Example
White with #10298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10298D; }
p { color: rgb(16,41,141); }
H1.HeaderClassName
{
color: #10298D;
}
.AnyTagClassName
{
color: #10298D;
}
</style>
background-color css
<style>
a { background-color: #10298D; }
a { background-color: rgb(16,41,141); }
div.DivClassName
{
background-color: #10298D;
}
.BgClassName
{
background-color: #10298D;
}
</style>
border-color css
<style>
span { border-color: #10298D; }
span { border-color: rgb(16,41,141); }
td.TdClassName
{
border-color: #10298D;
}
.TagClassName
{
border-color: #10298D;
}
</style>