Shades of Smalt #012298
Tints of Smalt #012298
RGB
CMYK
RGB Variations
Color information
#012298 (or 0x012298) is known color: Smalt. HEX triplet: 01, 22 and 98. RGB value is (1,34,152). Sum of RGB (Red+Green+Blue) = 1+34+152=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 152 (59.77% from 255 or 81.28% from 187); Max value from RGB is 152 - color contains mainly: blue. Hex color #012298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012298 is #FEDD67. Grayscale: #252525. Windows color (decimal): -16702824 or 9970177. OLE color: 9970177.
HSL color Cylindrical-coordinate representation of color #012298: hue angle of 226.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012298 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 34 | 152 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.40 |
| HSL | 226.89º | 0.99% | 0.3% | - |
| HSV(B) | 226.89º | 0.99% | 0.6% | - |
| XYZ | 6.25 | 3.42 | 30.04 | - |
| YUV | 37.59 | 192.57 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 152 | 0.99 | 0.78 | 0 | 0.40 | 226.89 | 0.99 | 0.3 |
| Hex | 1 | 22 | 98 | 63 | 4E | 0 | 28 | E3 | 63 | 1E |
| Octal | 1 | 42 | 230 | 143 | 116 | 0 | 50 | 343 | 143 | 36 |
| Binary | 1 | 100010 | 10011000 | 1100011 | 1001110 | 0 | 101000 | 11100011 | 1100011 | 11110 |
Color Harmonies of #012298
Complementary color
Monochromatic Colors of #012298
Black with #012298
Text Example
Text Example
White with #012298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012298; }
p { color: rgb(1,34,152); }
H1.HeaderClassName
{
color: #012298;
}
.AnyTagClassName
{
color: #012298;
}
</style>
background-color css
<style>
a { background-color: #012298; }
a { background-color: rgb(1,34,152); }
div.DivClassName
{
background-color: #012298;
}
.BgClassName
{
background-color: #012298;
}
</style>
border-color css
<style>
span { border-color: #012298; }
span { border-color: rgb(1,34,152); }
td.TdClassName
{
border-color: #012298;
}
.TagClassName
{
border-color: #012298;
}
</style>