Shades of Smalt #11268A
Tints of Smalt #11268A
RGB
CMYK
RGB Variations
Color information
#11268A (or 0x11268A) is known color: Smalt. HEX triplet: 11, 26 and 8A. RGB value is (17,38,138). Sum of RGB (Red+Green+Blue) = 17+38+138=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 138 (54.30% from 255 or 71.50% from 193); Max value from RGB is 138 - color contains mainly: blue. Hex color #11268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11268A is #EED975. Grayscale: #2A2A2A. Windows color (decimal): -15653238 or 9053713. OLE color: 9053713.
HSL color Cylindrical-coordinate representation of color #11268A: hue angle of 229.59º 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 #11268A is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 38 | 138 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.46 |
| HSL | 229.59º | 0.78% | 0.3% | - |
| HSV(B) | 229.59º | 0.88% | 0.54% | - |
| XYZ | 5.51 | 3.34 | 24.4 | - |
| YUV | 43.12 | 181.54 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 138 | 0.88 | 0.72 | 0 | 0.46 | 229.59 | 0.78 | 0.3 |
| Hex | 11 | 26 | 8A | 58 | 48 | 0 | 2E | E6 | 4E | 1E |
| Octal | 21 | 46 | 212 | 130 | 110 | 0 | 56 | 346 | 116 | 36 |
| Binary | 10001 | 100110 | 10001010 | 1011000 | 1001000 | 0 | 101110 | 11100110 | 1001110 | 11110 |
Color Harmonies of #11268A
Complementary color
Monochromatic Colors of #11268A
Black with #11268A
Text Example
Text Example
White with #11268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11268A; }
p { color: rgb(17,38,138); }
H1.HeaderClassName
{
color: #11268A;
}
.AnyTagClassName
{
color: #11268A;
}
</style>
background-color css
<style>
a { background-color: #11268A; }
a { background-color: rgb(17,38,138); }
div.DivClassName
{
background-color: #11268A;
}
.BgClassName
{
background-color: #11268A;
}
</style>
border-color css
<style>
span { border-color: #11268A; }
span { border-color: rgb(17,38,138); }
td.TdClassName
{
border-color: #11268A;
}
.TagClassName
{
border-color: #11268A;
}
</style>