Shades of Smalt #012798
Tints of Smalt #012798
RGB
CMYK
RGB Variations
Color information
#012798 (or 0x012798) is known color: Smalt. HEX triplet: 01, 27 and 98. RGB value is (1,39,152). Sum of RGB (Red+Green+Blue) = 1+39+152=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #012798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012798 is #FED867. Grayscale: #282828. Windows color (decimal): -16701544 or 9971457. OLE color: 9971457.
HSL color Cylindrical-coordinate representation of color #012798: hue angle of 224.9º 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 #012798 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 39 | 152 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.40 |
| HSL | 224.9º | 0.99% | 0.3% | - |
| HSV(B) | 224.9º | 0.99% | 0.6% | - |
| XYZ | 6.41 | 3.72 | 30.09 | - |
| YUV | 40.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 152 | 0.99 | 0.74 | 0 | 0.40 | 224.9 | 0.99 | 0.3 |
| Hex | 1 | 27 | 98 | 63 | 4A | 0 | 28 | E1 | 63 | 1E |
| Octal | 1 | 47 | 230 | 143 | 112 | 0 | 50 | 341 | 143 | 36 |
| Binary | 1 | 100111 | 10011000 | 1100011 | 1001010 | 0 | 101000 | 11100001 | 1100011 | 11110 |
Color Harmonies of #012798
Complementary color
Monochromatic Colors of #012798
Black with #012798
Text Example
Text Example
White with #012798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012798; }
p { color: rgb(1,39,152); }
H1.HeaderClassName
{
color: #012798;
}
.AnyTagClassName
{
color: #012798;
}
</style>
background-color css
<style>
a { background-color: #012798; }
a { background-color: rgb(1,39,152); }
div.DivClassName
{
background-color: #012798;
}
.BgClassName
{
background-color: #012798;
}
</style>
border-color css
<style>
span { border-color: #012798; }
span { border-color: rgb(1,39,152); }
td.TdClassName
{
border-color: #012798;
}
.TagClassName
{
border-color: #012798;
}
</style>