Shades of Smalt #01409A
Tints of Smalt #01409A
RGB
CMYK
RGB Variations
Color information
#01409A (or 0x01409A) is known color: Smalt. HEX triplet: 01, 40 and 9A. RGB value is (1,64,154). Sum of RGB (Red+Green+Blue) = 1+64+154=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 154 (60.55% from 255 or 70.32% from 219); Max value from RGB is 154 - color contains mainly: blue. Hex color #01409A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01409A is #FEBF65. Grayscale: #373737. Windows color (decimal): -16695142 or 10108929. OLE color: 10108929.
HSL color Cylindrical-coordinate representation of color #01409A: hue angle of 215.29º 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 #01409A is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 64 | 154 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.40 |
| HSL | 215.29º | 0.99% | 0.3% | - |
| HSV(B) | 215.29º | 0.99% | 0.6% | - |
| XYZ | 7.68 | 6.01 | 31.33 | - |
| YUV | 55.42 | 183.63 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 154 | 0.99 | 0.58 | 0 | 0.40 | 215.29 | 0.99 | 0.3 |
| Hex | 1 | 40 | 9A | 63 | 3A | 0 | 28 | D7 | 63 | 1E |
| Octal | 1 | 100 | 232 | 143 | 72 | 0 | 50 | 327 | 143 | 36 |
| Binary | 1 | 1000000 | 10011010 | 1100011 | 111010 | 0 | 101000 | 11010111 | 1100011 | 11110 |
Color Harmonies of #01409A
Complementary color
Monochromatic Colors of #01409A
Black with #01409A
Text Example
Text Example
White with #01409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01409A; }
p { color: rgb(1,64,154); }
H1.HeaderClassName
{
color: #01409A;
}
.AnyTagClassName
{
color: #01409A;
}
</style>
background-color css
<style>
a { background-color: #01409A; }
a { background-color: rgb(1,64,154); }
div.DivClassName
{
background-color: #01409A;
}
.BgClassName
{
background-color: #01409A;
}
</style>
border-color css
<style>
span { border-color: #01409A; }
span { border-color: rgb(1,64,154); }
td.TdClassName
{
border-color: #01409A;
}
.TagClassName
{
border-color: #01409A;
}
</style>