Shades of Smalt #011C85
Tints of Smalt #011C85
RGB
CMYK
RGB Variations
Color information
#011C85 (or 0x011C85) is known color: Smalt. HEX triplet: 01, 1C and 85. RGB value is (1,28,133). Sum of RGB (Red+Green+Blue) = 1+28+133=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 133 (52.34% from 255 or 82.10% from 162); Max value from RGB is 133 - color contains mainly: blue. Hex color #011C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C85 is #FEE37A. Grayscale: #1F1F1F. Windows color (decimal): -16704379 or 8723457. OLE color: 8723457.
HSL color Cylindrical-coordinate representation of color #011C85: hue angle of 227.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C85 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 28 | 133 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.48 |
| HSL | 227.73º | 0.99% | 0.26% | - |
| HSV(B) | 227.73º | 0.99% | 0.52% | - |
| XYZ | 4.66 | 2.53 | 22.43 | - |
| YUV | 31.9 | 185.05 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 133 | 0.99 | 0.79 | 0 | 0.48 | 227.73 | 0.99 | 0.26 |
| Hex | 1 | 1C | 85 | 63 | 4F | 0 | 30 | E4 | 63 | 1A |
| Octal | 1 | 34 | 205 | 143 | 117 | 0 | 60 | 344 | 143 | 32 |
| Binary | 1 | 11100 | 10000101 | 1100011 | 1001111 | 0 | 110000 | 11100100 | 1100011 | 11010 |
Color Harmonies of #011C85
Complementary color
Monochromatic Colors of #011C85
Black with #011C85
Text Example
Text Example
White with #011C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C85; }
p { color: rgb(1,28,133); }
H1.HeaderClassName
{
color: #011C85;
}
.AnyTagClassName
{
color: #011C85;
}
</style>
background-color css
<style>
a { background-color: #011C85; }
a { background-color: rgb(1,28,133); }
div.DivClassName
{
background-color: #011C85;
}
.BgClassName
{
background-color: #011C85;
}
</style>
border-color css
<style>
span { border-color: #011C85; }
span { border-color: rgb(1,28,133); }
td.TdClassName
{
border-color: #011C85;
}
.TagClassName
{
border-color: #011C85;
}
</style>