Shades of Smalt #10398D
Tints of Smalt #10398D
RGB
CMYK
RGB Variations
Color information
#10398D (or 0x10398D) is known color: Smalt. HEX triplet: 10, 39 and 8D. RGB value is (16,57,141). Sum of RGB (Red+Green+Blue) = 16+57+141=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #10398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10398D is #EFC672. Grayscale: #353535. Windows color (decimal): -15713907 or 9255184. OLE color: 9255184.
HSL color Cylindrical-coordinate representation of color #10398D: hue angle of 220.32º 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 #10398D is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 57 | 141 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.45 |
| HSL | 220.32º | 0.8% | 0.31% | - |
| HSV(B) | 220.32º | 0.89% | 0.55% | - |
| XYZ | 6.48 | 4.96 | 25.81 | - |
| YUV | 54.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 141 | 0.89 | 0.60 | 0 | 0.45 | 220.32 | 0.8 | 0.31 |
| Hex | 10 | 39 | 8D | 59 | 3C | 0 | 2D | DC | 50 | 1F |
| Octal | 20 | 71 | 215 | 131 | 74 | 0 | 55 | 334 | 120 | 37 |
| Binary | 10000 | 111001 | 10001101 | 1011001 | 111100 | 0 | 101101 | 11011100 | 1010000 | 11111 |
Color Harmonies of #10398D
Complementary color
Monochromatic Colors of #10398D
Black with #10398D
Text Example
Text Example
White with #10398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10398D; }
p { color: rgb(16,57,141); }
H1.HeaderClassName
{
color: #10398D;
}
.AnyTagClassName
{
color: #10398D;
}
</style>
background-color css
<style>
a { background-color: #10398D; }
a { background-color: rgb(16,57,141); }
div.DivClassName
{
background-color: #10398D;
}
.BgClassName
{
background-color: #10398D;
}
</style>
border-color css
<style>
span { border-color: #10398D; }
span { border-color: rgb(16,57,141); }
td.TdClassName
{
border-color: #10398D;
}
.TagClassName
{
border-color: #10398D;
}
</style>