Shades of Smalt #10348F
Tints of Smalt #10348F
RGB
CMYK
RGB Variations
Color information
#10348F (or 0x10348F) is known color: Smalt. HEX triplet: 10, 34 and 8F. RGB value is (16,52,143). Sum of RGB (Red+Green+Blue) = 16+52+143=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #10348F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10348F is #EFCB70. Grayscale: #333333. Windows color (decimal): -15715185 or 9384976. OLE color: 9384976.
HSL color Cylindrical-coordinate representation of color #10348F: hue angle of 222.99º 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 #10348F is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 52 | 143 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.44 |
| HSL | 222.99º | 0.8% | 0.31% | - |
| HSV(B) | 222.99º | 0.89% | 0.56% | - |
| XYZ | 6.4 | 4.55 | 26.53 | - |
| YUV | 51.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 143 | 0.89 | 0.64 | 0 | 0.44 | 222.99 | 0.8 | 0.31 |
| Hex | 10 | 34 | 8F | 59 | 40 | 0 | 2C | DF | 50 | 1F |
| Octal | 20 | 64 | 217 | 131 | 100 | 0 | 54 | 337 | 120 | 37 |
| Binary | 10000 | 110100 | 10001111 | 1011001 | 1000000 | 0 | 101100 | 11011111 | 1010000 | 11111 |
Color Harmonies of #10348F
Complementary color
Monochromatic Colors of #10348F
Black with #10348F
Text Example
Text Example
White with #10348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10348F; }
p { color: rgb(16,52,143); }
H1.HeaderClassName
{
color: #10348F;
}
.AnyTagClassName
{
color: #10348F;
}
</style>
background-color css
<style>
a { background-color: #10348F; }
a { background-color: rgb(16,52,143); }
div.DivClassName
{
background-color: #10348F;
}
.BgClassName
{
background-color: #10348F;
}
</style>
border-color css
<style>
span { border-color: #10348F; }
span { border-color: rgb(16,52,143); }
td.TdClassName
{
border-color: #10348F;
}
.TagClassName
{
border-color: #10348F;
}
</style>