Shades of Smalt #013384
Tints of Smalt #013384
RGB
CMYK
RGB Variations
Color information
#013384 (or 0x013384) is known color: Smalt. HEX triplet: 01, 33 and 84. RGB value is (1,51,132). Sum of RGB (Red+Green+Blue) = 1+51+132=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #013384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013384 is #FECC7B. Grayscale: #2C2C2C. Windows color (decimal): -16698492 or 8663809. OLE color: 8663809.
HSL color Cylindrical-coordinate representation of color #013384: hue angle of 217.1º 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 #013384 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 51 | 132 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.48 |
| HSL | 217.1º | 0.98% | 0.26% | - |
| HSV(B) | 217.1º | 0.99% | 0.52% | - |
| XYZ | 5.36 | 4.04 | 22.33 | - |
| YUV | 45.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 132 | 0.99 | 0.61 | 0 | 0.48 | 217.1 | 0.98 | 0.26 |
| Hex | 1 | 33 | 84 | 63 | 3D | 0 | 30 | D9 | 62 | 1A |
| Octal | 1 | 63 | 204 | 143 | 75 | 0 | 60 | 331 | 142 | 32 |
| Binary | 1 | 110011 | 10000100 | 1100011 | 111101 | 0 | 110000 | 11011001 | 1100010 | 11010 |
Color Harmonies of #013384
Complementary color
Monochromatic Colors of #013384
Black with #013384
Text Example
Text Example
White with #013384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013384; }
p { color: rgb(1,51,132); }
H1.HeaderClassName
{
color: #013384;
}
.AnyTagClassName
{
color: #013384;
}
</style>
background-color css
<style>
a { background-color: #013384; }
a { background-color: rgb(1,51,132); }
div.DivClassName
{
background-color: #013384;
}
.BgClassName
{
background-color: #013384;
}
</style>
border-color css
<style>
span { border-color: #013384; }
span { border-color: rgb(1,51,132); }
td.TdClassName
{
border-color: #013384;
}
.TagClassName
{
border-color: #013384;
}
</style>