Shades of Smalt #011F89
Tints of Smalt #011F89
RGB
CMYK
RGB Variations
Color information
#011F89 (or 0x011F89) is known color: Smalt. HEX triplet: 01, 1F and 89. RGB value is (1,31,137). Sum of RGB (Red+Green+Blue) = 1+31+137=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #011F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011F89 is #FEE076. Grayscale: #212121. Windows color (decimal): -16703607 or 8986369. OLE color: 8986369.
HSL color Cylindrical-coordinate representation of color #011F89: hue angle of 226.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F89 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 31 | 137 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.46 |
| HSL | 226.76º | 0.99% | 0.27% | - |
| HSV(B) | 226.76º | 0.99% | 0.54% | - |
| XYZ | 5.02 | 2.79 | 23.94 | - |
| YUV | 34.11 | 186.06 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 137 | 0.99 | 0.77 | 0 | 0.46 | 226.76 | 0.99 | 0.27 |
| Hex | 1 | 1F | 89 | 63 | 4D | 0 | 2E | E3 | 63 | 1B |
| Octal | 1 | 37 | 211 | 143 | 115 | 0 | 56 | 343 | 143 | 33 |
| Binary | 1 | 11111 | 10001001 | 1100011 | 1001101 | 0 | 101110 | 11100011 | 1100011 | 11011 |
Color Harmonies of #011F89
Complementary color
Monochromatic Colors of #011F89
Black with #011F89
Text Example
Text Example
White with #011F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F89; }
p { color: rgb(1,31,137); }
H1.HeaderClassName
{
color: #011F89;
}
.AnyTagClassName
{
color: #011F89;
}
</style>
background-color css
<style>
a { background-color: #011F89; }
a { background-color: rgb(1,31,137); }
div.DivClassName
{
background-color: #011F89;
}
.BgClassName
{
background-color: #011F89;
}
</style>
border-color css
<style>
span { border-color: #011F89; }
span { border-color: rgb(1,31,137); }
td.TdClassName
{
border-color: #011F89;
}
.TagClassName
{
border-color: #011F89;
}
</style>