Shades of Smalt #012292
Tints of Smalt #012292
RGB
CMYK
RGB Variations
Color information
#012292 (or 0x012292) is known color: Smalt. HEX triplet: 01, 22 and 92. RGB value is (1,34,146). Sum of RGB (Red+Green+Blue) = 1+34+146=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 146 (57.42% from 255 or 80.66% from 181); Max value from RGB is 146 - color contains mainly: blue. Hex color #012292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012292 is #FEDD6D. Grayscale: #242424. Windows color (decimal): -16702830 or 9576961. OLE color: 9576961.
HSL color Cylindrical-coordinate representation of color #012292: hue angle of 226.34º 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 #012292 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 34 | 146 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.43 |
| HSL | 226.34º | 0.99% | 0.29% | - |
| HSV(B) | 226.34º | 0.99% | 0.57% | - |
| XYZ | 5.77 | 3.23 | 27.51 | - |
| YUV | 36.9 | 189.57 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 146 | 0.99 | 0.77 | 0 | 0.43 | 226.34 | 0.99 | 0.29 |
| Hex | 1 | 22 | 92 | 63 | 4D | 0 | 2B | E2 | 63 | 1D |
| Octal | 1 | 42 | 222 | 143 | 115 | 0 | 53 | 342 | 143 | 35 |
| Binary | 1 | 100010 | 10010010 | 1100011 | 1001101 | 0 | 101011 | 11100010 | 1100011 | 11101 |
Color Harmonies of #012292
Complementary color
Monochromatic Colors of #012292
Black with #012292
Text Example
Text Example
White with #012292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012292; }
p { color: rgb(1,34,146); }
H1.HeaderClassName
{
color: #012292;
}
.AnyTagClassName
{
color: #012292;
}
</style>
background-color css
<style>
a { background-color: #012292; }
a { background-color: rgb(1,34,146); }
div.DivClassName
{
background-color: #012292;
}
.BgClassName
{
background-color: #012292;
}
</style>
border-color css
<style>
span { border-color: #012292; }
span { border-color: rgb(1,34,146); }
td.TdClassName
{
border-color: #012292;
}
.TagClassName
{
border-color: #012292;
}
</style>