Shades of Smalt #012897
Tints of Smalt #012897
RGB
CMYK
RGB Variations
Color information
#012897 (or 0x012897) is known color: Smalt. HEX triplet: 01, 28 and 97. RGB value is (1,40,151). Sum of RGB (Red+Green+Blue) = 1+40+151=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 151 (59.38% from 255 or 78.65% from 192); Max value from RGB is 151 - color contains mainly: blue. Hex color #012897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012897 is #FED768. Grayscale: #282828. Windows color (decimal): -16701289 or 9906177. OLE color: 9906177.
HSL color Cylindrical-coordinate representation of color #012897: hue angle of 224.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012897 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 40 | 151 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.41 |
| HSL | 224.4º | 0.99% | 0.3% | - |
| HSV(B) | 224.4º | 0.99% | 0.59% | - |
| XYZ | 6.36 | 3.76 | 29.67 | - |
| YUV | 40.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 151 | 0.99 | 0.74 | 0 | 0.41 | 224.4 | 0.99 | 0.3 |
| Hex | 1 | 28 | 97 | 63 | 4A | 0 | 29 | E0 | 63 | 1E |
| Octal | 1 | 50 | 227 | 143 | 112 | 0 | 51 | 340 | 143 | 36 |
| Binary | 1 | 101000 | 10010111 | 1100011 | 1001010 | 0 | 101001 | 11100000 | 1100011 | 11110 |
Color Harmonies of #012897
Complementary color
Monochromatic Colors of #012897
Black with #012897
Text Example
Text Example
White with #012897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012897; }
p { color: rgb(1,40,151); }
H1.HeaderClassName
{
color: #012897;
}
.AnyTagClassName
{
color: #012897;
}
</style>
background-color css
<style>
a { background-color: #012897; }
a { background-color: rgb(1,40,151); }
div.DivClassName
{
background-color: #012897;
}
.BgClassName
{
background-color: #012897;
}
</style>
border-color css
<style>
span { border-color: #012897; }
span { border-color: rgb(1,40,151); }
td.TdClassName
{
border-color: #012897;
}
.TagClassName
{
border-color: #012897;
}
</style>