Shades of Smalt #013287
Tints of Smalt #013287
RGB
CMYK
RGB Variations
Color information
#013287 (or 0x013287) is known color: Smalt. HEX triplet: 01, 32 and 87. RGB value is (1,50,135). Sum of RGB (Red+Green+Blue) = 1+50+135=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 135 (53.12% from 255 or 72.58% from 186); Max value from RGB is 135 - color contains mainly: blue. Hex color #013287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013287 is #FECD78. Grayscale: #2C2C2C. Windows color (decimal): -16698745 or 8860161. OLE color: 8860161.
HSL color Cylindrical-coordinate representation of color #013287: hue angle of 218.06º 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 #013287 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 50 | 135 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.47 |
| HSL | 218.06º | 0.99% | 0.27% | - |
| HSV(B) | 218.06º | 0.99% | 0.53% | - |
| XYZ | 5.53 | 4.04 | 23.41 | - |
| YUV | 45.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 135 | 0.99 | 0.63 | 0 | 0.47 | 218.06 | 0.99 | 0.27 |
| Hex | 1 | 32 | 87 | 63 | 3F | 0 | 2F | DA | 63 | 1B |
| Octal | 1 | 62 | 207 | 143 | 77 | 0 | 57 | 332 | 143 | 33 |
| Binary | 1 | 110010 | 10000111 | 1100011 | 111111 | 0 | 101111 | 11011010 | 1100011 | 11011 |
Color Harmonies of #013287
Complementary color
Monochromatic Colors of #013287
Black with #013287
Text Example
Text Example
White with #013287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013287; }
p { color: rgb(1,50,135); }
H1.HeaderClassName
{
color: #013287;
}
.AnyTagClassName
{
color: #013287;
}
</style>
background-color css
<style>
a { background-color: #013287; }
a { background-color: rgb(1,50,135); }
div.DivClassName
{
background-color: #013287;
}
.BgClassName
{
background-color: #013287;
}
</style>
border-color css
<style>
span { border-color: #013287; }
span { border-color: rgb(1,50,135); }
td.TdClassName
{
border-color: #013287;
}
.TagClassName
{
border-color: #013287;
}
</style>