Shades of Smalt #012484
Tints of Smalt #012484
RGB
CMYK
RGB Variations
Color information
#012484 (or 0x012484) is known color: Smalt. HEX triplet: 01, 24 and 84. RGB value is (1,36,132). Sum of RGB (Red+Green+Blue) = 1+36+132=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #012484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012484 is #FEDB7B. Grayscale: #242424. Windows color (decimal): -16702332 or 8659969. OLE color: 8659969.
HSL color Cylindrical-coordinate representation of color #012484: hue angle of 223.97º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012484 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 36 | 132 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.48 |
| HSL | 223.97º | 0.98% | 0.26% | - |
| HSV(B) | 223.97º | 0.99% | 0.52% | - |
| XYZ | 4.81 | 2.93 | 22.14 | - |
| YUV | 36.48 | 181.9 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 132 | 0.99 | 0.73 | 0 | 0.48 | 223.97 | 0.98 | 0.26 |
| Hex | 1 | 24 | 84 | 63 | 49 | 0 | 30 | E0 | 62 | 1A |
| Octal | 1 | 44 | 204 | 143 | 111 | 0 | 60 | 340 | 142 | 32 |
| Binary | 1 | 100100 | 10000100 | 1100011 | 1001001 | 0 | 110000 | 11100000 | 1100010 | 11010 |
Color Harmonies of #012484
Complementary color
Monochromatic Colors of #012484
Black with #012484
Text Example
Text Example
White with #012484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012484; }
p { color: rgb(1,36,132); }
H1.HeaderClassName
{
color: #012484;
}
.AnyTagClassName
{
color: #012484;
}
</style>
background-color css
<style>
a { background-color: #012484; }
a { background-color: rgb(1,36,132); }
div.DivClassName
{
background-color: #012484;
}
.BgClassName
{
background-color: #012484;
}
</style>
border-color css
<style>
span { border-color: #012484; }
span { border-color: rgb(1,36,132); }
td.TdClassName
{
border-color: #012484;
}
.TagClassName
{
border-color: #012484;
}
</style>