Shades of Smalt #013C9B
Tints of Smalt #013C9B
RGB
CMYK
RGB Variations
Color information
#013C9B (or 0x013C9B) is known color: Smalt. HEX triplet: 01, 3C and 9B. RGB value is (1,60,155). Sum of RGB (Red+Green+Blue) = 1+60+155=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #013C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C9B is #FEC364. Grayscale: #343434. Windows color (decimal): -16696165 or 10173441. OLE color: 10173441.
HSL color Cylindrical-coordinate representation of color #013C9B: hue angle of 217.01º 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 #013C9B is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 60 | 155 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.39 |
| HSL | 217.01º | 0.99% | 0.31% | - |
| HSV(B) | 217.01º | 0.99% | 0.61% | - |
| XYZ | 7.54 | 5.6 | 31.69 | - |
| YUV | 53.19 | 185.45 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 155 | 0.99 | 0.61 | 0 | 0.39 | 217.01 | 0.99 | 0.31 |
| Hex | 1 | 3C | 9B | 63 | 3D | 0 | 27 | D9 | 63 | 1F |
| Octal | 1 | 74 | 233 | 143 | 75 | 0 | 47 | 331 | 143 | 37 |
| Binary | 1 | 111100 | 10011011 | 1100011 | 111101 | 0 | 100111 | 11011001 | 1100011 | 11111 |
Color Harmonies of #013C9B
Complementary color
Monochromatic Colors of #013C9B
Black with #013C9B
Text Example
Text Example
White with #013C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C9B; }
p { color: rgb(1,60,155); }
H1.HeaderClassName
{
color: #013C9B;
}
.AnyTagClassName
{
color: #013C9B;
}
</style>
background-color css
<style>
a { background-color: #013C9B; }
a { background-color: rgb(1,60,155); }
div.DivClassName
{
background-color: #013C9B;
}
.BgClassName
{
background-color: #013C9B;
}
</style>
border-color css
<style>
span { border-color: #013C9B; }
span { border-color: rgb(1,60,155); }
td.TdClassName
{
border-color: #013C9B;
}
.TagClassName
{
border-color: #013C9B;
}
</style>