Shades of Smalt #013484
Tints of Smalt #013484
RGB
CMYK
RGB Variations
Color information
#013484 (or 0x013484) is known color: Smalt. HEX triplet: 01, 34 and 84. RGB value is (1,52,132). Sum of RGB (Red+Green+Blue) = 1+52+132=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #013484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013484 is #FECB7B. Grayscale: #2D2D2D. Windows color (decimal): -16698236 or 8664065. OLE color: 8664065.
HSL color Cylindrical-coordinate representation of color #013484: hue angle of 216.64º 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 #013484 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 52 | 132 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.48 |
| HSL | 216.64º | 0.98% | 0.26% | - |
| HSV(B) | 216.64º | 0.99% | 0.52% | - |
| XYZ | 5.41 | 4.13 | 22.34 | - |
| YUV | 45.87 | 176.6 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 132 | 0.99 | 0.61 | 0 | 0.48 | 216.64 | 0.98 | 0.26 |
| Hex | 1 | 34 | 84 | 63 | 3D | 0 | 30 | D9 | 62 | 1A |
| Octal | 1 | 64 | 204 | 143 | 75 | 0 | 60 | 331 | 142 | 32 |
| Binary | 1 | 110100 | 10000100 | 1100011 | 111101 | 0 | 110000 | 11011001 | 1100010 | 11010 |
Color Harmonies of #013484
Complementary color
Monochromatic Colors of #013484
Black with #013484
Text Example
Text Example
White with #013484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013484; }
p { color: rgb(1,52,132); }
H1.HeaderClassName
{
color: #013484;
}
.AnyTagClassName
{
color: #013484;
}
</style>
background-color css
<style>
a { background-color: #013484; }
a { background-color: rgb(1,52,132); }
div.DivClassName
{
background-color: #013484;
}
.BgClassName
{
background-color: #013484;
}
</style>
border-color css
<style>
span { border-color: #013484; }
span { border-color: rgb(1,52,132); }
td.TdClassName
{
border-color: #013484;
}
.TagClassName
{
border-color: #013484;
}
</style>