Shades of Smalt #011C96
Tints of Smalt #011C96
RGB
CMYK
RGB Variations
Color information
#011C96 (or 0x011C96) is known color: Smalt. HEX triplet: 01, 1C and 96. RGB value is (1,28,150). Sum of RGB (Red+Green+Blue) = 1+28+150=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #011C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C96 is #FEE369. Grayscale: #212121. Windows color (decimal): -16704362 or 9837569. OLE color: 9837569.
HSL color Cylindrical-coordinate representation of color #011C96: hue angle of 229.13º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C96 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 28 | 150 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.41 |
| HSL | 229.13º | 0.99% | 0.3% | - |
| HSV(B) | 229.13º | 0.99% | 0.59% | - |
| XYZ | 5.93 | 3.04 | 29.13 | - |
| YUV | 33.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 150 | 0.99 | 0.81 | 0 | 0.41 | 229.13 | 0.99 | 0.3 |
| Hex | 1 | 1C | 96 | 63 | 51 | 0 | 29 | E5 | 63 | 1E |
| Octal | 1 | 34 | 226 | 143 | 121 | 0 | 51 | 345 | 143 | 36 |
| Binary | 1 | 11100 | 10010110 | 1100011 | 1010001 | 0 | 101001 | 11100101 | 1100011 | 11110 |
Color Harmonies of #011C96
Complementary color
Monochromatic Colors of #011C96
Black with #011C96
Text Example
Text Example
White with #011C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C96; }
p { color: rgb(1,28,150); }
H1.HeaderClassName
{
color: #011C96;
}
.AnyTagClassName
{
color: #011C96;
}
</style>
background-color css
<style>
a { background-color: #011C96; }
a { background-color: rgb(1,28,150); }
div.DivClassName
{
background-color: #011C96;
}
.BgClassName
{
background-color: #011C96;
}
</style>
border-color css
<style>
span { border-color: #011C96; }
span { border-color: rgb(1,28,150); }
td.TdClassName
{
border-color: #011C96;
}
.TagClassName
{
border-color: #011C96;
}
</style>