Shades of Smalt #013BA2
Tints of Smalt #013BA2
RGB
CMYK
RGB Variations
Color information
#013BA2 (or 0x013BA2) is known color: Smalt. HEX triplet: 01, 3B and A2. RGB value is (1,59,162). Sum of RGB (Red+Green+Blue) = 1+59+162=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 162 (63.67% from 255 or 72.97% from 222); Max value from RGB is 162 - color contains mainly: blue. Hex color #013BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BA2 is #FEC45D. Grayscale: #343434. Windows color (decimal): -16696414 or 10631937. OLE color: 10631937.
HSL color Cylindrical-coordinate representation of color #013BA2: hue angle of 218.39º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BA2 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 59 | 162 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.36 |
| HSL | 218.39º | 0.99% | 0.32% | - |
| HSV(B) | 218.39º | 0.99% | 0.64% | - |
| XYZ | 8.1 | 5.74 | 34.86 | - |
| YUV | 53.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 162 | 0.99 | 0.64 | 0 | 0.36 | 218.39 | 0.99 | 0.32 |
| Hex | 1 | 3B | A2 | 63 | 40 | 0 | 24 | DA | 63 | 20 |
| Octal | 1 | 73 | 242 | 143 | 100 | 0 | 44 | 332 | 143 | 40 |
| Binary | 1 | 111011 | 10100010 | 1100011 | 1000000 | 0 | 100100 | 11011010 | 1100011 | 100000 |
Color Harmonies of #013BA2
Complementary color
Monochromatic Colors of #013BA2
Black with #013BA2
Text Example
Text Example
White with #013BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BA2; }
p { color: rgb(1,59,162); }
H1.HeaderClassName
{
color: #013BA2;
}
.AnyTagClassName
{
color: #013BA2;
}
</style>
background-color css
<style>
a { background-color: #013BA2; }
a { background-color: rgb(1,59,162); }
div.DivClassName
{
background-color: #013BA2;
}
.BgClassName
{
background-color: #013BA2;
}
</style>
border-color css
<style>
span { border-color: #013BA2; }
span { border-color: rgb(1,59,162); }
td.TdClassName
{
border-color: #013BA2;
}
.TagClassName
{
border-color: #013BA2;
}
</style>