Shades of Smalt #012794
Tints of Smalt #012794
RGB
CMYK
RGB Variations
Color information
#012794 (or 0x012794) is known color: Smalt. HEX triplet: 01, 27 and 94. RGB value is (1,39,148). Sum of RGB (Red+Green+Blue) = 1+39+148=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #012794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012794 is #FED86B. Grayscale: #272727. Windows color (decimal): -16701548 or 9709313. OLE color: 9709313.
HSL color Cylindrical-coordinate representation of color #012794: hue angle of 224.49º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012794 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 39 | 148 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.42 |
| HSL | 224.49º | 0.99% | 0.29% | - |
| HSV(B) | 224.49º | 0.99% | 0.58% | - |
| XYZ | 6.08 | 3.6 | 28.39 | - |
| YUV | 40.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 148 | 0.99 | 0.74 | 0 | 0.42 | 224.49 | 0.99 | 0.29 |
| Hex | 1 | 27 | 94 | 63 | 4A | 0 | 2A | E0 | 63 | 1D |
| Octal | 1 | 47 | 224 | 143 | 112 | 0 | 52 | 340 | 143 | 35 |
| Binary | 1 | 100111 | 10010100 | 1100011 | 1001010 | 0 | 101010 | 11100000 | 1100011 | 11101 |
Color Harmonies of #012794
Complementary color
Monochromatic Colors of #012794
Black with #012794
Text Example
Text Example
White with #012794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012794; }
p { color: rgb(1,39,148); }
H1.HeaderClassName
{
color: #012794;
}
.AnyTagClassName
{
color: #012794;
}
</style>
background-color css
<style>
a { background-color: #012794; }
a { background-color: rgb(1,39,148); }
div.DivClassName
{
background-color: #012794;
}
.BgClassName
{
background-color: #012794;
}
</style>
border-color css
<style>
span { border-color: #012794; }
span { border-color: rgb(1,39,148); }
td.TdClassName
{
border-color: #012794;
}
.TagClassName
{
border-color: #012794;
}
</style>