Shades of Smalt #11298F
Tints of Smalt #11298F
RGB
CMYK
RGB Variations
Color information
#11298F (or 0x11298F) is known color: Smalt. HEX triplet: 11, 29 and 8F. RGB value is (17,41,143). Sum of RGB (Red+Green+Blue) = 17+41+143=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 143 (56.25% from 255 or 71.14% from 201); Max value from RGB is 143 - color contains mainly: blue. Hex color #11298F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11298F is #EED670. Grayscale: #2D2D2D. Windows color (decimal): -15652465 or 9382161. OLE color: 9382161.
HSL color Cylindrical-coordinate representation of color #11298F: hue angle of 228.57º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11298F is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 41 | 143 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.44 |
| HSL | 228.57º | 0.79% | 0.31% | - |
| HSV(B) | 228.57º | 0.88% | 0.56% | - |
| XYZ | 5.98 | 3.69 | 26.38 | - |
| YUV | 45.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 143 | 0.88 | 0.71 | 0 | 0.44 | 228.57 | 0.79 | 0.31 |
| Hex | 11 | 29 | 8F | 58 | 47 | 0 | 2C | E5 | 4F | 1F |
| Octal | 21 | 51 | 217 | 130 | 107 | 0 | 54 | 345 | 117 | 37 |
| Binary | 10001 | 101001 | 10001111 | 1011000 | 1000111 | 0 | 101100 | 11100101 | 1001111 | 11111 |
Color Harmonies of #11298F
Complementary color
Monochromatic Colors of #11298F
Black with #11298F
Text Example
Text Example
White with #11298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11298F; }
p { color: rgb(17,41,143); }
H1.HeaderClassName
{
color: #11298F;
}
.AnyTagClassName
{
color: #11298F;
}
</style>
background-color css
<style>
a { background-color: #11298F; }
a { background-color: rgb(17,41,143); }
div.DivClassName
{
background-color: #11298F;
}
.BgClassName
{
background-color: #11298F;
}
</style>
border-color css
<style>
span { border-color: #11298F; }
span { border-color: rgb(17,41,143); }
td.TdClassName
{
border-color: #11298F;
}
.TagClassName
{
border-color: #11298F;
}
</style>