Shades of Smalt #11328B
Tints of Smalt #11328B
RGB
CMYK
RGB Variations
Color information
#11328B (or 0x11328B) is known color: Smalt. HEX triplet: 11, 32 and 8B. RGB value is (17,50,139). Sum of RGB (Red+Green+Blue) = 17+50+139=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #11328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11328B is #EECD74. Grayscale: #313131. Windows color (decimal): -15650165 or 9122321. OLE color: 9122321.
HSL color Cylindrical-coordinate representation of color #11328B: hue angle of 223.77º 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 #11328B is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 50 | 139 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.45 |
| HSL | 223.77º | 0.78% | 0.31% | - |
| HSV(B) | 223.77º | 0.88% | 0.55% | - |
| XYZ | 6.03 | 4.26 | 24.93 | - |
| YUV | 50.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 139 | 0.88 | 0.64 | 0 | 0.45 | 223.77 | 0.78 | 0.31 |
| Hex | 11 | 32 | 8B | 58 | 40 | 0 | 2D | E0 | 4E | 1F |
| Octal | 21 | 62 | 213 | 130 | 100 | 0 | 55 | 340 | 116 | 37 |
| Binary | 10001 | 110010 | 10001011 | 1011000 | 1000000 | 0 | 101101 | 11100000 | 1001110 | 11111 |
Color Harmonies of #11328B
Complementary color
Monochromatic Colors of #11328B
Black with #11328B
Text Example
Text Example
White with #11328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11328B; }
p { color: rgb(17,50,139); }
H1.HeaderClassName
{
color: #11328B;
}
.AnyTagClassName
{
color: #11328B;
}
</style>
background-color css
<style>
a { background-color: #11328B; }
a { background-color: rgb(17,50,139); }
div.DivClassName
{
background-color: #11328B;
}
.BgClassName
{
background-color: #11328B;
}
</style>
border-color css
<style>
span { border-color: #11328B; }
span { border-color: rgb(17,50,139); }
td.TdClassName
{
border-color: #11328B;
}
.TagClassName
{
border-color: #11328B;
}
</style>