Shades of Smalt #012392
Tints of Smalt #012392
RGB
CMYK
RGB Variations
Color information
#012392 (or 0x012392) is known color: Smalt. HEX triplet: 01, 23 and 92. RGB value is (1,35,146). Sum of RGB (Red+Green+Blue) = 1+35+146=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #012392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012392 is #FEDC6D. Grayscale: #252525. Windows color (decimal): -16702574 or 9577217. OLE color: 9577217.
HSL color Cylindrical-coordinate representation of color #012392: hue angle of 225.93º 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 #012392 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 35 | 146 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.43 |
| HSL | 225.93º | 0.99% | 0.29% | - |
| HSV(B) | 225.93º | 0.99% | 0.57% | - |
| XYZ | 5.8 | 3.28 | 27.52 | - |
| YUV | 37.49 | 189.24 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 146 | 0.99 | 0.76 | 0 | 0.43 | 225.93 | 0.99 | 0.29 |
| Hex | 1 | 23 | 92 | 63 | 4C | 0 | 2B | E2 | 63 | 1D |
| Octal | 1 | 43 | 222 | 143 | 114 | 0 | 53 | 342 | 143 | 35 |
| Binary | 1 | 100011 | 10010010 | 1100011 | 1001100 | 0 | 101011 | 11100010 | 1100011 | 11101 |
Color Harmonies of #012392
Complementary color
Monochromatic Colors of #012392
Black with #012392
Text Example
Text Example
White with #012392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012392; }
p { color: rgb(1,35,146); }
H1.HeaderClassName
{
color: #012392;
}
.AnyTagClassName
{
color: #012392;
}
</style>
background-color css
<style>
a { background-color: #012392; }
a { background-color: rgb(1,35,146); }
div.DivClassName
{
background-color: #012392;
}
.BgClassName
{
background-color: #012392;
}
</style>
border-color css
<style>
span { border-color: #012392; }
span { border-color: rgb(1,35,146); }
td.TdClassName
{
border-color: #012392;
}
.TagClassName
{
border-color: #012392;
}
</style>