Shades of Smalt #01408F
Tints of Smalt #01408F
RGB
CMYK
RGB Variations
Color information
#01408F (or 0x01408F) is known color: Smalt. HEX triplet: 01, 40 and 8F. RGB value is (1,64,143). Sum of RGB (Red+Green+Blue) = 1+64+143=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #01408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01408F is #FEBF70. Grayscale: #353535. Windows color (decimal): -16695153 or 9388033. OLE color: 9388033.
HSL color Cylindrical-coordinate representation of color #01408F: hue angle of 213.38º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01408F is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 64 | 143 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.44 |
| HSL | 213.38º | 0.99% | 0.28% | - |
| HSV(B) | 213.38º | 0.99% | 0.56% | - |
| XYZ | 6.8 | 5.66 | 26.72 | - |
| YUV | 54.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 143 | 0.99 | 0.55 | 0 | 0.44 | 213.38 | 0.99 | 0.28 |
| Hex | 1 | 40 | 8F | 63 | 37 | 0 | 2C | D5 | 63 | 1C |
| Octal | 1 | 100 | 217 | 143 | 67 | 0 | 54 | 325 | 143 | 34 |
| Binary | 1 | 1000000 | 10001111 | 1100011 | 110111 | 0 | 101100 | 11010101 | 1100011 | 11100 |
Color Harmonies of #01408F
Complementary color
Monochromatic Colors of #01408F
Black with #01408F
Text Example
Text Example
White with #01408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01408F; }
p { color: rgb(1,64,143); }
H1.HeaderClassName
{
color: #01408F;
}
.AnyTagClassName
{
color: #01408F;
}
</style>
background-color css
<style>
a { background-color: #01408F; }
a { background-color: rgb(1,64,143); }
div.DivClassName
{
background-color: #01408F;
}
.BgClassName
{
background-color: #01408F;
}
</style>
border-color css
<style>
span { border-color: #01408F; }
span { border-color: rgb(1,64,143); }
td.TdClassName
{
border-color: #01408F;
}
.TagClassName
{
border-color: #01408F;
}
</style>