Shades of Smalt #013285
Tints of Smalt #013285
RGB
CMYK
RGB Variations
Color information
#013285 (or 0x013285) is known color: Smalt. HEX triplet: 01, 32 and 85. RGB value is (1,50,133). Sum of RGB (Red+Green+Blue) = 1+50+133=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #013285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013285 is #FECD7A. Grayscale: #2C2C2C. Windows color (decimal): -16698747 or 8729089. OLE color: 8729089.
HSL color Cylindrical-coordinate representation of color #013285: hue angle of 217.73º degrees, saturation: 0.99, 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 #013285 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 50 | 133 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.48 |
| HSL | 217.73º | 0.99% | 0.26% | - |
| HSV(B) | 217.73º | 0.99% | 0.52% | - |
| XYZ | 5.39 | 3.98 | 22.67 | - |
| YUV | 44.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 133 | 0.99 | 0.62 | 0 | 0.48 | 217.73 | 0.99 | 0.26 |
| Hex | 1 | 32 | 85 | 63 | 3E | 0 | 30 | DA | 63 | 1A |
| Octal | 1 | 62 | 205 | 143 | 76 | 0 | 60 | 332 | 143 | 32 |
| Binary | 1 | 110010 | 10000101 | 1100011 | 111110 | 0 | 110000 | 11011010 | 1100011 | 11010 |
Color Harmonies of #013285
Complementary color
Monochromatic Colors of #013285
Black with #013285
Text Example
Text Example
White with #013285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013285; }
p { color: rgb(1,50,133); }
H1.HeaderClassName
{
color: #013285;
}
.AnyTagClassName
{
color: #013285;
}
</style>
background-color css
<style>
a { background-color: #013285; }
a { background-color: rgb(1,50,133); }
div.DivClassName
{
background-color: #013285;
}
.BgClassName
{
background-color: #013285;
}
</style>
border-color css
<style>
span { border-color: #013285; }
span { border-color: rgb(1,50,133); }
td.TdClassName
{
border-color: #013285;
}
.TagClassName
{
border-color: #013285;
}
</style>