Shades of Smalt #10358E
Tints of Smalt #10358E
RGB
CMYK
RGB Variations
Color information
#10358E (or 0x10358E) is known color: Smalt. HEX triplet: 10, 35 and 8E. RGB value is (16,53,142). Sum of RGB (Red+Green+Blue) = 16+53+142=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #10358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10358E is #EFCA71. Grayscale: #333333. Windows color (decimal): -15714930 or 9319696. OLE color: 9319696.
HSL color Cylindrical-coordinate representation of color #10358E: hue angle of 222.38º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10358E is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 53 | 142 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.44 |
| HSL | 222.38º | 0.8% | 0.31% | - |
| HSV(B) | 222.38º | 0.89% | 0.56% | - |
| XYZ | 6.37 | 4.61 | 26.15 | - |
| YUV | 52.08 | 178.74 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 142 | 0.89 | 0.63 | 0 | 0.44 | 222.38 | 0.8 | 0.31 |
| Hex | 10 | 35 | 8E | 59 | 3F | 0 | 2C | DE | 50 | 1F |
| Octal | 20 | 65 | 216 | 131 | 77 | 0 | 54 | 336 | 120 | 37 |
| Binary | 10000 | 110101 | 10001110 | 1011001 | 111111 | 0 | 101100 | 11011110 | 1010000 | 11111 |
Color Harmonies of #10358E
Complementary color
Monochromatic Colors of #10358E
Black with #10358E
Text Example
Text Example
White with #10358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10358E; }
p { color: rgb(16,53,142); }
H1.HeaderClassName
{
color: #10358E;
}
.AnyTagClassName
{
color: #10358E;
}
</style>
background-color css
<style>
a { background-color: #10358E; }
a { background-color: rgb(16,53,142); }
div.DivClassName
{
background-color: #10358E;
}
.BgClassName
{
background-color: #10358E;
}
</style>
border-color css
<style>
span { border-color: #10358E; }
span { border-color: rgb(16,53,142); }
td.TdClassName
{
border-color: #10358E;
}
.TagClassName
{
border-color: #10358E;
}
</style>