Shades of Smalt #10288F
Tints of Smalt #10288F
RGB
CMYK
RGB Variations
Color information
#10288F (or 0x10288F) is known color: Smalt. HEX triplet: 10, 28 and 8F. RGB value is (16,40,143). Sum of RGB (Red+Green+Blue) = 16+40+143=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #10288F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10288F is #EFD770. Grayscale: #2C2C2C. Windows color (decimal): -15718257 or 9381904. OLE color: 9381904.
HSL color Cylindrical-coordinate representation of color #10288F: hue angle of 228.66º 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 #10288F is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 40 | 143 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.44 |
| HSL | 228.66º | 0.8% | 0.31% | - |
| HSV(B) | 228.66º | 0.89% | 0.56% | - |
| XYZ | 5.93 | 3.61 | 26.37 | - |
| YUV | 44.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 143 | 0.89 | 0.72 | 0 | 0.44 | 228.66 | 0.8 | 0.31 |
| Hex | 10 | 28 | 8F | 59 | 48 | 0 | 2C | E5 | 50 | 1F |
| Octal | 20 | 50 | 217 | 131 | 110 | 0 | 54 | 345 | 120 | 37 |
| Binary | 10000 | 101000 | 10001111 | 1011001 | 1001000 | 0 | 101100 | 11100101 | 1010000 | 11111 |
Color Harmonies of #10288F
Complementary color
Monochromatic Colors of #10288F
Black with #10288F
Text Example
Text Example
White with #10288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10288F; }
p { color: rgb(16,40,143); }
H1.HeaderClassName
{
color: #10288F;
}
.AnyTagClassName
{
color: #10288F;
}
</style>
background-color css
<style>
a { background-color: #10288F; }
a { background-color: rgb(16,40,143); }
div.DivClassName
{
background-color: #10288F;
}
.BgClassName
{
background-color: #10288F;
}
</style>
border-color css
<style>
span { border-color: #10288F; }
span { border-color: rgb(16,40,143); }
td.TdClassName
{
border-color: #10288F;
}
.TagClassName
{
border-color: #10288F;
}
</style>