Shades of Smalt #11258E
Tints of Smalt #11258E
RGB
CMYK
RGB Variations
Color information
#11258E (or 0x11258E) is known color: Smalt. HEX triplet: 11, 25 and 8E. RGB value is (17,37,142). Sum of RGB (Red+Green+Blue) = 17+37+142=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #11258E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11258E is #EEDA71. Grayscale: #2A2A2A. Windows color (decimal): -15653490 or 9315601. OLE color: 9315601.
HSL color Cylindrical-coordinate representation of color #11258E: hue angle of 230.4º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11258E is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 37 | 142 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.44 |
| HSL | 230.4º | 0.79% | 0.31% | - |
| HSV(B) | 230.4º | 0.88% | 0.56% | - |
| XYZ | 5.78 | 3.4 | 25.94 | - |
| YUV | 42.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 142 | 0.88 | 0.74 | 0 | 0.44 | 230.4 | 0.79 | 0.31 |
| Hex | 11 | 25 | 8E | 58 | 4A | 0 | 2C | E6 | 4F | 1F |
| Octal | 21 | 45 | 216 | 130 | 112 | 0 | 54 | 346 | 117 | 37 |
| Binary | 10001 | 100101 | 10001110 | 1011000 | 1001010 | 0 | 101100 | 11100110 | 1001111 | 11111 |
Color Harmonies of #11258E
Complementary color
Monochromatic Colors of #11258E
Black with #11258E
Text Example
Text Example
White with #11258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11258E; }
p { color: rgb(17,37,142); }
H1.HeaderClassName
{
color: #11258E;
}
.AnyTagClassName
{
color: #11258E;
}
</style>
background-color css
<style>
a { background-color: #11258E; }
a { background-color: rgb(17,37,142); }
div.DivClassName
{
background-color: #11258E;
}
.BgClassName
{
background-color: #11258E;
}
</style>
border-color css
<style>
span { border-color: #11258E; }
span { border-color: rgb(17,37,142); }
td.TdClassName
{
border-color: #11258E;
}
.TagClassName
{
border-color: #11258E;
}
</style>