Shades of Smalt #011B96
Tints of Smalt #011B96
RGB
CMYK
RGB Variations
Color information
#011B96 (or 0x011B96) is known color: Smalt. HEX triplet: 01, 1B and 96. RGB value is (1,27,150). Sum of RGB (Red+Green+Blue) = 1+27+150=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #011B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B96 is #FEE469. Grayscale: #202020. Windows color (decimal): -16704618 or 9837313. OLE color: 9837313.
HSL color Cylindrical-coordinate representation of color #011B96: hue angle of 229.53º 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 #011B96 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 27 | 150 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.41 |
| HSL | 229.53º | 0.99% | 0.3% | - |
| HSV(B) | 229.53º | 0.99% | 0.59% | - |
| XYZ | 5.91 | 2.99 | 29.12 | - |
| YUV | 33.25 | 193.89 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 150 | 0.99 | 0.82 | 0 | 0.41 | 229.53 | 0.99 | 0.3 |
| Hex | 1 | 1B | 96 | 63 | 52 | 0 | 29 | E6 | 63 | 1E |
| Octal | 1 | 33 | 226 | 143 | 122 | 0 | 51 | 346 | 143 | 36 |
| Binary | 1 | 11011 | 10010110 | 1100011 | 1010010 | 0 | 101001 | 11100110 | 1100011 | 11110 |
Color Harmonies of #011B96
Complementary color
Monochromatic Colors of #011B96
Black with #011B96
Text Example
Text Example
White with #011B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B96; }
p { color: rgb(1,27,150); }
H1.HeaderClassName
{
color: #011B96;
}
.AnyTagClassName
{
color: #011B96;
}
</style>
background-color css
<style>
a { background-color: #011B96; }
a { background-color: rgb(1,27,150); }
div.DivClassName
{
background-color: #011B96;
}
.BgClassName
{
background-color: #011B96;
}
</style>
border-color css
<style>
span { border-color: #011B96; }
span { border-color: rgb(1,27,150); }
td.TdClassName
{
border-color: #011B96;
}
.TagClassName
{
border-color: #011B96;
}
</style>