Shades of Smalt #01409B
Tints of Smalt #01409B
RGB
CMYK
RGB Variations
Color information
#01409B (or 0x01409B) is known color: Smalt. HEX triplet: 01, 40 and 9B. RGB value is (1,64,155). Sum of RGB (Red+Green+Blue) = 1+64+155=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #01409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01409B is #FEBF64. Grayscale: #373737. Windows color (decimal): -16695141 or 10174465. OLE color: 10174465.
HSL color Cylindrical-coordinate representation of color #01409B: hue angle of 215.45º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01409B is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 64 | 155 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.39 |
| HSL | 215.45º | 0.99% | 0.31% | - |
| HSV(B) | 215.45º | 0.99% | 0.61% | - |
| XYZ | 7.76 | 6.04 | 31.77 | - |
| YUV | 55.54 | 184.13 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 155 | 0.99 | 0.59 | 0 | 0.39 | 215.45 | 0.99 | 0.31 |
| Hex | 1 | 40 | 9B | 63 | 3B | 0 | 27 | D7 | 63 | 1F |
| Octal | 1 | 100 | 233 | 143 | 73 | 0 | 47 | 327 | 143 | 37 |
| Binary | 1 | 1000000 | 10011011 | 1100011 | 111011 | 0 | 100111 | 11010111 | 1100011 | 11111 |
Color Harmonies of #01409B
Complementary color
Monochromatic Colors of #01409B
Black with #01409B
Text Example
Text Example
White with #01409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01409B; }
p { color: rgb(1,64,155); }
H1.HeaderClassName
{
color: #01409B;
}
.AnyTagClassName
{
color: #01409B;
}
</style>
background-color css
<style>
a { background-color: #01409B; }
a { background-color: rgb(1,64,155); }
div.DivClassName
{
background-color: #01409B;
}
.BgClassName
{
background-color: #01409B;
}
</style>
border-color css
<style>
span { border-color: #01409B; }
span { border-color: rgb(1,64,155); }
td.TdClassName
{
border-color: #01409B;
}
.TagClassName
{
border-color: #01409B;
}
</style>