Shades of Smalt #013A9B
Tints of Smalt #013A9B
RGB
CMYK
RGB Variations
Color information
#013A9B (or 0x013A9B) is known color: Smalt. HEX triplet: 01, 3A and 9B. RGB value is (1,58,155). Sum of RGB (Red+Green+Blue) = 1+58+155=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #013A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013A9B is #FEC564. Grayscale: #333333. Windows color (decimal): -16696677 or 10172929. OLE color: 10172929.
HSL color Cylindrical-coordinate representation of color #013A9B: hue angle of 217.79º 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 #013A9B is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 58 | 155 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.39 |
| HSL | 217.79º | 0.99% | 0.31% | - |
| HSV(B) | 217.79º | 0.99% | 0.61% | - |
| XYZ | 7.44 | 5.4 | 31.66 | - |
| YUV | 52.02 | 186.12 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 155 | 0.99 | 0.63 | 0 | 0.39 | 217.79 | 0.99 | 0.31 |
| Hex | 1 | 3A | 9B | 63 | 3F | 0 | 27 | DA | 63 | 1F |
| Octal | 1 | 72 | 233 | 143 | 77 | 0 | 47 | 332 | 143 | 37 |
| Binary | 1 | 111010 | 10011011 | 1100011 | 111111 | 0 | 100111 | 11011010 | 1100011 | 11111 |
Color Harmonies of #013A9B
Complementary color
Monochromatic Colors of #013A9B
Black with #013A9B
Text Example
Text Example
White with #013A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A9B; }
p { color: rgb(1,58,155); }
H1.HeaderClassName
{
color: #013A9B;
}
.AnyTagClassName
{
color: #013A9B;
}
</style>
background-color css
<style>
a { background-color: #013A9B; }
a { background-color: rgb(1,58,155); }
div.DivClassName
{
background-color: #013A9B;
}
.BgClassName
{
background-color: #013A9B;
}
</style>
border-color css
<style>
span { border-color: #013A9B; }
span { border-color: rgb(1,58,155); }
td.TdClassName
{
border-color: #013A9B;
}
.TagClassName
{
border-color: #013A9B;
}
</style>