Shades of Smalt #11278A
Tints of Smalt #11278A
RGB
CMYK
RGB Variations
Color information
#11278A (or 0x11278A) is known color: Smalt. HEX triplet: 11, 27 and 8A. RGB value is (17,39,138). Sum of RGB (Red+Green+Blue) = 17+39+138=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #11278A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11278A is #EED875. Grayscale: #2B2B2B. Windows color (decimal): -15652982 or 9053969. OLE color: 9053969.
HSL color Cylindrical-coordinate representation of color #11278A: hue angle of 229.09º 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 #11278A is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 39 | 138 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.46 |
| HSL | 229.09º | 0.78% | 0.3% | - |
| HSV(B) | 229.09º | 0.88% | 0.54% | - |
| XYZ | 5.54 | 3.41 | 24.41 | - |
| YUV | 43.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 138 | 0.88 | 0.72 | 0 | 0.46 | 229.09 | 0.78 | 0.3 |
| Hex | 11 | 27 | 8A | 58 | 48 | 0 | 2E | E5 | 4E | 1E |
| Octal | 21 | 47 | 212 | 130 | 110 | 0 | 56 | 345 | 116 | 36 |
| Binary | 10001 | 100111 | 10001010 | 1011000 | 1001000 | 0 | 101110 | 11100101 | 1001110 | 11110 |
Color Harmonies of #11278A
Complementary color
Monochromatic Colors of #11278A
Black with #11278A
Text Example
Text Example
White with #11278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11278A; }
p { color: rgb(17,39,138); }
H1.HeaderClassName
{
color: #11278A;
}
.AnyTagClassName
{
color: #11278A;
}
</style>
background-color css
<style>
a { background-color: #11278A; }
a { background-color: rgb(17,39,138); }
div.DivClassName
{
background-color: #11278A;
}
.BgClassName
{
background-color: #11278A;
}
</style>
border-color css
<style>
span { border-color: #11278A; }
span { border-color: rgb(17,39,138); }
td.TdClassName
{
border-color: #11278A;
}
.TagClassName
{
border-color: #11278A;
}
</style>