Shades of Smalt #01328C
Tints of Smalt #01328C
RGB
CMYK
RGB Variations
Color information
#01328C (or 0x01328C) is known color: Smalt. HEX triplet: 01, 32 and 8C. RGB value is (1,50,140). Sum of RGB (Red+Green+Blue) = 1+50+140=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #01328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01328C is #FECD73. Grayscale: #2D2D2D. Windows color (decimal): -16698740 or 9187841. OLE color: 9187841.
HSL color Cylindrical-coordinate representation of color #01328C: hue angle of 218.85º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01328C is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 50 | 140 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.45 |
| HSL | 218.85º | 0.99% | 0.28% | - |
| HSV(B) | 218.85º | 0.99% | 0.55% | - |
| XYZ | 5.89 | 4.18 | 25.31 | - |
| YUV | 45.61 | 181.27 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 140 | 0.99 | 0.64 | 0 | 0.45 | 218.85 | 0.99 | 0.28 |
| Hex | 1 | 32 | 8C | 63 | 40 | 0 | 2D | DB | 63 | 1C |
| Octal | 1 | 62 | 214 | 143 | 100 | 0 | 55 | 333 | 143 | 34 |
| Binary | 1 | 110010 | 10001100 | 1100011 | 1000000 | 0 | 101101 | 11011011 | 1100011 | 11100 |
Color Harmonies of #01328C
Complementary color
Monochromatic Colors of #01328C
Black with #01328C
Text Example
Text Example
White with #01328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01328C; }
p { color: rgb(1,50,140); }
H1.HeaderClassName
{
color: #01328C;
}
.AnyTagClassName
{
color: #01328C;
}
</style>
background-color css
<style>
a { background-color: #01328C; }
a { background-color: rgb(1,50,140); }
div.DivClassName
{
background-color: #01328C;
}
.BgClassName
{
background-color: #01328C;
}
</style>
border-color css
<style>
span { border-color: #01328C; }
span { border-color: rgb(1,50,140); }
td.TdClassName
{
border-color: #01328C;
}
.TagClassName
{
border-color: #01328C;
}
</style>