Shades of Smalt #10318F
Tints of Smalt #10318F
RGB
CMYK
RGB Variations
Color information
#10318F (or 0x10318F) is known color: Smalt. HEX triplet: 10, 31 and 8F. RGB value is (16,49,143). Sum of RGB (Red+Green+Blue) = 16+49+143=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #10318F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10318F is #EFCE70. Grayscale: #313131. Windows color (decimal): -15715953 or 9384208. OLE color: 9384208.
HSL color Cylindrical-coordinate representation of color #10318F: hue angle of 224.41º 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 #10318F is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 49 | 143 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.44 |
| HSL | 224.41º | 0.8% | 0.31% | - |
| HSV(B) | 224.41º | 0.89% | 0.56% | - |
| XYZ | 6.27 | 4.29 | 26.48 | - |
| YUV | 49.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 143 | 0.89 | 0.66 | 0 | 0.44 | 224.41 | 0.8 | 0.31 |
| Hex | 10 | 31 | 8F | 59 | 42 | 0 | 2C | E0 | 50 | 1F |
| Octal | 20 | 61 | 217 | 131 | 102 | 0 | 54 | 340 | 120 | 37 |
| Binary | 10000 | 110001 | 10001111 | 1011001 | 1000010 | 0 | 101100 | 11100000 | 1010000 | 11111 |
Color Harmonies of #10318F
Complementary color
Monochromatic Colors of #10318F
Black with #10318F
Text Example
Text Example
White with #10318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10318F; }
p { color: rgb(16,49,143); }
H1.HeaderClassName
{
color: #10318F;
}
.AnyTagClassName
{
color: #10318F;
}
</style>
background-color css
<style>
a { background-color: #10318F; }
a { background-color: rgb(16,49,143); }
div.DivClassName
{
background-color: #10318F;
}
.BgClassName
{
background-color: #10318F;
}
</style>
border-color css
<style>
span { border-color: #10318F; }
span { border-color: rgb(16,49,143); }
td.TdClassName
{
border-color: #10318F;
}
.TagClassName
{
border-color: #10318F;
}
</style>