Shades of Smalt #013188
Tints of Smalt #013188
RGB
CMYK
RGB Variations
Color information
#013188 (or 0x013188) is known color: Smalt. HEX triplet: 01, 31 and 88. RGB value is (1,49,136). Sum of RGB (Red+Green+Blue) = 1+49+136=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #013188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013188 is #FECE77. Grayscale: #2C2C2C. Windows color (decimal): -16699000 or 8925441. OLE color: 8925441.
HSL color Cylindrical-coordinate representation of color #013188: hue angle of 218.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013188 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 49 | 136 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.47 |
| HSL | 218.67º | 0.99% | 0.27% | - |
| HSV(B) | 218.67º | 0.99% | 0.53% | - |
| XYZ | 5.55 | 3.98 | 23.77 | - |
| YUV | 44.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 136 | 0.99 | 0.64 | 0 | 0.47 | 218.67 | 0.99 | 0.27 |
| Hex | 1 | 31 | 88 | 63 | 40 | 0 | 2F | DB | 63 | 1B |
| Octal | 1 | 61 | 210 | 143 | 100 | 0 | 57 | 333 | 143 | 33 |
| Binary | 1 | 110001 | 10001000 | 1100011 | 1000000 | 0 | 101111 | 11011011 | 1100011 | 11011 |
Color Harmonies of #013188
Complementary color
Monochromatic Colors of #013188
Black with #013188
Text Example
Text Example
White with #013188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013188; }
p { color: rgb(1,49,136); }
H1.HeaderClassName
{
color: #013188;
}
.AnyTagClassName
{
color: #013188;
}
</style>
background-color css
<style>
a { background-color: #013188; }
a { background-color: rgb(1,49,136); }
div.DivClassName
{
background-color: #013188;
}
.BgClassName
{
background-color: #013188;
}
</style>
border-color css
<style>
span { border-color: #013188; }
span { border-color: rgb(1,49,136); }
td.TdClassName
{
border-color: #013188;
}
.TagClassName
{
border-color: #013188;
}
</style>