Shades of Smalt #001F87
Tints of Smalt #001F87
RGB
CMYK
RGB Variations
Color information
#001F87 (or 0x001F87) is known color: Smalt. HEX triplet: 00, 1F and 87. RGB value is (0,31,135). Sum of RGB (Red+Green+Blue) = 0+31+135=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #001F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F87 is #FFE078. Grayscale: #212121. Windows color (decimal): -16769145 or 8855296. OLE color: 8855296.
HSL color Cylindrical-coordinate representation of color #001F87: hue angle of 226.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F87 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 31 | 135 | - |
| CMYK | 1 | 0.77 | 0 | 0.47 |
| HSL | 226.22º | 1% | 0.26% | - |
| HSV(B) | 226.22º | 1% | 0.53% | - |
| XYZ | 4.86 | 2.73 | 23.19 | - |
| YUV | 33.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 135 | 1 | 0.77 | 0 | 0.47 | 226.22 | 1 | 0.26 |
| Hex | 0 | 1F | 87 | 64 | 4D | 0 | 2F | E2 | 64 | 1A |
| Octal | 0 | 37 | 207 | 144 | 115 | 0 | 57 | 342 | 144 | 32 |
| Binary | 0 | 11111 | 10000111 | 1100100 | 1001101 | 0 | 101111 | 11100010 | 1100100 | 11010 |
Color Harmonies of #001F87
Complementary color
Monochromatic Colors of #001F87
Black with #001F87
Text Example
Text Example
White with #001F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F87; }
p { color: rgb(0,31,135); }
H1.HeaderClassName
{
color: #001F87;
}
.AnyTagClassName
{
color: #001F87;
}
</style>
background-color css
<style>
a { background-color: #001F87; }
a { background-color: rgb(0,31,135); }
div.DivClassName
{
background-color: #001F87;
}
.BgClassName
{
background-color: #001F87;
}
</style>
border-color css
<style>
span { border-color: #001F87; }
span { border-color: rgb(0,31,135); }
td.TdClassName
{
border-color: #001F87;
}
.TagClassName
{
border-color: #001F87;
}
</style>