Shades of Smalt #013284
Tints of Smalt #013284
RGB
CMYK
RGB Variations
Color information
#013284 (or 0x013284) is known color: Smalt. HEX triplet: 01, 32 and 84. RGB value is (1,50,132). Sum of RGB (Red+Green+Blue) = 1+50+132=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #013284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013284 is #FECD7B. Grayscale: #2C2C2C. Windows color (decimal): -16698748 or 8663553. OLE color: 8663553.
HSL color Cylindrical-coordinate representation of color #013284: hue angle of 217.56º 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 #013284 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 50 | 132 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.48 |
| HSL | 217.56º | 0.98% | 0.26% | - |
| HSV(B) | 217.56º | 0.99% | 0.52% | - |
| XYZ | 5.32 | 3.95 | 22.31 | - |
| YUV | 44.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 132 | 0.99 | 0.62 | 0 | 0.48 | 217.56 | 0.98 | 0.26 |
| Hex | 1 | 32 | 84 | 63 | 3E | 0 | 30 | DA | 62 | 1A |
| Octal | 1 | 62 | 204 | 143 | 76 | 0 | 60 | 332 | 142 | 32 |
| Binary | 1 | 110010 | 10000100 | 1100011 | 111110 | 0 | 110000 | 11011010 | 1100010 | 11010 |
Color Harmonies of #013284
Complementary color
Monochromatic Colors of #013284
Black with #013284
Text Example
Text Example
White with #013284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013284; }
p { color: rgb(1,50,132); }
H1.HeaderClassName
{
color: #013284;
}
.AnyTagClassName
{
color: #013284;
}
</style>
background-color css
<style>
a { background-color: #013284; }
a { background-color: rgb(1,50,132); }
div.DivClassName
{
background-color: #013284;
}
.BgClassName
{
background-color: #013284;
}
</style>
border-color css
<style>
span { border-color: #013284; }
span { border-color: rgb(1,50,132); }
td.TdClassName
{
border-color: #013284;
}
.TagClassName
{
border-color: #013284;
}
</style>