Shades of Smalt #01329A
Tints of Smalt #01329A
RGB
CMYK
RGB Variations
Color information
#01329A (or 0x01329A) is known color: Smalt. HEX triplet: 01, 32 and 9A. RGB value is (1,50,154). Sum of RGB (Red+Green+Blue) = 1+50+154=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #01329A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01329A is #FECD65. Grayscale: #2E2E2E. Windows color (decimal): -16698726 or 10105345. OLE color: 10105345.
HSL color Cylindrical-coordinate representation of color #01329A: hue angle of 220.78º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01329A is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 50 | 154 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.40 |
| HSL | 220.78º | 0.99% | 0.3% | - |
| HSV(B) | 220.78º | 0.99% | 0.6% | - |
| XYZ | 6.99 | 4.62 | 31.1 | - |
| YUV | 47.21 | 188.27 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 154 | 0.99 | 0.68 | 0 | 0.40 | 220.78 | 0.99 | 0.3 |
| Hex | 1 | 32 | 9A | 63 | 44 | 0 | 28 | DD | 63 | 1E |
| Octal | 1 | 62 | 232 | 143 | 104 | 0 | 50 | 335 | 143 | 36 |
| Binary | 1 | 110010 | 10011010 | 1100011 | 1000100 | 0 | 101000 | 11011101 | 1100011 | 11110 |
Color Harmonies of #01329A
Complementary color
Monochromatic Colors of #01329A
Black with #01329A
Text Example
Text Example
White with #01329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01329A; }
p { color: rgb(1,50,154); }
H1.HeaderClassName
{
color: #01329A;
}
.AnyTagClassName
{
color: #01329A;
}
</style>
background-color css
<style>
a { background-color: #01329A; }
a { background-color: rgb(1,50,154); }
div.DivClassName
{
background-color: #01329A;
}
.BgClassName
{
background-color: #01329A;
}
</style>
border-color css
<style>
span { border-color: #01329A; }
span { border-color: rgb(1,50,154); }
td.TdClassName
{
border-color: #01329A;
}
.TagClassName
{
border-color: #01329A;
}
</style>