Shades of Smalt #011C90
Tints of Smalt #011C90
RGB
CMYK
RGB Variations
Color information
#011C90 (or 0x011C90) is known color: Smalt. HEX triplet: 01, 1C and 90. RGB value is (1,28,144). Sum of RGB (Red+Green+Blue) = 1+28+144=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #011C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C90 is #FEE36F. Grayscale: #202020. Windows color (decimal): -16704368 or 9444353. OLE color: 9444353.
HSL color Cylindrical-coordinate representation of color #011C90: hue angle of 228.67º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C90 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 28 | 144 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.44 |
| HSL | 228.67º | 0.99% | 0.28% | - |
| HSV(B) | 228.67º | 0.99% | 0.56% | - |
| XYZ | 5.46 | 2.85 | 26.65 | - |
| YUV | 33.15 | 190.55 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 144 | 0.99 | 0.81 | 0 | 0.44 | 228.67 | 0.99 | 0.28 |
| Hex | 1 | 1C | 90 | 63 | 51 | 0 | 2C | E5 | 63 | 1C |
| Octal | 1 | 34 | 220 | 143 | 121 | 0 | 54 | 345 | 143 | 34 |
| Binary | 1 | 11100 | 10010000 | 1100011 | 1010001 | 0 | 101100 | 11100101 | 1100011 | 11100 |
Color Harmonies of #011C90
Complementary color
Monochromatic Colors of #011C90
Black with #011C90
Text Example
Text Example
White with #011C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C90; }
p { color: rgb(1,28,144); }
H1.HeaderClassName
{
color: #011C90;
}
.AnyTagClassName
{
color: #011C90;
}
</style>
background-color css
<style>
a { background-color: #011C90; }
a { background-color: rgb(1,28,144); }
div.DivClassName
{
background-color: #011C90;
}
.BgClassName
{
background-color: #011C90;
}
</style>
border-color css
<style>
span { border-color: #011C90; }
span { border-color: rgb(1,28,144); }
td.TdClassName
{
border-color: #011C90;
}
.TagClassName
{
border-color: #011C90;
}
</style>