Shades of Smalt #10358D
Tints of Smalt #10358D
RGB
CMYK
RGB Variations
Color information
#10358D (or 0x10358D) is known color: Smalt. HEX triplet: 10, 35 and 8D. RGB value is (16,53,141). Sum of RGB (Red+Green+Blue) = 16+53+141=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #10358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10358D is #EFCA72. Grayscale: #333333. Windows color (decimal): -15714931 or 9254160. OLE color: 9254160.
HSL color Cylindrical-coordinate representation of color #10358D: hue angle of 222.24º 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 #10358D is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 53 | 141 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.45 |
| HSL | 222.24º | 0.8% | 0.31% | - |
| HSV(B) | 222.24º | 0.89% | 0.55% | - |
| XYZ | 6.29 | 4.58 | 25.75 | - |
| YUV | 51.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 141 | 0.89 | 0.62 | 0 | 0.45 | 222.24 | 0.8 | 0.31 |
| Hex | 10 | 35 | 8D | 59 | 3E | 0 | 2D | DE | 50 | 1F |
| Octal | 20 | 65 | 215 | 131 | 76 | 0 | 55 | 336 | 120 | 37 |
| Binary | 10000 | 110101 | 10001101 | 1011001 | 111110 | 0 | 101101 | 11011110 | 1010000 | 11111 |
Color Harmonies of #10358D
Complementary color
Monochromatic Colors of #10358D
Black with #10358D
Text Example
Text Example
White with #10358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10358D; }
p { color: rgb(16,53,141); }
H1.HeaderClassName
{
color: #10358D;
}
.AnyTagClassName
{
color: #10358D;
}
</style>
background-color css
<style>
a { background-color: #10358D; }
a { background-color: rgb(16,53,141); }
div.DivClassName
{
background-color: #10358D;
}
.BgClassName
{
background-color: #10358D;
}
</style>
border-color css
<style>
span { border-color: #10358D; }
span { border-color: rgb(16,53,141); }
td.TdClassName
{
border-color: #10358D;
}
.TagClassName
{
border-color: #10358D;
}
</style>