Shades of Smalt #012797
Tints of Smalt #012797
RGB
CMYK
RGB Variations
Color information
#012797 (or 0x012797) is known color: Smalt. HEX triplet: 01, 27 and 97. RGB value is (1,39,151). Sum of RGB (Red+Green+Blue) = 1+39+151=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #012797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012797 is #FED868. Grayscale: #272727. Windows color (decimal): -16701545 or 9905921. OLE color: 9905921.
HSL color Cylindrical-coordinate representation of color #012797: hue angle of 224.8º 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 #012797 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 39 | 151 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.41 |
| HSL | 224.8º | 0.99% | 0.3% | - |
| HSV(B) | 224.8º | 0.99% | 0.59% | - |
| XYZ | 6.32 | 3.69 | 29.66 | - |
| YUV | 40.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 151 | 0.99 | 0.74 | 0 | 0.41 | 224.8 | 0.99 | 0.3 |
| Hex | 1 | 27 | 97 | 63 | 4A | 0 | 29 | E1 | 63 | 1E |
| Octal | 1 | 47 | 227 | 143 | 112 | 0 | 51 | 341 | 143 | 36 |
| Binary | 1 | 100111 | 10010111 | 1100011 | 1001010 | 0 | 101001 | 11100001 | 1100011 | 11110 |
Color Harmonies of #012797
Complementary color
Monochromatic Colors of #012797
Black with #012797
Text Example
Text Example
White with #012797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012797; }
p { color: rgb(1,39,151); }
H1.HeaderClassName
{
color: #012797;
}
.AnyTagClassName
{
color: #012797;
}
</style>
background-color css
<style>
a { background-color: #012797; }
a { background-color: rgb(1,39,151); }
div.DivClassName
{
background-color: #012797;
}
.BgClassName
{
background-color: #012797;
}
</style>
border-color css
<style>
span { border-color: #012797; }
span { border-color: rgb(1,39,151); }
td.TdClassName
{
border-color: #012797;
}
.TagClassName
{
border-color: #012797;
}
</style>