Shades of Smalt #11248C
Tints of Smalt #11248C
RGB
CMYK
RGB Variations
Color information
#11248C (or 0x11248C) is known color: Smalt. HEX triplet: 11, 24 and 8C. RGB value is (17,36,140). Sum of RGB (Red+Green+Blue) = 17+36+140=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #11248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11248C is #EEDB73. Grayscale: #292929. Windows color (decimal): -15653748 or 9184273. OLE color: 9184273.
HSL color Cylindrical-coordinate representation of color #11248C: hue angle of 230.73º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11248C is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 36 | 140 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.45 |
| HSL | 230.73º | 0.78% | 0.31% | - |
| HSV(B) | 230.73º | 0.88% | 0.55% | - |
| XYZ | 5.6 | 3.27 | 25.15 | - |
| YUV | 42.18 | 183.21 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 140 | 0.88 | 0.74 | 0 | 0.45 | 230.73 | 0.78 | 0.31 |
| Hex | 11 | 24 | 8C | 58 | 4A | 0 | 2D | E7 | 4E | 1F |
| Octal | 21 | 44 | 214 | 130 | 112 | 0 | 55 | 347 | 116 | 37 |
| Binary | 10001 | 100100 | 10001100 | 1011000 | 1001010 | 0 | 101101 | 11100111 | 1001110 | 11111 |
Color Harmonies of #11248C
Complementary color
Monochromatic Colors of #11248C
Black with #11248C
Text Example
Text Example
White with #11248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11248C; }
p { color: rgb(17,36,140); }
H1.HeaderClassName
{
color: #11248C;
}
.AnyTagClassName
{
color: #11248C;
}
</style>
background-color css
<style>
a { background-color: #11248C; }
a { background-color: rgb(17,36,140); }
div.DivClassName
{
background-color: #11248C;
}
.BgClassName
{
background-color: #11248C;
}
</style>
border-color css
<style>
span { border-color: #11248C; }
span { border-color: rgb(17,36,140); }
td.TdClassName
{
border-color: #11248C;
}
.TagClassName
{
border-color: #11248C;
}
</style>