Shades of Smalt #011C92
Tints of Smalt #011C92
RGB
CMYK
RGB Variations
Color information
#011C92 (or 0x011C92) is known color: Smalt. HEX triplet: 01, 1C and 92. RGB value is (1,28,146). Sum of RGB (Red+Green+Blue) = 1+28+146=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 146 (57.42% from 255 or 83.43% from 175); Max value from RGB is 146 - color contains mainly: blue. Hex color #011C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C92 is #FEE36D. Grayscale: #202020. Windows color (decimal): -16704366 or 9575425. OLE color: 9575425.
HSL color Cylindrical-coordinate representation of color #011C92: hue angle of 228.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C92 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 28 | 146 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.43 |
| HSL | 228.83º | 0.99% | 0.29% | - |
| HSV(B) | 228.83º | 0.99% | 0.57% | - |
| XYZ | 5.62 | 2.91 | 27.46 | - |
| YUV | 33.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 146 | 0.99 | 0.81 | 0 | 0.43 | 228.83 | 0.99 | 0.29 |
| Hex | 1 | 1C | 92 | 63 | 51 | 0 | 2B | E5 | 63 | 1D |
| Octal | 1 | 34 | 222 | 143 | 121 | 0 | 53 | 345 | 143 | 35 |
| Binary | 1 | 11100 | 10010010 | 1100011 | 1010001 | 0 | 101011 | 11100101 | 1100011 | 11101 |
Color Harmonies of #011C92
Complementary color
Monochromatic Colors of #011C92
Black with #011C92
Text Example
Text Example
White with #011C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C92; }
p { color: rgb(1,28,146); }
H1.HeaderClassName
{
color: #011C92;
}
.AnyTagClassName
{
color: #011C92;
}
</style>
background-color css
<style>
a { background-color: #011C92; }
a { background-color: rgb(1,28,146); }
div.DivClassName
{
background-color: #011C92;
}
.BgClassName
{
background-color: #011C92;
}
</style>
border-color css
<style>
span { border-color: #011C92; }
span { border-color: rgb(1,28,146); }
td.TdClassName
{
border-color: #011C92;
}
.TagClassName
{
border-color: #011C92;
}
</style>