Shades of Smalt #11298A
Tints of Smalt #11298A
RGB
CMYK
RGB Variations
Color information
#11298A (or 0x11298A) is known color: Smalt. HEX triplet: 11, 29 and 8A. RGB value is (17,41,138). Sum of RGB (Red+Green+Blue) = 17+41+138=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #11298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11298A is #EED675. Grayscale: #2C2C2C. Windows color (decimal): -15652470 or 9054481. OLE color: 9054481.
HSL color Cylindrical-coordinate representation of color #11298A: hue angle of 228.1º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11298A is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 41 | 138 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.46 |
| HSL | 228.1º | 0.78% | 0.3% | - |
| HSV(B) | 228.1º | 0.88% | 0.54% | - |
| XYZ | 5.61 | 3.54 | 24.43 | - |
| YUV | 44.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 138 | 0.88 | 0.70 | 0 | 0.46 | 228.1 | 0.78 | 0.3 |
| Hex | 11 | 29 | 8A | 58 | 46 | 0 | 2E | E4 | 4E | 1E |
| Octal | 21 | 51 | 212 | 130 | 106 | 0 | 56 | 344 | 116 | 36 |
| Binary | 10001 | 101001 | 10001010 | 1011000 | 1000110 | 0 | 101110 | 11100100 | 1001110 | 11110 |
Color Harmonies of #11298A
Complementary color
Monochromatic Colors of #11298A
Black with #11298A
Text Example
Text Example
White with #11298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11298A; }
p { color: rgb(17,41,138); }
H1.HeaderClassName
{
color: #11298A;
}
.AnyTagClassName
{
color: #11298A;
}
</style>
background-color css
<style>
a { background-color: #11298A; }
a { background-color: rgb(17,41,138); }
div.DivClassName
{
background-color: #11298A;
}
.BgClassName
{
background-color: #11298A;
}
</style>
border-color css
<style>
span { border-color: #11298A; }
span { border-color: rgb(17,41,138); }
td.TdClassName
{
border-color: #11298A;
}
.TagClassName
{
border-color: #11298A;
}
</style>