Shades of Smalt #11258A
Tints of Smalt #11258A
RGB
CMYK
RGB Variations
Color information
#11258A (or 0x11258A) is known color: Smalt. HEX triplet: 11, 25 and 8A. RGB value is (17,37,138). Sum of RGB (Red+Green+Blue) = 17+37+138=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #11258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11258A is #EEDA75. Grayscale: #2A2A2A. Windows color (decimal): -15653494 or 9053457. OLE color: 9053457.
HSL color Cylindrical-coordinate representation of color #11258A: hue angle of 230.08º 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 #11258A is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 37 | 138 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.46 |
| HSL | 230.08º | 0.78% | 0.3% | - |
| HSV(B) | 230.08º | 0.88% | 0.54% | - |
| XYZ | 5.48 | 3.28 | 24.39 | - |
| YUV | 42.53 | 181.87 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 138 | 0.88 | 0.73 | 0 | 0.46 | 230.08 | 0.78 | 0.3 |
| Hex | 11 | 25 | 8A | 58 | 49 | 0 | 2E | E6 | 4E | 1E |
| Octal | 21 | 45 | 212 | 130 | 111 | 0 | 56 | 346 | 116 | 36 |
| Binary | 10001 | 100101 | 10001010 | 1011000 | 1001001 | 0 | 101110 | 11100110 | 1001110 | 11110 |
Color Harmonies of #11258A
Complementary color
Monochromatic Colors of #11258A
Black with #11258A
Text Example
Text Example
White with #11258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11258A; }
p { color: rgb(17,37,138); }
H1.HeaderClassName
{
color: #11258A;
}
.AnyTagClassName
{
color: #11258A;
}
</style>
background-color css
<style>
a { background-color: #11258A; }
a { background-color: rgb(17,37,138); }
div.DivClassName
{
background-color: #11258A;
}
.BgClassName
{
background-color: #11258A;
}
</style>
border-color css
<style>
span { border-color: #11258A; }
span { border-color: rgb(17,37,138); }
td.TdClassName
{
border-color: #11258A;
}
.TagClassName
{
border-color: #11258A;
}
</style>