Shades of Smalt #012892
Tints of Smalt #012892
RGB
CMYK
RGB Variations
Color information
#012892 (or 0x012892) is known color: Smalt. HEX triplet: 01, 28 and 92. RGB value is (1,40,146). Sum of RGB (Red+Green+Blue) = 1+40+146=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #012892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012892 is #FED76D. Grayscale: #272727. Windows color (decimal): -16701294 or 9578497. OLE color: 9578497.
HSL color Cylindrical-coordinate representation of color #012892: hue angle of 223.86º 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 #012892 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 40 | 146 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.43 |
| HSL | 223.86º | 0.99% | 0.29% | - |
| HSV(B) | 223.86º | 0.99% | 0.57% | - |
| XYZ | 5.96 | 3.6 | 27.57 | - |
| YUV | 40.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 146 | 0.99 | 0.73 | 0 | 0.43 | 223.86 | 0.99 | 0.29 |
| Hex | 1 | 28 | 92 | 63 | 49 | 0 | 2B | E0 | 63 | 1D |
| Octal | 1 | 50 | 222 | 143 | 111 | 0 | 53 | 340 | 143 | 35 |
| Binary | 1 | 101000 | 10010010 | 1100011 | 1001001 | 0 | 101011 | 11100000 | 1100011 | 11101 |
Color Harmonies of #012892
Complementary color
Monochromatic Colors of #012892
Black with #012892
Text Example
Text Example
White with #012892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012892; }
p { color: rgb(1,40,146); }
H1.HeaderClassName
{
color: #012892;
}
.AnyTagClassName
{
color: #012892;
}
</style>
background-color css
<style>
a { background-color: #012892; }
a { background-color: rgb(1,40,146); }
div.DivClassName
{
background-color: #012892;
}
.BgClassName
{
background-color: #012892;
}
</style>
border-color css
<style>
span { border-color: #012892; }
span { border-color: rgb(1,40,146); }
td.TdClassName
{
border-color: #012892;
}
.TagClassName
{
border-color: #012892;
}
</style>