Shades of Smalt #01328B
Tints of Smalt #01328B
RGB
CMYK
RGB Variations
Color information
#01328B (or 0x01328B) is known color: Smalt. HEX triplet: 01, 32 and 8B. RGB value is (1,50,139). Sum of RGB (Red+Green+Blue) = 1+50+139=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #01328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01328B is #FECD74. Grayscale: #2D2D2D. Windows color (decimal): -16698741 or 9122305. OLE color: 9122305.
HSL color Cylindrical-coordinate representation of color #01328B: hue angle of 218.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01328B is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 50 | 139 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.45 |
| HSL | 218.7º | 0.99% | 0.27% | - |
| HSV(B) | 218.7º | 0.99% | 0.55% | - |
| XYZ | 5.81 | 4.15 | 24.92 | - |
| YUV | 45.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 139 | 0.99 | 0.64 | 0 | 0.45 | 218.7 | 0.99 | 0.27 |
| Hex | 1 | 32 | 8B | 63 | 40 | 0 | 2D | DB | 63 | 1B |
| Octal | 1 | 62 | 213 | 143 | 100 | 0 | 55 | 333 | 143 | 33 |
| Binary | 1 | 110010 | 10001011 | 1100011 | 1000000 | 0 | 101101 | 11011011 | 1100011 | 11011 |
Color Harmonies of #01328B
Complementary color
Monochromatic Colors of #01328B
Black with #01328B
Text Example
Text Example
White with #01328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01328B; }
p { color: rgb(1,50,139); }
H1.HeaderClassName
{
color: #01328B;
}
.AnyTagClassName
{
color: #01328B;
}
</style>
background-color css
<style>
a { background-color: #01328B; }
a { background-color: rgb(1,50,139); }
div.DivClassName
{
background-color: #01328B;
}
.BgClassName
{
background-color: #01328B;
}
</style>
border-color css
<style>
span { border-color: #01328B; }
span { border-color: rgb(1,50,139); }
td.TdClassName
{
border-color: #01328B;
}
.TagClassName
{
border-color: #01328B;
}
</style>