Shades of Smalt #012097
Tints of Smalt #012097
RGB
CMYK
RGB Variations
Color information
#012097 (or 0x012097) is known color: Smalt. HEX triplet: 01, 20 and 97. RGB value is (1,32,151). Sum of RGB (Red+Green+Blue) = 1+32+151=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #012097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012097 is #FEDF68. Grayscale: #232323. Windows color (decimal): -16703337 or 9904129. OLE color: 9904129.
HSL color Cylindrical-coordinate representation of color #012097: hue angle of 227.6º 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 #012097 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 32 | 151 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.41 |
| HSL | 227.6º | 0.99% | 0.3% | - |
| HSV(B) | 227.6º | 0.99% | 0.59% | - |
| XYZ | 6.11 | 3.27 | 29.59 | - |
| YUV | 36.3 | 192.73 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 151 | 0.99 | 0.79 | 0 | 0.41 | 227.6 | 0.99 | 0.3 |
| Hex | 1 | 20 | 97 | 63 | 4F | 0 | 29 | E4 | 63 | 1E |
| Octal | 1 | 40 | 227 | 143 | 117 | 0 | 51 | 344 | 143 | 36 |
| Binary | 1 | 100000 | 10010111 | 1100011 | 1001111 | 0 | 101001 | 11100100 | 1100011 | 11110 |
Color Harmonies of #012097
Complementary color
Monochromatic Colors of #012097
Black with #012097
Text Example
Text Example
White with #012097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012097; }
p { color: rgb(1,32,151); }
H1.HeaderClassName
{
color: #012097;
}
.AnyTagClassName
{
color: #012097;
}
</style>
background-color css
<style>
a { background-color: #012097; }
a { background-color: rgb(1,32,151); }
div.DivClassName
{
background-color: #012097;
}
.BgClassName
{
background-color: #012097;
}
</style>
border-color css
<style>
span { border-color: #012097; }
span { border-color: rgb(1,32,151); }
td.TdClassName
{
border-color: #012097;
}
.TagClassName
{
border-color: #012097;
}
</style>