Shades of Smalt #011C94
Tints of Smalt #011C94
RGB
CMYK
RGB Variations
Color information
#011C94 (or 0x011C94) is known color: Smalt. HEX triplet: 01, 1C and 94. RGB value is (1,28,148). Sum of RGB (Red+Green+Blue) = 1+28+148=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 148 (58.20% from 255 or 83.62% from 177); Max value from RGB is 148 - color contains mainly: blue. Hex color #011C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C94 is #FEE36B. Grayscale: #212121. Windows color (decimal): -16704364 or 9706497. OLE color: 9706497.
HSL color Cylindrical-coordinate representation of color #011C94: hue angle of 228.98º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C94 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 28 | 148 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.42 |
| HSL | 228.98º | 0.99% | 0.29% | - |
| HSV(B) | 228.98º | 0.99% | 0.58% | - |
| XYZ | 5.77 | 2.98 | 28.29 | - |
| YUV | 33.61 | 192.55 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 148 | 0.99 | 0.81 | 0 | 0.42 | 228.98 | 0.99 | 0.29 |
| Hex | 1 | 1C | 94 | 63 | 51 | 0 | 2A | E5 | 63 | 1D |
| Octal | 1 | 34 | 224 | 143 | 121 | 0 | 52 | 345 | 143 | 35 |
| Binary | 1 | 11100 | 10010100 | 1100011 | 1010001 | 0 | 101010 | 11100101 | 1100011 | 11101 |
Color Harmonies of #011C94
Complementary color
Monochromatic Colors of #011C94
Black with #011C94
Text Example
Text Example
White with #011C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C94; }
p { color: rgb(1,28,148); }
H1.HeaderClassName
{
color: #011C94;
}
.AnyTagClassName
{
color: #011C94;
}
</style>
background-color css
<style>
a { background-color: #011C94; }
a { background-color: rgb(1,28,148); }
div.DivClassName
{
background-color: #011C94;
}
.BgClassName
{
background-color: #011C94;
}
</style>
border-color css
<style>
span { border-color: #011C94; }
span { border-color: rgb(1,28,148); }
td.TdClassName
{
border-color: #011C94;
}
.TagClassName
{
border-color: #011C94;
}
</style>